diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:49 +0700 |
commit | fb1f459faad0046b6bf42d9cdd6efff91a6502dd (patch) | |
tree | 888e7f58d600470e6f5dfdd828105327dc68b2ab /python | |
parent | 09dcefd8bab0ec583c4b873652d096835672c7de (diff) |
python/python-morbid: Renamed python2-morbid.
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-morbid/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-morbid/README (renamed from python/python-morbid/README) | 0 | ||||
-rw-r--r-- | python/python2-morbid/python2-morbid.SlackBuild (renamed from python/python-morbid/python-morbid.SlackBuild) | 4 | ||||
-rw-r--r-- | python/python2-morbid/python2-morbid.info (renamed from python/python-morbid/python-morbid.info) | 2 | ||||
-rw-r--r-- | python/python2-morbid/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-morbid/slack-desc b/python/python-morbid/slack-desc deleted file mode 100644 index df601ff7c3b6..000000000000 --- a/python/python-morbid/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-morbid: python-morbid (messaging server) -python-morbid: -python-morbid: Twisted-based publish/subscribe messaging server that uses the STOMP -python-morbid: protocol -python-morbid: -python-morbid: Homepage: https://pypi.python.org/pypi/morbid -python-morbid: -python-morbid: -python-morbid: -python-morbid: -python-morbid: diff --git a/python/python-morbid/README b/python/python2-morbid/README index 7dd6d5910155..7dd6d5910155 100644 --- a/python/python-morbid/README +++ b/python/python2-morbid/README diff --git a/python/python-morbid/python-morbid.SlackBuild b/python/python2-morbid/python2-morbid.SlackBuild index 03ce42a57e4e..2c22d2ed4f9f 100644 --- a/python/python-morbid/python-morbid.SlackBuild +++ b/python/python2-morbid/python2-morbid.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-morbid +PRGNAM=python2-morbid VERSION=${VERSION:-0.8.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -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 | xargs 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-morbid/python-morbid.info b/python/python2-morbid/python2-morbid.info index 4a63e6cf844a..ad5da6a5df4d 100644 --- a/python/python-morbid/python-morbid.info +++ b/python/python2-morbid/python2-morbid.info @@ -1,4 +1,4 @@ -PRGNAM="python-morbid" +PRGNAM="python2-morbid" VERSION="0.8.7.3" HOMEPAGE="https://pypi.python.org/pypi/morbid" DOWNLOAD="https://pypi.python.org/packages/source/m/morbid/morbid-0.8.7.3.tar.gz" diff --git a/python/python2-morbid/slack-desc b/python/python2-morbid/slack-desc new file mode 100644 index 000000000000..ede714c6d6c1 --- /dev/null +++ b/python/python2-morbid/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-morbid: python2-morbid (messaging server) +python2-morbid: +python2-morbid: Twisted-based publish/subscribe messaging server that uses the STOMP +python2-morbid: protocol +python2-morbid: +python2-morbid: Homepage: https://pypi.python.org/pypi/morbid +python2-morbid: +python2-morbid: +python2-morbid: +python2-morbid: +python2-morbid: |