Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 07:46:12 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440243 - in head/misc: . py-python-geohash
Message-ID:  <201705060746.v467kCJK025425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	python-geohash
+PORTVERSION=	0.8.5
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@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/



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