Page MenuHomeFreeBSD

[NEW PORT] graphics/pygeoapi: OGC API server implementation
ClosedPublic

Authored by lbartoletti on Jan 16 2020, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:49 PM
Unknown Object (File)
Mar 12 2024, 3:44 AM
Unknown Object (File)
Mar 9 2024, 7:46 AM
Unknown Object (File)
Mar 9 2024, 7:46 AM
Unknown Object (File)
Mar 9 2024, 7:46 AM
Unknown Object (File)
Mar 9 2024, 7:46 AM
Unknown Object (File)
Mar 9 2024, 7:33 AM
Unknown Object (File)
Jan 15 2024, 4:04 PM
Subscribers

Details

Summary

graphics/pygeoapi: OGC API server implementation

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.

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lbartoletti retitled this revision from graphics/pygeoapi: OGC API server implementation to [NEW PORT] graphics/pygeoapi: OGC API server implementation.Jan 16 2020, 10:10 PM

The port should likely be called py-pygeoapi -- check https://wiki.freebsd.org/Python/PortsPolicy#Naming

mfg Tobias

This revision now requires changes to proceed.Jan 17 2020, 5:13 PM

Changes:

  • Update to 0.7.0
  • add USE_PYTHON=concurrent
  • add two new dependencies for 0.7.0: pytz and python-dateutil
  • rename port to graphics/py-pygeoapi
This revision is now accepted and ready to land.Jan 18 2020, 9:57 AM