diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-11-30 08:10:23 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:55 +0700 |
commit | d116f9db67cc624acf898da1a629ceef25c83463 (patch) | |
tree | 6f3b066d7bbdb213decfa1385028f2871d6f8e6d /python/git-fame | |
parent | 9ff9002f20d156397f1b8d05e3b65e01ae2e72c9 (diff) |
python/git-fame: Updated for version 1.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/git-fame')
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 5 | ||||
-rw-r--r-- | python/git-fame/git-fame.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index 4ea17c18a63c..3bbf07a29a25 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=git-fame -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,9 @@ python setup.py install --root=$PKG find $PKG -print0 | xargs -0 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/man/man1 +install -m 644 gitfame/git-fame.1 $PKG/usr/man/man1 + find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index b278d929d32c..de94c1c9d921 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -1,8 +1,8 @@ PRGNAM="git-fame" -VERSION="1.5.0" +VERSION="1.6.0" HOMEPAGE="https://pypi.python.org/pypi/git-fame" -DOWNLOAD="https://files.pythonhosted.org/packages/6a/cd/123a9b4460fac0542e701f14ed5b4bfccc829fecbf0fc55cc2c10859c24d/git-fame-1.5.0.tar.gz" -MD5SUM="2669ee5397685e0c56ac48b6fec7ab21" +DOWNLOAD="https://files.pythonhosted.org/packages/ed/e0/7579bb29efe18fe3268b213ef4490a390b85e46f3249ffbaba8255d6cd8a/git-fame-1.6.0.tar.gz" +MD5SUM="dcea62392ee1812d12ab6a97950a1df9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-argopt docopt tqdm" |