python/python-txaio: Renamed python2-txaio.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1fb3a2c912
commit
876dae8127
|
@ -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:
|
|
@ -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
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in New Issue