Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2019 09:00:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520102 - head/math/py-basemap
Message-ID:  <201912140900.xBE90VOv045950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912140900.xBE90VOv045950>