svn commit: r520102 - head/math/py-basemap

Antoine Brodin antoine at FreeBSD.org
Sat Dec 14 09:00:31 UTC 2019


Author: antoine
Date: Sat Dec 14 09:00:30 2019
New Revision: 520102
URL: https://svnweb.freebsd.org/changeset/ports/520102

Log:
  According to upstream, py-basemap is deprecated and only support python 2.7
  
  PR:		233770

Modified:
  head/math/py-basemap/Makefile

Modified: head/math/py-basemap/Makefile
==============================================================================
--- head/math/py-basemap/Makefile	Sat Dec 14 08:48:58 2019	(r520101)
+++ head/math/py-basemap/Makefile	Sat Dec 14 09:00:30 2019	(r520102)
@@ -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


More information about the svn-ports-all mailing list