libraries/python3-reportlab: Downgrade to version 3.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
340f26dbb8
commit
1a6e015f6c
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue