svn commit: r551861 - in head/graphics: . py-utm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 07:43:55 UTC 2020


Author: sunpoet
Date: Sat Oct 10 07:43:53 2020
New Revision: 551861
URL: https://svnweb.freebsd.org/changeset/ports/551861

Log:
  Add py-utm 0.6.0
  
  utm provides bidirectional UTM-WGS84 converter for Python.
  
  WWW: https://github.com/Turbo87/utm

Added:
  head/graphics/py-utm/
  head/graphics/py-utm/Makefile   (contents, props changed)
  head/graphics/py-utm/distinfo   (contents, props changed)
  head/graphics/py-utm/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Oct 10 07:43:48 2020	(r551860)
+++ head/graphics/Makefile	Sat Oct 10 07:43:53 2020	(r551861)
@@ -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

Added: head/graphics/py-utm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-utm/Makefile	Sat Oct 10 07:43:53 2020	(r551861)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	utm
+PORTVERSION=	0.6.0
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/graphics/py-utm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-utm/distinfo	Sat Oct 10 07:43:53 2020	(r551861)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601996444
+SHA256 (utm-0.6.0.tar.gz) = a3c169ceabec910b4eb98a544b686cc4a25eb555407dfb9cb5f685123d5fa07f
+SIZE (utm-0.6.0.tar.gz) = 8562

Added: head/graphics/py-utm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-utm/pkg-descr	Sat Oct 10 07:43:53 2020	(r551861)
@@ -0,0 +1,3 @@
+utm provides bidirectional UTM-WGS84 converter for Python.
+
+WWW: https://github.com/Turbo87/utm


More information about the svn-ports-all mailing list