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:
parent
c8ba3352dd
commit
a966933011
|
@ -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:
|
|
@ -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,
|
|
@ -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
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in New Issue