Browse Source
python/Paste: Updated for version 3.5.0.
Fixes build against python 3.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/182/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
7 deletions
-
python/Paste/Paste.SlackBuild
-
python/Paste/Paste.info
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=Paste |
|
|
|
VERSION=${VERSION:-3.2.2} |
|
|
|
VERSION=${VERSION:-3.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -64,9 +64,7 @@ find -L . \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
python setup.py install --root=$PKG |
|
|
|
if $(python3 -c 'import sys' 2>/dev/null); then |
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
fi |
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a README.rst MANIFEST.in $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="Paste" |
|
|
|
VERSION="3.2.2" |
|
|
|
VERSION="3.5.0" |
|
|
|
HOMEPAGE="https://pythonpaste.readthedocs.io/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/P/Paste/Paste-3.2.2.tar.gz" |
|
|
|
MD5SUM="788fceb192bc338f1a3e2a8f78fd42b6" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/b7/e0/eb502f90e14570c88ed108a101ff223ccc853e2ba057ac4e7d6eb40c923e/Paste-3.5.0.tar.gz" |
|
|
|
MD5SUM="90c56e0f84c58ca4841c0df0bcfc11d9" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pytest-runner" |
|
|
|
|