aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-12-14 09:00:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-12-14 09:00:30 +0000
commitb992db8b05175f66542ec87e8f7f0737ba69b38e (patch)
tree982f280cc3f8b74e8744ce1ff5f13b73506c7d5c
parent0e20ee204f8ac445e9234e7ec36e7e88b6a8e655 (diff)
According to upstream, py-basemap is deprecated and only support python 2.7
PR: 233770
Notes
Notes: svn path=/head/; revision=520102
-rw-r--r--math/py-basemap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile
index 90bdf507d50b..ae73067200e9 100644
--- a/math/py-basemap/Makefile
+++ b/math/py-basemap/Makefile
@@ -14,11 +14,14 @@ COMMENT= Plots data on map projections with boundaries
LICENSE= GPLv2 LGPL21 MIT
LICENSE_COMB= multi
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE= 2020-02-14
+
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
LIB_DEPENDS= libgeos.so:graphics/geos
-USES= python
+USES= python:2.7
USE_PYTHON= autoplist distutils
DATADIR= ${PREFIX}/share/py-${PORTNAME}-data