Add py-utm 0.6.0

utm provides bidirectional UTM-WGS84 converter for Python.

WWW: https://github.com/Turbo87/utm
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 07:43:53 +00:00
parent 79453a591b
commit 4a4094780d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551861
4 changed files with 28 additions and 0 deletions

View File

@ -879,6 +879,7 @@
SUBDIR += py-tifffile
SUBDIR += py-toyplot
SUBDIR += py-traitsui
SUBDIR += py-utm
SUBDIR += py-vecrec
SUBDIR += py-visvis
SUBDIR += py-wand

21
graphics/py-utm/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= utm
PORTVERSION= 0.6.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bidirectional UTM-WGS84 converter for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
graphics/py-utm/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1601996444
SHA256 (utm-0.6.0.tar.gz) = a3c169ceabec910b4eb98a544b686cc4a25eb555407dfb9cb5f685123d5fa07f
SIZE (utm-0.6.0.tar.gz) = 8562

View File

@ -0,0 +1,3 @@
utm provides bidirectional UTM-WGS84 converter for Python.
WWW: https://github.com/Turbo87/utm