mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
f5b864d252
commit
44ffa8953d
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-et_xmlfile
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-et_xmlfile"
|
||||
VERSION="1.1.0"
|
||||
VERSION="2.0.0"
|
||||
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"
|
||||
MD5SUM="8fbae9b969eac28c02f5073febefc445"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-2.0.0.tar.gz"
|
||||
MD5SUM="d7db773c110c5534e61f288fdfcad807"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lxml"
|
||||
|
|
Loading…
Reference in a new issue