diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-11-17 12:09:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:44 +0700 |
commit | 51f11f14fe090dcd03b816f31d8d442bb0158da6 (patch) | |
tree | 3f3bc50d2ce45ab95faa16fc3a58c5c99ad2d6c1 /python | |
parent | d9ec031ec18f4569cc34f0337b13a5be7fb605ac (diff) |
python/python-fusepy: Updated for version 3.0.1.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-fusepy/python-fusepy.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-fusepy/python-fusepy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-fusepy/python-fusepy.SlackBuild b/python/python-fusepy/python-fusepy.SlackBuild index 4e6474dba0c3..a2c56fdc0f41 100644 --- a/python/python-fusepy/python-fusepy.SlackBuild +++ b/python/python-fusepy/python-fusepy.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-fusepy SRCNAM=fusepy -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README README.rst examples \ + README README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python-fusepy/python-fusepy.info b/python/python-fusepy/python-fusepy.info index 93d439ce1a22..6d82394d221a 100644 --- a/python/python-fusepy/python-fusepy.info +++ b/python/python-fusepy/python-fusepy.info @@ -1,8 +1,8 @@ PRGNAM="python-fusepy" -VERSION="2.0.4" +VERSION="3.0.1" HOMEPAGE="https://github.com/fusepy/fusepy" -DOWNLOAD="https://github.com/fusepy/fusepy/archive/v2.0.4/fusepy-2.0.4.tar.gz" -MD5SUM="0b0bf1283d6fe9532ecbf6c8204f05d3" +DOWNLOAD="https://files.pythonhosted.org/packages/04/0b/4506cb2e831cea4b0214d3625430e921faaa05a7fb520458c75a2dbd2152/fusepy-3.0.1.tar.gz" +MD5SUM="d383a3c6742755039ba51b6f3f919d5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |