diff options
Diffstat (limited to 'python/python-twitter')
-rw-r--r-- | python/python-twitter/python-twitter.SlackBuild | 5 | ||||
-rw-r--r-- | python/python-twitter/python-twitter.info | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/python/python-twitter/python-twitter.SlackBuild b/python/python-twitter/python-twitter.SlackBuild index 54e87e939d..e0b9858ec2 100644 --- a/python/python-twitter/python-twitter.SlackBuild +++ b/python/python-twitter/python-twitter.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-twitter -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,8 +61,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES COPYING LICENSE NOTICE PKG-INFO README.md examples/* \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES COPYING LICENSE NOTICE PKG-INFO *.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/python-twitter/python-twitter.info b/python/python-twitter/python-twitter.info index 19a260ed41..594684cf8d 100644 --- a/python/python-twitter/python-twitter.info +++ b/python/python-twitter/python-twitter.info @@ -1,10 +1,10 @@ PRGNAM="python-twitter" -VERSION="1.3.1" +VERSION="2.0" HOMEPAGE="https://github.com/bear/python-twitter" -DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-1.3.1.tar.gz" -MD5SUM="84a1076388187196b4d83a6a658d722a" +DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-2.0.tar.gz" +MD5SUM="a232cac55f121509da7fc2db15ef9614" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="simplejson python-oauth2 requests-oauthlib" +REQUIRES="simplejson requests-oauthlib" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |