Add py-geolinks 0.2.0

geolinks provides utilities to deal with geospatial links.

WWW: https://github.com/geopython/geolinks
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-18 18:23:32 +00:00
parent bf050be4e3
commit db7c205d2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523437
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= geolinks
PORTVERSION= 0.2.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579339399
SHA256 (geolinks-0.2.0.tar.gz) = 724b94b3ed619c2282acc74b7908cf866c10e7d97920a882349f1f22df79ca43
SIZE (geolinks-0.2.0.tar.gz) = 2655

View File

@ -0,0 +1,3 @@
geolinks provides utilities to deal with geospatial links.
WWW: https://github.com/geopython/geolinks