diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-07 12:05:15 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:19 -0600 |
commit | 6a7364b8eaa6a852f543520334c1e07c1fc50477 (patch) | |
tree | 895ee21a8a4c6ee59c0bba48cdb6ca109732fa20 /python/tweepy | |
parent | 7abf21fc5a464aefb4f73f6edaa67f475fd1c53c (diff) | |
download | slackbuilds-6a7364b8eaa6a852f543520334c1e07c1fc50477.tar.gz |
python/tweepy: Updated for version 2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/tweepy')
-rw-r--r-- | python/tweepy/tweepy.SlackBuild | 8 | ||||
-rw-r--r-- | python/tweepy/tweepy.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/tweepy/tweepy.SlackBuild b/python/tweepy/tweepy.SlackBuild index 741a6cfd22..fc1b1d4cbe 100644 --- a/python/tweepy/tweepy.SlackBuild +++ b/python/tweepy/tweepy.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for tweepy -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012 +# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tweepy -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ else LIBDIRSUFFIX="" fi -DOCS="CONTRIBUTORS LICENSE README" +DOCS="CONTRIBUTORS LICENSE README.md" set -e # Exit on most errors @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/python/tweepy/tweepy.info b/python/tweepy/tweepy.info index 1eb4b69988..dab81638f0 100644 --- a/python/tweepy/tweepy.info +++ b/python/tweepy/tweepy.info @@ -1,8 +1,8 @@ PRGNAM="tweepy" -VERSION="1.10" +VERSION="2.1" HOMEPAGE="http://tweepy.github.com/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/tweepy-1.10.tar.xz" -MD5SUM="92e7a4fbfdd48a4e6da0107ef42367fe" +DOWNLOAD="https://github.com/tweepy/tweepy/archive/2.1.tar.gz" +MD5SUM="98a52da1b6e6ec3f95ed78955e122301" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |