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:
parent
bf050be4e3
commit
db7c205d2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523437
@ -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
|
||||
|
20
science/py-geolinks/Makefile
Normal file
20
science/py-geolinks/Makefile
Normal 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>
|
3
science/py-geolinks/distinfo
Normal file
3
science/py-geolinks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579339399
|
||||
SHA256 (geolinks-0.2.0.tar.gz) = 724b94b3ed619c2282acc74b7908cf866c10e7d97920a882349f1f22df79ca43
|
||||
SIZE (geolinks-0.2.0.tar.gz) = 2655
|
3
science/py-geolinks/pkg-descr
Normal file
3
science/py-geolinks/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
geolinks provides utilities to deal with geospatial links.
|
||||
|
||||
WWW: https://github.com/geopython/geolinks
|
Loading…
Reference in New Issue
Block a user