Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 07:43:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551861 - in head/graphics: . py-utm
Message-ID:  <202010100743.09A7hr2l062814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010100743.09A7hr2l062814>