Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142520536
D23217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D23217.diff
View Options
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 <bsd.port.mk>
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/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 2:34 PM (13 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27809028
Default Alt Text
D23217.diff (2 KB)
Attached To
Mode
D23217: [NEW PORT] graphics/pygeoapi: OGC API server implementation
Attached
Detach File
Event Timeline
Log In to Comment