Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile +++ head/graphics/Makefile @@ -852,6 +852,7 @@ SUBDIR += py-pyepsg SUBDIR += py-pygal SUBDIR += py-pyganim + SUBDIR += py-pygeoapi SUBDIR += py-pyglet SUBDIR += py-pyglet12 SUBDIR += py-pygooglechart Index: head/graphics/py-pygeoapi/Makefile =================================================================== --- head/graphics/py-pygeoapi/Makefile +++ head/graphics/py-pygeoapi/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= pygeoapi +PORTVERSION= 0.7.0 +CATEGORIES= graphics geography python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@FreeBSD.org +COMMENT= OGC API server implementation + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}unicodecsv>0:devel/py-unicodecsv@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask-Cors>0:www/py-flask-cors@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Index: head/graphics/py-pygeoapi/distinfo =================================================================== --- head/graphics/py-pygeoapi/distinfo +++ head/graphics/py-pygeoapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579280011 +SHA256 (pygeoapi-0.7.0.tar.gz) = 0ac0fe7ab6c36be9f8f6f5174596fc981b2ce8be49af3dc264a4ebe7e23c59d0 +SIZE (pygeoapi-0.7.0.tar.gz) = 69415 Index: head/graphics/py-pygeoapi/pkg-descr =================================================================== --- head/graphics/py-pygeoapi/pkg-descr +++ head/graphics/py-pygeoapi/pkg-descr @@ -0,0 +1,7 @@ +pygeoapi is a Python server implementation of the OGC API suite of standards. +The project emerged as part of the next generation OGC API efforts in 2018 and +provides the capability for organizations to deploy an RESTful OGC API endpoint +using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an +MIT license. + +WWW: https://pygeoapi.io/