summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2021-05-14 22:34:34 +0200
committer Willy Sudiarto Raharjo2021-05-19 13:39:59 +0200
commit3e1d960c41238a7d5128f9f16e944cebd42b5423 (patch)
tree4b0b0fdfc17663f9e00199f42914e1b2bdd9433a
parent5e91b9de385e3e4ac59d51729615a95752096ce1 (diff)
downloadslackbuilds-3e1d960c41238a7d5128f9f16e944cebd42b5423.tar.gz
python/python-autobahn: Renamed python2-autobahn.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-autobahn/slack-desc19
-rw-r--r--python/python2-autobahn/README (renamed from python/python-autobahn/README)0
-rw-r--r--python/python2-autobahn/python2-autobahn.SlackBuild (renamed from python/python-autobahn/python-autobahn.SlackBuild)4
-rw-r--r--python/python2-autobahn/python2-autobahn.info (renamed from python/python-autobahn/python-autobahn.info)4
-rw-r--r--python/python2-autobahn/slack-desc19
5 files changed, 23 insertions, 23 deletions
diff --git a/python/python-autobahn/slack-desc b/python/python-autobahn/slack-desc
deleted file mode 100644
index ddc70010c7..0000000000
--- a/python/python-autobahn/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-autobahn: python-autobahn (Websocket and WAMP for Python)
-python-autobahn:
-python-autobahn: Autobahn|Python is a subproject of Autobahn and provides open-source
-python-autobahn: implementations of the WebSocket Protocol and the Web Application
-python-autobahn: Messaging Protocol (WAMP) for Python.
-python-autobahn:
-python-autobahn: http://crossbar.io/autobahn/
-python-autobahn:
-python-autobahn:
-python-autobahn:
-python-autobahn:
diff --git a/python/python-autobahn/README b/python/python2-autobahn/README
index 385ab1dc96..385ab1dc96 100644
--- a/python/python-autobahn/README
+++ b/python/python2-autobahn/README
diff --git a/python/python-autobahn/python-autobahn.SlackBuild b/python/python2-autobahn/python2-autobahn.SlackBuild
index 929114b335..567d00181b 100644
--- a/python/python-autobahn/python-autobahn.SlackBuild
+++ b/python/python2-autobahn/python2-autobahn.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-autobahn
+PRGNAM=python2-autobahn
VERSION=${VERSION:-18.11.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-autobahn/python-autobahn.info b/python/python2-autobahn/python2-autobahn.info
index 9900faebd4..f2361ba66d 100644
--- a/python/python-autobahn/python-autobahn.info
+++ b/python/python2-autobahn/python2-autobahn.info
@@ -1,10 +1,10 @@
-PRGNAM="python-autobahn"
+PRGNAM="python2-autobahn"
VERSION="18.11.1"
HOMEPAGE="https://crossbar.io/autobahn/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-18.11.1.tar.gz"
MD5SUM="a3a0648371b41328282a9ab7fe48ccbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-txaio"
+REQUIRES="python2-txaio"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
diff --git a/python/python2-autobahn/slack-desc b/python/python2-autobahn/slack-desc
new file mode 100644
index 0000000000..31bca33c1b
--- /dev/null
+++ b/python/python2-autobahn/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-autobahn: python2-autobahn (Websocket and WAMP for Python)
+python2-autobahn:
+python2-autobahn: Autobahn|Python is a subproject of Autobahn and provides open-source
+python2-autobahn: implementations of the WebSocket Protocol and the Web Application
+python2-autobahn: Messaging Protocol (WAMP) for Python.
+python2-autobahn:
+python2-autobahn: http://crossbar.io/autobahn/
+python2-autobahn:
+python2-autobahn:
+python2-autobahn:
+python2-autobahn: