diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-25 11:28:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:40 +0700 |
commit | 9136a86bec7f95830d45bf8257b6766b083e1302 (patch) | |
tree | 9257a07b474c17e6b0d0d0cdc070085c40f25484 /python/trollius | |
parent | b4551bb475560873ef6ef2c83edae896eb151c77 (diff) | |
download | slackbuilds-9136a86bec7f95830d45bf8257b6766b083e1302.tar.gz |
python/trollius: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/trollius')
-rw-r--r-- | python/trollius/slack-desc | 2 | ||||
-rw-r--r-- | python/trollius/trollius.SlackBuild | 6 | ||||
-rw-r--r-- | python/trollius/trollius.info | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/python/trollius/slack-desc b/python/trollius/slack-desc index 57312b344d..c3caff6bd5 100644 --- a/python/trollius/slack-desc +++ b/python/trollius/slack-desc @@ -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: diff --git a/python/trollius/trollius.SlackBuild b/python/trollius/trollius.SlackBuild index ebbfdebb61..179be00b4e 100644 --- a/python/trollius/trollius.SlackBuild +++ b/python/trollius/trollius.SlackBuild @@ -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 diff --git a/python/trollius/trollius.info b/python/trollius/trollius.info index 15fde38d59..372add3e89 100644 --- a/python/trollius/trollius.info +++ b/python/trollius/trollius.info @@ -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" |