Skip to content

Commit

Permalink
graphics/py-pyproj: Update to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 21, 2021
1 parent 2536996 commit 3427d25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pyproj/Makefile
@@ -1,7 +1,7 @@
# Created by: TAOKA Fumiyoshi

PORTNAME= pyproj
PORTVERSION= 3.1.0
PORTVERSION= 3.2.0
CATEGORIES= graphics geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,7 +23,7 @@ MAKE_ENV= PROJ_DIR=${LOCALBASE}
OPTIONS_DEFINE= DOCS EXAMPLES

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyproj/*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
6 changes: 3 additions & 3 deletions graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1622037980
SHA256 (pyproj-3.1.0.tar.gz) = 67b94f4e694ae33fc90dfb7da0e6b5ed5f671dd0acc2f6cf46e9c39d56e16e1a
SIZE (pyproj-3.1.0.tar.gz) = 182603
TIMESTAMP = 1632037182
SHA256 (pyproj-3.2.0.tar.gz) = 48df0d5ab085bd2dc6db3bca79e20bf15b08ffca4f4e42df6d87b566633b800c
SIZE (pyproj-3.2.0.tar.gz) = 212708
10 changes: 7 additions & 3 deletions graphics/py-pyproj/pkg-plist
@@ -1,3 +1,4 @@
%%PORTDOCS%%%%DOCSDIR%%/Makefile
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/advanced_examples.rst
%%PORTDOCS%%%%DOCSDIR%%/api/aoi.rst
Expand All @@ -20,8 +21,8 @@
%%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%%/build_crs_cf.rst
%%PORTDOCS%%%%DOCSDIR%%/cli.rst
%%PORTDOCS%%%%DOCSDIR%%/conf.py
%%PORTDOCS%%%%DOCSDIR%%/crs_compatibility.rst
Expand All @@ -31,7 +32,10 @@
%%PORTDOCS%%%%DOCSDIR%%/index.rst
%%PORTDOCS%%%%DOCSDIR%%/installation.rst
%%PORTDOCS%%%%DOCSDIR%%/make.bat
%%PORTDOCS%%%%DOCSDIR%%/Makefile
%%PORTDOCS%%%%DOCSDIR%%/media/icon.png
%%PORTDOCS%%%%DOCSDIR%%/media/icon.svg
%%PORTDOCS%%%%DOCSDIR%%/media/logo.png
%%PORTDOCS%%%%DOCSDIR%%/media/logo.svg
%%PORTDOCS%%%%DOCSDIR%%/optimize_transformations.rst
%%PORTDOCS%%%%DOCSDIR%%/past_versions.rst
%%PORTDOCS%%%%DOCSDIR%%/transformation_grids.rst
Expand All @@ -41,8 +45,8 @@
%%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_datum_shift.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_doctest_wrapper.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_exception_logging.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_geod.py
Expand Down

0 comments on commit 3427d25

Please sign in to comment.