mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 3.0.0.post1
Changes: https://github.com/pyproj4/pyproj/releases
This commit is contained in:
parent
6ddf7277bc
commit
2d9c3e114c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558536
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyproj
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.0.0
|
||||
DISTVERSIONSUFFIX= .post1
|
||||
CATEGORIES= graphics python geography
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -15,35 +14,26 @@ COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= proj>=6.2.0:graphics/proj
|
||||
BUILD_DEPENDS= proj>=7.2.0,1:graphics/proj
|
||||
LIB_DEPENDS= libproj.so:graphics/proj
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
MAKE_ENV= PROJ_DIR=${LOCALBASE}
|
||||
|
||||
PORTDOCS= *
|
||||
PORTDOCS1= README.md docs/*
|
||||
PORTEXAMPLES= sample.out \
|
||||
test_awips221.py test_datadir.py \
|
||||
test_datum.py test_datum_shift.py test_doctest_wrapper.py \
|
||||
test_exception_logging.py test_geod.py test_pickle.py \
|
||||
test_transform.py test_transformer.py
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_proj.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyproj/*.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/docs/ && \
|
||||
${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "! -name .buildinfo" )
|
||||
cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/test/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/test/sample.out ${WRKSRC}/test/test_*.py ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596961504
|
||||
SHA256 (pyproj-2.6.1.post1.tar.gz) = 4f5b02b4abbd41610397c635b275a8ee4a2b5bc72a75572b98ac6ae7befa471e
|
||||
SIZE (pyproj-2.6.1.post1.tar.gz) = 545482
|
||||
TIMESTAMP = 1608366160
|
||||
SHA256 (pyproj-3.0.0.post1.tar.gz) = a49581629cadd29e61fc061d153a4d62ff28b4063c71fe8ca881eeb98cd22017
|
||||
SIZE (pyproj-3.0.0.post1.tar.gz) = 663801
|
||||
|
57
graphics/py-pyproj/pkg-plist
Normal file
57
graphics/py-pyproj/pkg-plist
Normal file
@ -0,0 +1,57 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/advanced_examples.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/aoi.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/coordinate_operation.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/coordinate_system.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/crs.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/datum.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/enums.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/crs/index.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/database.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/datadir.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/enums.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/exceptions.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/geod.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/global_context.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/index.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/list.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/network.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/proj.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/show_versions.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/sync.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/api/transformer.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build_crs_cf.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build_crs.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cli.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/crs_compatibility.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gotchas.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/history.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/installation.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/make.bat
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Makefile
|
||||
%%PORTDOCS%%%%DOCSDIR%%/optimize_transformations.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/past_versions.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/transformation_grids.rst
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.out
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_aoi.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_awips221.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_cli.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_database.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datadir.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datum_shift.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_datum.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_doctest_wrapper.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_exception_logging.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_geod.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_list.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_network.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pickle.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_proj.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_show_versions.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sync.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_transform.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_transformer.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_utils.py
|
Loading…
Reference in New Issue
Block a user