# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pygeoapi # py-pygeoapi/pkg-descr # py-pygeoapi/distinfo # py-pygeoapi/Makefile # echo c - py-pygeoapi mkdir -p py-pygeoapi > /dev/null 2>&1 echo x - py-pygeoapi/pkg-descr sed 's/^X//' >py-pygeoapi/pkg-descr << '07a1b55308c53fdd10b7b82c645cc825' Xpygeoapi is a Python server implementation of the OGC API suite of standards. XThe project emerged as part of the next generation OGC API efforts in 2018 and Xprovides the capability for organizations to deploy an RESTful OGC API endpoint Xusing OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an XMIT license. X XWWW: https://pygeoapi.io/ 07a1b55308c53fdd10b7b82c645cc825 echo x - py-pygeoapi/distinfo sed 's/^X//' >py-pygeoapi/distinfo << '0819981cb7f898adfd0cf2998ae4343e' XTIMESTAMP = 1579280011 XSHA256 (pygeoapi-0.7.0.tar.gz) = 0ac0fe7ab6c36be9f8f6f5174596fc981b2ce8be49af3dc264a4ebe7e23c59d0 XSIZE (pygeoapi-0.7.0.tar.gz) = 69415 0819981cb7f898adfd0cf2998ae4343e echo x - py-pygeoapi/Makefile sed 's/^X//' >py-pygeoapi/Makefile << 'a450573c78e244ed591baf4a4db1d641' X# $FreeBSD$ X XPORTNAME= pygeoapi XPORTVERSION= 0.7.0 XCATEGORIES= graphics geography python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= lbartoletti@FreeBSD.org XCOMMENT= OGC API server implementation X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE.md X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}unicodecsv>0:devel/py-unicodecsv@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}Flask-Cors>0:www/py-flask-cors@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} X XUSES= python XUSE_PYTHON= autoplist concurrent distutils X X.include a450573c78e244ed591baf4a4db1d641 exit