svn commit: r523438 - in head/science: . py-pycsw
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 18 18:23:40 UTC 2020
Author: sunpoet
Date: Sat Jan 18 18:23:39 2020
New Revision: 523438
URL: https://svnweb.freebsd.org/changeset/ports/523438
Log:
Add py-pycsw 2.4.2
pycsw is an OGC CSW server implementation written in Python. Started in 2010
(more formally announced in 2011), pycsw allows for the publishing and discovery
of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH,
SRU), providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license, and
runs on all major platforms (Windows, Linux, Mac OS X).
WWW: https://pycsw.org/
WWW: https://github.com/geopython/pycsw
Added:
head/science/py-pycsw/
head/science/py-pycsw/Makefile (contents, props changed)
head/science/py-pycsw/distinfo (contents, props changed)
head/science/py-pycsw/pkg-descr (contents, props changed)
Modified:
head/science/Makefile
Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile Sat Jan 18 18:23:32 2020 (r523437)
+++ head/science/Makefile Sat Jan 18 18:23:39 2020 (r523438)
@@ -263,6 +263,7 @@
SUBDIR += py-phonopy
SUBDIR += py-pupynere
SUBDIR += py-pyaixi
+ SUBDIR += py-pycsw
SUBDIR += py-pydicom
SUBDIR += py-pygeodesy
SUBDIR += py-pymatgen
Added: head/science/py-pycsw/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-pycsw/Makefile Sat Jan 18 18:23:39 2020 (r523438)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pycsw
+PORTVERSION= 2.4.2
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= OGC CSW server implementation
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0:graphics/py-OWSLib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyproj>=0:graphics/py-pyproj@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
+
+USES= python:3.5+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/science/py-pycsw/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-pycsw/distinfo Sat Jan 18 18:23:39 2020 (r523438)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579339401
+SHA256 (pycsw-2.4.2.tar.gz) = 16ee9921d07eb79b06a55c3a0abfbecd8f32f06b1738ba0b53e50ac1ec628eb8
+SIZE (pycsw-2.4.2.tar.gz) = 415036
Added: head/science/py-pycsw/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-pycsw/pkg-descr Sat Jan 18 18:23:39 2020 (r523438)
@@ -0,0 +1,9 @@
+pycsw is an OGC CSW server implementation written in Python. Started in 2010
+(more formally announced in 2011), pycsw allows for the publishing and discovery
+of geospatial metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH,
+SRU), providing a standards-based metadata and catalogue component of spatial
+data infrastructures. pycsw is Open Source, released under an MIT license, and
+runs on all major platforms (Windows, Linux, Mac OS X).
+
+WWW: https://pycsw.org/
+WWW: https://github.com/geopython/pycsw
More information about the svn-ports-all
mailing list