svn commit: r523437 - in head/science: . py-geolinks
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 18 18:23:34 UTC 2020
Author: sunpoet
Date: Sat Jan 18 18:23:32 2020
New Revision: 523437
URL: https://svnweb.freebsd.org/changeset/ports/523437
Log:
Add py-geolinks 0.2.0
geolinks provides utilities to deal with geospatial links.
WWW: https://github.com/geopython/geolinks
Added:
head/science/py-geolinks/
head/science/py-geolinks/Makefile (contents, props changed)
head/science/py-geolinks/distinfo (contents, props changed)
head/science/py-geolinks/pkg-descr (contents, props changed)
Modified:
head/science/Makefile
Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile Sat Jan 18 18:23:27 2020 (r523436)
+++ head/science/Makefile Sat Jan 18 18:23:32 2020 (r523437)
@@ -240,6 +240,7 @@
SUBDIR += py-coards
SUBDIR += py-dlib
SUBDIR += py-eccodes-python
+ SUBDIR += py-geolinks
SUBDIR += py-geomet
SUBDIR += py-geometer
SUBDIR += py-gpaw
Added: head/science/py-geolinks/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-geolinks/Makefile Sat Jan 18 18:23:32 2020 (r523437)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= geolinks
+PORTVERSION= 0.2.0
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Utilities to deal with geospatial links
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/science/py-geolinks/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-geolinks/distinfo Sat Jan 18 18:23:32 2020 (r523437)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579339399
+SHA256 (geolinks-0.2.0.tar.gz) = 724b94b3ed619c2282acc74b7908cf866c10e7d97920a882349f1f22df79ca43
+SIZE (geolinks-0.2.0.tar.gz) = 2655
Added: head/science/py-geolinks/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-geolinks/pkg-descr Sat Jan 18 18:23:32 2020 (r523437)
@@ -0,0 +1,3 @@
+geolinks provides utilities to deal with geospatial links.
+
+WWW: https://github.com/geopython/geolinks
More information about the svn-ports-head
mailing list