summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dave Woodfall2021-05-14 22:34:46 +0200
committer Willy Sudiarto Raharjo2021-05-19 13:40:04 +0200
commit876dae8127f136b9d31d4e926e4ec6786e59e2f1 (patch)
treebe5a9bc6a7d1c46c3e12ab8812729a5c660a84b9 /python
parent1fb3a2c91212a810ac2225cd395c08531e9e4bb1 (diff)
downloadslackbuilds-876dae8127f136b9d31d4e926e4ec6786e59e2f1.tar.gz
python/python-txaio: Renamed python2-txaio.
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-txaio/slack-desc19
-rw-r--r--python/python2-txaio/README (renamed from python/python-txaio/README)0
-rw-r--r--python/python2-txaio/python2-txaio.SlackBuild (renamed from python/python-txaio/python-txaio.SlackBuild)4
-rw-r--r--python/python2-txaio/python2-txaio.info (renamed from python/python-txaio/python-txaio.info)4
-rw-r--r--python/python2-txaio/slack-desc19
5 files changed, 23 insertions, 23 deletions
diff --git a/python/python-txaio/slack-desc b/python/python-txaio/slack-desc
deleted file mode 100644
index ed67d967bd..0000000000
--- a/python/python-txaio/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-txaio: python-txaio (source code compatibility for Twisted/Trollius)
-python-txaio:
-python-txaio: txaio is a helper library for writing code that runs unmodified on
-python-txaio: both Twisted and asyncio / Trollius.
-python-txaio:
-python-txaio: https://pypi.python.org/pypi/txaio
-python-txaio:
-python-txaio:
-python-txaio:
-python-txaio:
-python-txaio:
diff --git a/python/python-txaio/README b/python/python2-txaio/README
index 61b2a59c8c..61b2a59c8c 100644
--- a/python/python-txaio/README
+++ b/python/python2-txaio/README
diff --git a/python/python-txaio/python-txaio.SlackBuild b/python/python2-txaio/python2-txaio.SlackBuild
index edffd3438d..586fe383b8 100644
--- a/python/python-txaio/python-txaio.SlackBuild
+++ b/python/python2-txaio/python2-txaio.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-txaio
+PRGNAM=python2-txaio
VERSION=${VERSION:-18.8.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-txaio/python-txaio.info b/python/python2-txaio/python2-txaio.info
index 2ff8d8c285..15456019e5 100644
--- a/python/python-txaio/python-txaio.info
+++ b/python/python2-txaio/python2-txaio.info
@@ -1,10 +1,10 @@
-PRGNAM="python-txaio"
+PRGNAM="python2-txaio"
VERSION="18.8.1"
HOMEPAGE="https://pypi.python.org/pypi/txaio"
DOWNLOAD="https://files.pythonhosted.org/packages/c1/99/81de004578e9afe017bb1d4c8968088a33621c05449fe330bdd7016d5377/txaio-18.8.1.tar.gz"
MD5SUM="ecdd4d0f401c7f01f22830b4d2788593"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-twisted"
+REQUIRES="python2-twisted"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
diff --git a/python/python2-txaio/slack-desc b/python/python2-txaio/slack-desc
new file mode 100644
index 0000000000..616c6c10a2
--- /dev/null
+++ b/python/python2-txaio/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-txaio: python2-txaio (source code compatibility for Twisted/Trollius)
+python2-txaio:
+python2-txaio: txaio is a helper library for writing code that runs unmodified on
+python2-txaio: both Twisted and asyncio / Trollius.
+python2-txaio:
+python2-txaio: https://pypi.python.org/pypi/txaio
+python2-txaio:
+python2-txaio:
+python2-txaio:
+python2-txaio:
+python2-txaio: