diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-17 23:12:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:00:30 -0500 |
commit | b26b82edba0782fdc64d6ba40448b7170f02455e (patch) | |
tree | 6884a3b8c0f5e7db12ef0667cecfb78e949addc3 /gis/pyshp | |
parent | ccffd9d020af6108717496c921cbf0076c0b784e (diff) |
gis/pyshp: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis/pyshp')
-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" |