summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-09-05 04:49:21 +0200
committer Willy Sudiarto Raharjo2019-09-07 03:54:49 +0200
commitbc3420d8cba867cdb2601e985b78270b7ecfcb8c (patch)
tree5bb7abfe0d826fb00891e9bb110f78207fc5d752 /python
parent60277475f06661ac69913dcd0a2793f181df936d (diff)
downloadslackbuilds-bc3420d8cba867cdb2601e985b78270b7ecfcb8c.tar.gz
python/affine: Updated for version 2.3.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r--python/affine/affine.SlackBuild7
-rw-r--r--python/affine/affine.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/python/affine/affine.SlackBuild b/python/affine/affine.SlackBuild
index 08e53e73cc..1060170890 100644
--- a/python/affine/affine.SlackBuild
+++ b/python/affine/affine.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for affine
-# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=affine
-VERSION=${VERSION:-2.2.2}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,6 +77,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
+ AUTHORS.txt \
+ CHANGES.txt \
+ LICENSE.txt \
README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/affine/affine.info b/python/affine/affine.info
index 5feb5ce3bc..89e075eaba 100644
--- a/python/affine/affine.info
+++ b/python/affine/affine.info
@@ -1,8 +1,8 @@
PRGNAM="affine"
-VERSION="2.2.2"
+VERSION="2.3.0"
HOMEPAGE="https://github.com/sgillies/affine"
-DOWNLOAD="https://github.com/sgillies/affine/archive/2.2.2/affine-2.2.2.tar.gz"
-MD5SUM="4b8e8e57e0d6a50484916262be1f74fa"
+DOWNLOAD="https://github.com/sgillies/affine/archive/2.3.0/affine-2.3.0.tar.gz"
+MD5SUM="32bb6a5fec7fbe95455c992368edbf09"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"