summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-17 23:12:02 +0200
committer Robby Workman2021-04-18 09:00:30 +0200
commitb26b82edba0782fdc64d6ba40448b7170f02455e (patch)
tree6884a3b8c0f5e7db12ef0667cecfb78e949addc3 /gis
parentccffd9d020af6108717496c921cbf0076c0b784e (diff)
downloadslackbuilds-b26b82edba0782fdc64d6ba40448b7170f02455e.tar.gz
gis/pyshp: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis')
-rw-r--r--gis/pyshp/pyshp.SlackBuild1
-rw-r--r--gis/pyshp/pyshp.info2
2 files changed, 1 insertions, 2 deletions
diff --git a/gis/pyshp/pyshp.SlackBuild b/gis/pyshp/pyshp.SlackBuild
index 79e20d5459..0bcb51ecd7 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 3beaa164ff..36821fc97a 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"