diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-11-18 00:18:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:10 +0700 |
commit | 1a6e015f6cc023ae08269bd1c23c7c2324edd547 (patch) | |
tree | bd15a3e1f4b980ad3fb268edc82f3bcc43c4413b /libraries/python3-reportlab | |
parent | 340f26dbb85ae525bbc2bac69c0da8c7d199c72a (diff) |
libraries/python3-reportlab: Downgrade to version 3.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-reportlab')
-rw-r--r-- | libraries/python3-reportlab/python3-reportlab.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/python3-reportlab/python3-reportlab.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/python3-reportlab/python3-reportlab.SlackBuild b/libraries/python3-reportlab/python3-reportlab.SlackBuild index 91c093415a0b..7a3e2e564490 100644 --- a/libraries/python3-reportlab/python3-reportlab.SlackBuild +++ b/libraries/python3-reportlab/python3-reportlab.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-reportlab -VERSION=${VERSION:-3.6.12} +VERSION=${VERSION:-3.6.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a docs CHANGES.md LICENSE.txt PKG-INFO README.txt VERSION.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -chmod 0644 $PKG/usr/doc/python3-reportlab-3.6.12/docs/reference/build.bat +chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/docs/reference/build.bat mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/python3-reportlab/python3-reportlab.info b/libraries/python3-reportlab/python3-reportlab.info index 741411e1eb65..3be1640131e2 100644 --- a/libraries/python3-reportlab/python3-reportlab.info +++ b/libraries/python3-reportlab/python3-reportlab.info @@ -1,8 +1,8 @@ PRGNAM="python3-reportlab" -VERSION="3.6.12" +VERSION="3.6.9" HOMEPAGE="https://reportlab.com" -DOWNLOAD="https://pypi.org/packages/source/r/reportlab/reportlab-3.6.12.tar.gz" -MD5SUM="13b741b8c7166443ddfd7f150da656f0" +DOWNLOAD="https://pypi.org/packages/source/r/reportlab/reportlab-3.6.9.tar.gz" +MD5SUM="c0485e096fd3380fc9c2325f8b894c04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |