diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:50 +0700 |
commit | e7de6535f6f0641ee2c2809a77da1e0c2239b649 (patch) | |
tree | be5622952eedd3401ba9bda78c45180fbdfdbbca /python | |
parent | 04c2816238ff2d88832a8a76f23de993cd9f5b36 (diff) | |
download | slackbuilds-e7de6535f6f0641ee2c2809a77da1e0c2239b649.tar.gz |
python/python-stomper: Renamed python2-stomper.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-stomper/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-stomper/README (renamed from python/python-stomper/README) | 0 | ||||
-rw-r--r-- | python/python2-stomper/python2-stomper.SlackBuild (renamed from python/python-stomper/python-stomper.SlackBuild) | 4 | ||||
-rw-r--r-- | python/python2-stomper/python2-stomper.info (renamed from python/python-stomper/python-stomper.info) | 2 | ||||
-rw-r--r-- | python/python2-stomper/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-stomper/slack-desc b/python/python-stomper/slack-desc deleted file mode 100644 index 5682fd1755..0000000000 --- a/python/python-stomper/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -python-stomper: python-stomper (client implementation of the STOMP protocol) -python-stomper: -python-stomper: This is a python client implementation of the STOMP protocol. -python-stomper: -python-stomper: Homepage: https://github.com/oisinmulvihill/stomper -python-stomper: -python-stomper: -python-stomper: -python-stomper: -python-stomper: -python-stomper: diff --git a/python/python-stomper/README b/python/python2-stomper/README index 95596ac86e..95596ac86e 100644 --- a/python/python-stomper/README +++ b/python/python2-stomper/README diff --git a/python/python-stomper/python-stomper.SlackBuild b/python/python2-stomper/python2-stomper.SlackBuild index 39bf517650..4e6484adad 100644 --- a/python/python-stomper/python-stomper.SlackBuild +++ b/python/python2-stomper/python2-stomper.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-stomper +PRGNAM=python2-stomper VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python-stomper/python-stomper.info b/python/python2-stomper/python2-stomper.info index f4a740484a..23a18f5c25 100644 --- a/python/python-stomper/python-stomper.info +++ b/python/python2-stomper/python2-stomper.info @@ -1,4 +1,4 @@ -PRGNAM="python-stomper" +PRGNAM="python2-stomper" VERSION="0.4.1" HOMEPAGE="https://github.com/oisinmulvihill/stomper" DOWNLOAD="https://github.com/oisinmulvihill/stomper/archive/0.4.1/stomper-0.4.1.tar.gz" diff --git a/python/python2-stomper/slack-desc b/python/python2-stomper/slack-desc new file mode 100644 index 0000000000..1ddcd82f0b --- /dev/null +++ b/python/python2-stomper/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-stomper: python2-stomper (client implementation of the STOMP protocol) +python2-stomper: +python2-stomper: This is a python client implementation of the STOMP protocol. +python2-stomper: +python2-stomper: Homepage: https://github.com/oisinmulvihill/stomper +python2-stomper: +python2-stomper: +python2-stomper: +python2-stomper: +python2-stomper: +python2-stomper: |