python/python-twisted: Renamed python2-twisted.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-05-14 21:34:45 +01:00 committed by Willy Sudiarto Raharjo
parent c8ba3352dd
commit a966933011
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
5 changed files with 24 additions and 24 deletions

View File

@ -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-twisted: python-twisted (Python networking engine)
python-twisted:
python-twisted: Twisted is an event-driven networking engine written in Python and
python-twisted: licensed under the MIT license.
python-twisted:
python-twisted: Homepage: https://twistedmatrix.com/
python-twisted:
python-twisted:
python-twisted:
python-twisted:
python-twisted:

View File

@ -1,5 +1,5 @@
Twisted is an event-driven networking engine written in Python and licensed
under the MIT license.
Twisted is an event-driven networking engine written in Python and
licensed under the MIT license.
Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix
sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH,

View File

@ -26,7 +26,7 @@
# Originally written by Marco Bonetti - Thanks!
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=python-twisted
PRGNAM=python2-twisted
SRCNAM=Twisted
VERSION=${VERSION:-17.9.0}
BUILD=${BUILD:-1}
@ -74,7 +74,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

View File

@ -1,4 +1,4 @@
PRGNAM="python-twisted"
PRGNAM="python2-twisted"
VERSION="17.9.0"
HOMEPAGE="https://twistedmatrix.com/"
DOWNLOAD="https://files.pythonhosted.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/Twisted-17.9.0.tar.bz2"

View File

@ -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-twisted: python2-twisted (Python networking engine)
python2-twisted:
python2-twisted: Twisted is an event-driven networking engine written in Python and
python2-twisted: licensed under the MIT license.
python2-twisted:
python2-twisted: Homepage: https://twistedmatrix.com/
python2-twisted:
python2-twisted:
python2-twisted:
python2-twisted:
python2-twisted: