diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:30:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:30:42 +0800 |
commit | c11a85edc64bdd9fe6524840efdf27c870eacd15 (patch) | |
tree | 662103427389cf5737c70c9a77f870f7e7bee8a5 /science | |
parent | 23330b4b078836fcb79cadd8bbc8af1bc893f47d (diff) | |
download | freebsd-ports-gnome-c11a85edc64bdd9fe6524840efdf27c870eacd15.tar.gz freebsd-ports-gnome-c11a85edc64bdd9fe6524840efdf27c870eacd15.tar.zst freebsd-ports-gnome-c11a85edc64bdd9fe6524840efdf27c870eacd15.zip |
Add py-pygeodesy 18.11.12
PyGeodesy is a pure Python implementation of geodesy tools for various
ellipsoidal and spherical earth models using precision trigonometric,
vector-based and approximate methods for geodetic (lat-/longitude) and
geocentric cartesian (x/y/z) coordinates.
WWW: https://github.com/mrJean1/PyGeodesy
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/py-pygeodesy/Makefile | 19 | ||||
-rw-r--r-- | science/py-pygeodesy/distinfo | 3 | ||||
-rw-r--r-- | science/py-pygeodesy/pkg-descr | 6 |
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index c2a52b40656e..df94b532ae55 100644 --- a/science/Makefile +++ b/science/Makefile @@ -238,6 +238,7 @@ SUBDIR += py-pupynere SUBDIR += py-pyaixi SUBDIR += py-pydicom + SUBDIR += py-pygeodesy SUBDIR += py-pymatgen SUBDIR += py-pymol SUBDIR += py-pyosf diff --git a/science/py-pygeodesy/Makefile b/science/py-pygeodesy/Makefile new file mode 100644 index 000000000000..a195ffc87dcb --- /dev/null +++ b/science/py-pygeodesy/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pygeodesy +PORTVERSION= 18.11.12 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyGeodesy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pure Python geodesy tools + +LICENSE= MIT + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/science/py-pygeodesy/distinfo b/science/py-pygeodesy/distinfo new file mode 100644 index 000000000000..49a9d82cc10c --- /dev/null +++ b/science/py-pygeodesy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1544027032 +SHA256 (PyGeodesy-18.11.12.zip) = bed752795ea2b597e01b785ebcbf041f7b55aef897dc6a04dd0d62bb232460a2 +SIZE (PyGeodesy-18.11.12.zip) = 1277718 diff --git a/science/py-pygeodesy/pkg-descr b/science/py-pygeodesy/pkg-descr new file mode 100644 index 000000000000..3ef892e7314e --- /dev/null +++ b/science/py-pygeodesy/pkg-descr @@ -0,0 +1,6 @@ +PyGeodesy is a pure Python implementation of geodesy tools for various +ellipsoidal and spherical earth models using precision trigonometric, +vector-based and approximate methods for geodetic (lat-/longitude) and +geocentric cartesian (x/y/z) coordinates. + +WWW: https://github.com/mrJean1/PyGeodesy |