summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-17 23:10:55 +0200
committer Robby Workman2021-04-18 09:00:30 +0200
commitccffd9d020af6108717496c921cbf0076c0b784e (patch)
treeed0c6361e3e7c6ebf1f67df45d113699e68981e2 /gis
parentdc6955951dcab4227ecf085629932a58caf81c73 (diff)
downloadslackbuilds-ccffd9d020af6108717496c921cbf0076c0b784e.tar.gz
gis/polyline: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis')
-rw-r--r--gis/polyline/polyline.SlackBuild3
-rw-r--r--gis/polyline/polyline.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/gis/polyline/polyline.SlackBuild b/gis/polyline/polyline.SlackBuild
index 5b2f18b774..dc4d8c483f 100644
--- a/gis/polyline/polyline.SlackBuild
+++ b/gis/polyline/polyline.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for polyline
-# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/gis/polyline/polyline.info b/gis/polyline/polyline.info
index df153f546a..52a27af76b 100644
--- a/gis/polyline/polyline.info
+++ b/gis/polyline/polyline.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/polyline/polyline-1.4
MD5SUM="b97c57378605c4a856c437569f95a0cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="six python3-six"
+REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"