diff options
author | dslackw <d.zlatanidis@gmail.com> | 2014-08-06 03:15:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:18:46 +0700 |
commit | 0492e65e30f46e67657cdc43c2b7a0c242946e83 (patch) | |
tree | 16bf3f8e463d02d4d0dd9a3a9f9d463339b071d4 /libraries/pysendfile | |
parent | 22f3947b73e3a8e28b818268ca4315cd34202976 (diff) | |
download | slackbuilds-0492e65e30f46e67657cdc43c2b7a0c242946e83.tar.gz |
libraries/pysendfile: Updated for version 2.0.1.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/pysendfile')
-rw-r--r-- | libraries/pysendfile/pysendfile.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/pysendfile/pysendfile.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pysendfile/pysendfile.SlackBuild b/libraries/pysendfile/pysendfile.SlackBuild index 8302a07b66..b4d18f07e5 100644 --- a/libraries/pysendfile/pysendfile.SlackBuild +++ b/libraries/pysendfile/pysendfile.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pysendfile -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.0.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 HISTORY LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst HISTORY.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/pysendfile/pysendfile.info b/libraries/pysendfile/pysendfile.info index b029d0b5fb..10accf8a72 100644 --- a/libraries/pysendfile/pysendfile.info +++ b/libraries/pysendfile/pysendfile.info @@ -1,8 +1,8 @@ PRGNAM="pysendfile" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="http://code.google.com/p/pysendfile/" -DOWNLOAD="http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz" -MD5SUM="bd8d96b64e7c5c5b91ea2a6659aa82a3" +DOWNLOAD="https://pypi.python.org/packages/source/p/pysendfile/pysendfile-2.0.1.tar.gz" +MD5SUM="e7b301eddd703ab74a48c59a8fda1f97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |