diff options
Diffstat (limited to 'libraries/zope.hookable')
-rw-r--r-- | libraries/zope.hookable/zope.hookable.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/zope.hookable/zope.hookable.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/libraries/zope.hookable/zope.hookable.SlackBuild b/libraries/zope.hookable/zope.hookable.SlackBuild index 020898ad98..2dc24edd5f 100644 --- a/libraries/zope.hookable/zope.hookable.SlackBuild +++ b/libraries/zope.hookable/zope.hookable.SlackBuild @@ -26,7 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zope.hookable -VERSION=${VERSION:-6.0} +SRCNAM=$(tr \. _ <<<$PRGNAM) +VERSION=${VERSION:-7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,9 +57,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/libraries/zope.hookable/zope.hookable.info b/libraries/zope.hookable/zope.hookable.info index 53864ba1bd..83cce5d2d7 100644 --- a/libraries/zope.hookable/zope.hookable.info +++ b/libraries/zope.hookable/zope.hookable.info @@ -1,8 +1,8 @@ PRGNAM="zope.hookable" -VERSION="6.0" +VERSION="7.0" HOMEPAGE="https://pypi.python.org/pypi/zope.hookable" -DOWNLOAD="https://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-6.0.tar.gz" -MD5SUM="5b922cee23c4a837f741f398ba8be55f" +DOWNLOAD="https://pypi.python.org/packages/source/z/zope_hookable/zope_hookable-7.0.tar.gz" +MD5SUM="e257047373df230a484c38b03674ee40" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |