forked from Lainports/freebsd-ports
- Update to 1.8.3
- Add to geography virtual category - Respect NOPORTEXAMPLES PR: ports/118187 Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
This commit is contained in:
parent
f9ff108d37
commit
47865787a8
3 changed files with 13 additions and 10 deletions
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= pyproj
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= graphics python
|
||||
PORTVERSION= 1.8.3
|
||||
CATEGORIES= graphics python geography
|
||||
MASTER_SITES= http://pyproj.googlecode.com/files/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -21,8 +21,10 @@ USE_PYDISTUTILS= yes
|
|||
PORTDOCS= Changelog README README.html LICENSE_proj4
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/test/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pyproj-1.8.2.tar.gz) = d7e4bd48559a45c4bf61b8f37eba608d
|
||||
SHA256 (pyproj-1.8.2.tar.gz) = 264a8a6eaf9f473a4cb63a9b582a833ffc133ec50fba4da4f904d8fa97a3d776
|
||||
SIZE (pyproj-1.8.2.tar.gz) = 310420
|
||||
MD5 (pyproj-1.8.3.tar.gz) = 75cab2a76f619488df60cae619b0ef40
|
||||
SHA256 (pyproj-1.8.3.tar.gz) = 292dbf38dc66e4d895fa0a62c29d0e8537a33ed13183f73e67ff39a7787f4225
|
||||
SIZE (pyproj-1.8.3.tar.gz) = 317072
|
||||
|
|
|
|||
|
|
@ -22,11 +22,12 @@
|
|||
%%PYTHON_SITELIBDIR%%/pyproj/data/testntv2
|
||||
%%PYTHON_SITELIBDIR%%/pyproj/data/testvarious
|
||||
%%PYTHON_SITELIBDIR%%/pyproj/data/world
|
||||
%%EXAMPLESDIR%%/datum_shift.py
|
||||
%%EXAMPLESDIR%%/sample.out
|
||||
%%EXAMPLESDIR%%/test.py
|
||||
%%EXAMPLESDIR%%/test2.py
|
||||
%%EXAMPLESDIR%%/test_transform.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datum_shift.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geodtest.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.out
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_transform.py
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyproj/data
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyproj
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue