summaryrefslogtreecommitdiffstats
path: root/python/python-django-tagging/python-django-tagging.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2016-09-04 17:21:54 +0200
committer Willy Sudiarto Raharjo2016-09-11 03:53:21 +0200
commit6f7d252327e4559f12c7cc6ec6f6d40a110cee00 (patch)
tree6415db9bb4eb89b438ea24cbe40155d305fa61ba /python/python-django-tagging/python-django-tagging.SlackBuild
parent007274adc16df24101ca1c2b898e80d169b2dd57 (diff)
downloadslackbuilds-6f7d252327e4559f12c7cc6ec6f6d40a110cee00.tar.gz
python/python-django-tagging: Updated for version 0.4.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'python/python-django-tagging/python-django-tagging.SlackBuild')
-rw-r--r--python/python-django-tagging/python-django-tagging.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/python/python-django-tagging/python-django-tagging.SlackBuild b/python/python-django-tagging/python-django-tagging.SlackBuild
index 9946c63fd2..8413f17584 100644
--- a/python/python-django-tagging/python-django-tagging.SlackBuild
+++ b/python/python-django-tagging/python-django-tagging.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-django-tagging
-# Copyright 2015 Mario Preksavec, Zagreb, HR
+# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python-django-tagging
SRCNAM=django-tagging
-VERSION=${VERSION:-0.3.4}
+VERSION=${VERSION:-0.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,12 +70,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 <$CWD/patches/fix_calc_tag_weight
-
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG.txt INSTALL.txt LICENSE.txt README.txt docs/overview.txt \
+cp -a CHANGELOG.txt LICENSE.txt README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild