mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/ZConfig: Updated for version 2.9.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8f1a53e3e5
commit
4d058a0aa0
3 changed files with 6 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
ZConfig (Structured Configuration Library)
|
||||
|
||||
ZConfig supports a hierarchical schema-driven configuration model
|
||||
that allows a schema to specify data conversion routines written in
|
||||
Python.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Public domain.
|
||||
|
||||
PRGNAM=ZConfig
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -29,7 +29,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ZConfig"
|
||||
VERSION="2.8.0"
|
||||
VERSION="2.9.0"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/ZConfig"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-2.8.0.tar.gz"
|
||||
MD5SUM="4d1358d3e2e643430716103d5e495509"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-2.9.0.zip"
|
||||
MD5SUM="5c932690a70c8907efd240cdd76a7bc4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue