svn commit: r440243 - in head/misc: . py-python-geohash

Martin Wilke miwi at FreeBSD.org
Sat May 6 07:46:14 UTC 2017


Author: miwi
Date: Sat May  6 07:46:12 2017
New Revision: 440243
URL: https://svnweb.freebsd.org/changeset/ports/440243

Log:
  python-geohash is a fast, accurate python geohashing library.
  
  WWW: https://pypi.python.org/pypi/python-geohash/
  
  PR:		215461
  Submitted by:	Yuri Victorovich <yuri at rawbw.com>

Added:
  head/misc/py-python-geohash/
  head/misc/py-python-geohash/Makefile   (contents, props changed)
  head/misc/py-python-geohash/distinfo   (contents, props changed)
  head/misc/py-python-geohash/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat May  6 07:43:45 2017	(r440242)
+++ head/misc/Makefile	Sat May  6 07:46:12 2017	(r440243)
@@ -382,6 +382,7 @@
     SUBDIR += py-progressbar231
     SUBDIR += py-pyfiglet
     SUBDIR += py-pyprind
+    SUBDIR += py-python-geohash
     SUBDIR += py-qt4-demo
     SUBDIR += py-qt4-doc
     SUBDIR += py-qt5-demo

Added: head/misc/py-python-geohash/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-python-geohash/Makefile	Sat May  6 07:46:12 2017	(r440243)
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	python-geohash
+PORTVERSION=	0.8.5
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	Fast, accurate python geohashing library
+
+LICENSE=	APACHE20 MIT BSD3CLAUSE
+LICENSE_COMB=	multi
+
+USES=		python:2
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/misc/py-python-geohash/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-python-geohash/distinfo	Sat May  6 07:46:12 2017	(r440243)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1482304702
+SHA256 (python-geohash-0.8.5.tar.gz) = 05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d
+SIZE (python-geohash-0.8.5.tar.gz) = 17636

Added: head/misc/py-python-geohash/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-python-geohash/pkg-descr	Sat May  6 07:46:12 2017	(r440243)
@@ -0,0 +1,3 @@
+python-geohash is a fast, accurate python geohashing library.
+
+WWW: https://pypi.python.org/pypi/python-geohash/


More information about the svn-ports-all mailing list