python/trollius: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b4551bb475
commit
9136a86bec
|
@ -13,7 +13,7 @@ trollius: concurrent code using coroutines, multiplexing I/O access over
|
|||
trollius: sockets and other resources, running network clients and servers,
|
||||
trollius: and other related primitives.
|
||||
trollius:
|
||||
trollius: Homepage: https://bitbucket.org/enovance/trollius/
|
||||
trollius: Homepage: https://github.com/haypo/trollius
|
||||
trollius:
|
||||
trollius:
|
||||
trollius:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for trollius
|
||||
|
||||
# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=trollius
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README COPYING TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst COPYING TODO.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="trollius"
|
||||
VERSION="1.0.4"
|
||||
HOMEPAGE="https://bitbucket.org/enovance/trollius/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/trollius/trollius-1.0.4.tar.gz"
|
||||
MD5SUM="3631a464d49d0cbfd30ab2918ef2b783"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="https://github.com/haypo/trollius"
|
||||
DOWNLOAD="https://pypi.python.org/packages/6e/72/5940cfb765488cfe1b62883a0d0e5438f4fc17cfefd4fb4654a5982be852/trollius-2.1.tar.gz"
|
||||
MD5SUM="0b36ff1057cb5a93befe7d8ef0edcbf8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="futures"
|
||||
REQUIRES="six futures"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue