math/py-basemap:Make compatible with PYTHON 3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= basemap
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -18,8 +18,8 @@ BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libgeos.so:graphics/geos
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}-data
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
Reference in New Issue
Block a user