mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/QtPy: Update for 2.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b49360918
commit
af9b64f406
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=QtPy
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS.md CHANGELOG.md LICENSE.txt PKG-INFO README.md SECURITY.md \
|
||||
AUTHORS.md CHANGELOG.md LICENSE.txt README.md SECURITY.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QtPy"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.2.1"
|
||||
HOMEPAGE="https://github.com/spyder-ide/QtPy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.2.0.tar.gz"
|
||||
MD5SUM="8bce16de7cd9ab88eece69d79a09c6bb"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.2.1.tar.gz"
|
||||
MD5SUM="98bc1a82f37c3cdc5f36be80b9ff0bc9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue