summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas2014-05-11 15:38:19 +0200
committer Willy Sudiarto Raharjo2014-05-12 02:36:10 +0200
commit2f1893cf4399f8a1bb4d7958bd71e5d1d72b2ac5 (patch)
tree567dbfb19014b9f74fa89472ec47dd79698b8c94 /python
parentb283bb933fd261fb1c6e4644f1b04125e018f051 (diff)
downloadslackbuilds-2f1893cf4399f8a1bb4d7958bd71e5d1d72b2ac5.tar.gz
python/dulwich: Updated for version 0.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/dulwich/dulwich.SlackBuild6
-rw-r--r--python/dulwich/dulwich.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild
index aec6405434..e9a09b5a1a 100644
--- a/python/dulwich/dulwich.SlackBuild
+++ b/python/dulwich/dulwich.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for dulwich
-# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dulwich
-VERSION=${VERSION:-0.9.4}
+VERSION=${VERSION:-0.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,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 COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/dulwich/dulwich.info b/python/dulwich/dulwich.info
index f384b80a18..c41303df1d 100644
--- a/python/dulwich/dulwich.info
+++ b/python/dulwich/dulwich.info
@@ -1,8 +1,8 @@
PRGNAM="dulwich"
-VERSION="0.9.4"
+VERSION="0.9.6"
HOMEPAGE="http://www.samba.org/~jelmer/dulwich/"
-DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.4.tar.gz"
-MD5SUM="35209870f231cafe3f5a6c7c1daa3d20"
+DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.6.tar.gz"
+MD5SUM="9cfa401f7f22df4338d4a090d5762538"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""