Browse Source
python/python3-alembic: updated for version 1.15.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/291/head
Arn0
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
4 deletions
-
python/python3-alembic/python3-alembic.SlackBuild
-
python/python3-alembic/python3-alembic.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-alembic |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-1.14.1} |
|
|
|
VERSION=${VERSION:-1.15.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -83,6 +83,9 @@ 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 {} \; |
|
|
|
|
|
|
|
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') |
|
|
|
export PYTHONPATH=/opt/python$PYVER/site-packages |
|
|
|
|
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-alembic" |
|
|
|
VERSION="1.14.1" |
|
|
|
VERSION="1.15.2" |
|
|
|
HOMEPAGE="https://pypi.org/project/alembic/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.14.1.tar.gz" |
|
|
|
MD5SUM="5fd5fe35fe820d03c0594cb3edd16829" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.15.2.tar.gz" |
|
|
|
MD5SUM="6ac26505bcf798ebeda9913e107b7421" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="SQLAlchemy" |
|
|
|