diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-06-19 19:44:00 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-06-19 19:44:00 +0000 |
| commit | 6d9b6d39ee9973cddb9fa3b76ffc0c856ad5e5cb (patch) | |
| tree | d6ede365811d0b59801f80b156862deeb39ab3c8 /qpid/bin | |
| parent | ecc28430bb08941b12c5415f08c57a73206123e3 (diff) | |
| download | qpid-python-6d9b6d39ee9973cddb9fa3b76ffc0c856ad5e5cb.tar.gz | |
QPID-4930: Create a Python swigged bindings source tarball.
Created a README, LICENSE and ChangeLog file to be included.
Added a CMakeLists.txt file that is included with the sources that can
be used to build the Python bindings.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/bin')
| -rwxr-xr-x | qpid/bin/release.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh index 8166ee832e..3ea8f48d13 100755 --- a/qpid/bin/release.sh +++ b/qpid/bin/release.sh @@ -208,6 +208,20 @@ fi if [ "PYTHON" == "$PYTHON" ] ; then tar -czf artifacts/qpid-python-${VER}.tar.gz qpid-${VER}/python qpid-${VER}/specs + + # create the swigged python sources + mkdir qpid-${VER}/python-qpid_messaging-${VER} + cp qpid-${VER}/cpp/bindings/qpid/python/python.i \ + qpid-${VER}/cpp/bindings/qpid/python/LICENSE \ + qpid-${VER}/cpp/bindings/qpid/python/README \ + qpid-${VER}/cpp/bindings/qpid/python/ChangeLog \ + qpid-${VER}/cpp/bindings/qpid/python/extra_dist/CMakeLists.txt \ + qpid-${VER}/python-qpid_messaging-${VER} + # TODO: copy python examples into the directory as well + pushd qpid-${VER} + tar -czf ../artifacts/python-qpid_messaging-${VER}.tar.gz \ + python-qpid_messaging-${VER} + popd fi if [ "WCF" == "$WCF" ] ; then |
