writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely. Fiona is supported only on CPython versions 2.7 and 3.4+. WWW: https://pypi.python.org/pypi/fiona PR: 228665 Submitted by: lbartoletti@tuxfamily.org
26 lines
752 B
Makefile
26 lines
752 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Fiona
|
|
DISTVERSION= 1.7.12
|
|
#DISTVERSIONSUFFIX= .post2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= OGR's neat and nimble API for Python programmers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${FLAVOR} \
|
|
${PY_ENUM34}
|
|
LIB_DEPENDS+= libgdal.so:graphics/gdal
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
.include <bsd.port.mk>
|