diff options
author | miwi <miwi@FreeBSD.org> | 2017-05-06 15:46:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-05-06 15:46:12 +0800 |
commit | 76a2d8c4fcd7d5613e208f028a1b362c898b56a8 (patch) | |
tree | 4107cb62114b7eac5e14586faebd9c9abc543ac0 /misc | |
parent | 9ff8813f7081fc85dc29b5bf9a3cac20e1d20646 (diff) | |
download | freebsd-ports-gnome-76a2d8c4fcd7d5613e208f028a1b362c898b56a8.tar.gz freebsd-ports-gnome-76a2d8c4fcd7d5613e208f028a1b362c898b56a8.tar.zst freebsd-ports-gnome-76a2d8c4fcd7d5613e208f028a1b362c898b56a8.zip |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-python-geohash/Makefile | 19 | ||||
-rw-r--r-- | misc/py-python-geohash/distinfo | 3 | ||||
-rw-r--r-- | misc/py-python-geohash/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 83e47cc49b42..bb96443aa694 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/py-python-geohash/Makefile b/misc/py-python-geohash/Makefile new file mode 100644 index 000000000000..eb5088e0ecdf --- /dev/null +++ b/misc/py-python-geohash/Makefile @@ -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> diff --git a/misc/py-python-geohash/distinfo b/misc/py-python-geohash/distinfo new file mode 100644 index 000000000000..d3f4d05875a5 --- /dev/null +++ b/misc/py-python-geohash/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1482304702 +SHA256 (python-geohash-0.8.5.tar.gz) = 05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d +SIZE (python-geohash-0.8.5.tar.gz) = 17636 diff --git a/misc/py-python-geohash/pkg-descr b/misc/py-python-geohash/pkg-descr new file mode 100644 index 000000000000..5dbe02e89892 --- /dev/null +++ b/misc/py-python-geohash/pkg-descr @@ -0,0 +1,3 @@ +python-geohash is a fast, accurate python geohashing library. + +WWW: https://pypi.python.org/pypi/python-geohash/ |