mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
math/py-basemap: Update version 0.9.2=>1.0.7
- Add LICENSE (GPLv2 LGPL21 MIT) - Take maintainership Approved by: bapt marino (implicit)
This commit is contained in:
parent
454e7161a9
commit
b0fd4a61c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378831
@ -2,16 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= basemap
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Plots data on map projections with continental and political boundaries
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Plots data on map projections with boundaries
|
||||
|
||||
LICENSE= GPLv2 LGPL21 MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib
|
||||
LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
@ -32,5 +36,7 @@ post-patch:
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_geoslib.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mpl_toolkits/basemap/_proj.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (basemap-0.9.2.tar.gz) = 602c73cda3f657b49f7cabc5a60bd203a42f8cb7694c3e4fbcb6dc27389fbf0c
|
||||
SIZE (basemap-0.9.2.tar.gz) = 7348431
|
||||
SHA256 (basemap-1.0.7.tar.gz) = e07ec2e0d63b24c9aed25a09fe8aff2598f82a85da8db74190bac81cbf104531
|
||||
SIZE (basemap-1.0.7.tar.gz) = 129694711
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- lib/matplotlib/toolkits/basemap/basemap.py.orig Wed Oct 11 12:46:53 2006
|
||||
+++ lib/matplotlib/toolkits/basemap/basemap.py Wed Oct 11 12:47:16 2006
|
||||
@@ -22,7 +22,7 @@
|
||||
# BASEMAP_DATA_PATH env var not set.
|
||||
_datadir = os.environ.get('BASEMAP_DATA_PATH')
|
||||
if not _datadir:
|
||||
- _datadir = os.path.join(sys.prefix,'share','basemap')
|
||||
+ _datadir = os.path.join(sys.prefix,'share','py-basemap-data')
|
||||
|
||||
__version__ = '0.9.2'
|
||||
__revision__ = '20060831'
|
Loading…
Reference in New Issue
Block a user