According to upstream, py-basemap is deprecated and only support python 2.7
PR: 233770
This commit is contained in:
parent
0e20ee204f
commit
b992db8b05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520102
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue