Hi, here's 3 new ports and an update, all required for https://rasterio.readthedocs.io/en/latest/ which is the raster equivalent to geo/py-fiona.
the py-cligj 0.5 update was overdue anyway, as for rasterio the only awkward bit is that the distfile on pypi doesnt ship test data, which is only available on github in https://github.com/mapbox/rasterio/tree/master/tests/data - with it all the tests but one run, and its an expected failure as hdf5 support is not built in our gdal. so either use the distfile from GH (with the problems that can occur) or set NO_TEST ? doing an additional DISTFILES feels awkward. py-affine: Matrices describing affine transformation of the plane, derived from Casey Duncan's Planar package py-snuggs: Snuggs wraps Numpy in expressions with the following syntax: expression = "(" (operator | function) *arg ")" arg = expression | name | number | string feedback & comments welcome; Landry
rasterio+deps.tgz
Description: application/tar-gz
Index: Makefile =================================================================== RCS file: /cvs/ports/geo/py-cligj/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 25 Feb 2018 13:11:10 -0000 1.1.1.1 +++ Makefile 4 Jan 2019 11:17:29 -0000 @@ -2,7 +2,7 @@ COMMENT = click params for command line interfaces to GeoJSON -MODPY_EGG_VERSION = 0.4.0 +MODPY_EGG_VERSION = 0.5.0 DISTNAME = cligj-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} Index: distinfo =================================================================== RCS file: /cvs/ports/geo/py-cligj/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 25 Feb 2018 13:11:10 -0000 1.1.1.1 +++ distinfo 4 Jan 2019 11:17:29 -0000 @@ -1,2 +1,2 @@ -SHA256 (cligj-0.4.0.tar.gz) = Eq0HmU9cEXOwYIf/uqzsUvnr5Gh5JuWqz8IrawyLP1Q= -SIZE (cligj-0.4.0.tar.gz) = 7281 +SHA256 (cligj-0.5.0.tar.gz) = bH1S1SmnhxJJGXT5dcM0c/QwwPe+sYwNekAqdD3LRgo= +SIZE (cligj-0.5.0.tar.gz) = 5457 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/geo/py-cligj/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 25 Feb 2018 13:11:10 -0000 1.1.1.1 +++ pkg/PLIST 4 Jan 2019 11:17:29 -0000 @@ -11,6 +11,4 @@ ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}features.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}plugins.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/cligj/features.py -lib/python${MODPY_VERSION}/site-packages/cligj/plugins.py