gis/pyshp: Updated for version 1.2.9.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-08-19 15:09:24 -07:00 committed by Willy Sudiarto Raharjo
parent cc588242fe
commit ca4736303e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyshp
VERSION=${VERSION:-1.2.3}
VERSION=${VERSION:-1.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a changelog.txt README.txt LICENSE.TXT $PKG/usr/doc/$PRGNAM-$VERSION
cp -a changelog.txt README.md LICENSE.TXT $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pyshp"
VERSION="1.2.3"
VERSION="1.2.9"
HOMEPAGE="https://github.com/GeospatialPython/pyshp"
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/1.2.3.tar.gz"
MD5SUM="2f7d14f3f1562ee2fdcb0051c6ecb614"
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/1.2.9.tar.gz"
MD5SUM="8a931fbe421000877b9fc9401252c89f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""