Browse Source
python/python-debian: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/289/head
Vijay Marcel
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
4 additions and
8 deletions
-
python/python-debian/python-debian.SlackBuild
-
python/python-debian/python-debian.info
|
|
@ -36,7 +36,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python-debian |
|
|
|
VERSION=${VERSION:-0.1.52} |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -49,9 +49,6 @@ if [ -z "$ARCH" ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what |
|
|
|
# the name of the created package would be, and then exit. This information |
|
|
|
# could be useful to other scripts. |
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" |
|
|
|
exit 0 |
|
|
@ -78,7 +75,6 @@ fi |
|
|
|
set -e |
|
|
|
trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR |
|
|
|
|
|
|
|
|
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python-debian" |
|
|
|
VERSION="0.1.52" |
|
|
|
VERSION="1.0.1" |
|
|
|
HOMEPAGE="https://salsa.debian.org/python-debian-team/python-debian" |
|
|
|
DOWNLOAD="https://salsa.debian.org/python-debian-team/python-debian/-/archive/0.1.52/python-debian-0.1.52.tar.gz" |
|
|
|
MD5SUM="1f2d0380eba2189b02132b0eef409e95" |
|
|
|
DOWNLOAD="https://salsa.debian.org/python-debian-team/python-debian/-/archive/1.0.1/python-debian-1.0.1.tar.gz" |
|
|
|
MD5SUM="bf66d23281235087ee84074437fac8bb" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-opt python3-setuptools-scm-opt" |
|
|
|