summaryrefslogtreecommitdiffstats
path: root/python/python-twitter/python-twitter.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-07-11 18:12:45 +0200
committer Willy Sudiarto Raharjo2014-07-11 18:12:45 +0200
commitf00c69d9f17cc026ecaabe4a6ef4efad8e4f30b4 (patch)
tree8b03d398800e4eb6847d28e4dd6278be19b8a762 /python/python-twitter/python-twitter.SlackBuild
parent5ea9e1bea3483a625a3a778ca51af75b2076e7f6 (diff)
downloadslackbuilds-f00c69d9f17cc026ecaabe4a6ef4efad8e4f30b4.tar.gz
python/python-twitter: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-twitter/python-twitter.SlackBuild')
-rw-r--r--python/python-twitter/python-twitter.SlackBuild5
1 files changed, 2 insertions, 3 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