python/python3-et_xmlfile: Updated for version 2.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-10-25 13:18:26 -07:00 committed by Willy Sudiarto Raharjo
parent f5b864d252
commit 44ffa8953d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-et_xmlfile PRGNAM=python3-et_xmlfile
VERSION=${VERSION:-1.1.0} VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -70,7 +70,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS.txt LICENCE.python LICENCE.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="python3-et_xmlfile" PRGNAM="python3-et_xmlfile"
VERSION="1.1.0" VERSION="2.0.0"
HOMEPAGE="https://et-xmlfile.readthedocs.io/en/latest/" HOMEPAGE="https://et-xmlfile.readthedocs.io/en/latest/"
DOWNLOAD="https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-1.1.0.tar.gz" DOWNLOAD="https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-2.0.0.tar.gz"
MD5SUM="8fbae9b969eac28c02f5073febefc445" MD5SUM="d7db773c110c5534e61f288fdfcad807"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-lxml" REQUIRES="python3-lxml"