diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/pyshp/pyshp.SlackBuild | 1 | ||||
-rw-r--r-- | gis/pyshp/pyshp.info | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gis/pyshp/pyshp.SlackBuild b/gis/pyshp/pyshp.SlackBuild index 79e20d545974..0bcb51ecd737 100644 --- a/gis/pyshp/pyshp.SlackBuild +++ b/gis/pyshp/pyshp.SlackBuild @@ -69,7 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/gis/pyshp/pyshp.info b/gis/pyshp/pyshp.info index 3beaa164ffe2..36821fc97a27 100644 --- a/gis/pyshp/pyshp.info +++ b/gis/pyshp/pyshp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.1.3/pyshp-2.1.3.ta MD5SUM="5a541b6fd09a825d1025c5563e769823" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |