diff options
author | kleink <kleink@pkgsrc.org> | 2014-05-28 20:06:46 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2014-05-28 20:06:46 +0000 |
commit | 8f01e0d7fd8d6f13fa1b3d7ac64f81fdd6ce687a (patch) | |
tree | beac180aa415bb6a241b35e194107ba8310374e3 /geography/py-geojson | |
parent | 616ae7792b61e74ac03eda8d7b9f8cd2c220e3dc (diff) | |
download | pkgsrc-8f01e0d7fd8d6f13fa1b3d7ac64f81fdd6ce687a.tar.gz |
Import geojson-1.0.7 as geography/py-geojson.
The geojson library contains:
- Functions for encoding and decoding GeoJSON formatted data
- Classes for all GeoJSON Objects
- An implementation of the Python __geo_interface__ Specification
Diffstat (limited to 'geography/py-geojson')
-rw-r--r-- | geography/py-geojson/DESCR | 5 | ||||
-rw-r--r-- | geography/py-geojson/Makefile | 16 | ||||
-rw-r--r-- | geography/py-geojson/PLIST | 33 | ||||
-rw-r--r-- | geography/py-geojson/distinfo | 5 |
4 files changed, 59 insertions, 0 deletions
diff --git a/geography/py-geojson/DESCR b/geography/py-geojson/DESCR new file mode 100644 index 00000000000..a6e1a79fc07 --- /dev/null +++ b/geography/py-geojson/DESCR @@ -0,0 +1,5 @@ +The geojson library contains: + +- Functions for encoding and decoding GeoJSON formatted data +- Classes for all GeoJSON Objects +- An implementation of the Python __geo_interface__ Specification diff --git a/geography/py-geojson/Makefile b/geography/py-geojson/Makefile new file mode 100644 index 00000000000..920da8f07c2 --- /dev/null +++ b/geography/py-geojson/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/05/28 20:06:46 kleink Exp $ + +DISTNAME= geojson-1.0.7 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= geography python +MASTER_SITES= http://pypi.python.org/packages/source/g/geojson/ + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/frewsxcv/python-geojson/ +COMMENT= Python bindings and utlities for GeoJSON +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/py-geojson/PLIST b/geography/py-geojson/PLIST new file mode 100644 index 00000000000..84f8d2a2948 --- /dev/null +++ b/geography/py-geojson/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2014/05/28 20:06:46 kleink Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/geojson/__init__.py +${PYSITELIB}/geojson/__init__.pyc +${PYSITELIB}/geojson/__init__.pyo +${PYSITELIB}/geojson/base.py +${PYSITELIB}/geojson/base.pyc +${PYSITELIB}/geojson/base.pyo +${PYSITELIB}/geojson/codec.py +${PYSITELIB}/geojson/codec.pyc +${PYSITELIB}/geojson/codec.pyo +${PYSITELIB}/geojson/crs.py +${PYSITELIB}/geojson/crs.pyc +${PYSITELIB}/geojson/crs.pyo +${PYSITELIB}/geojson/examples.py +${PYSITELIB}/geojson/examples.pyc +${PYSITELIB}/geojson/examples.pyo +${PYSITELIB}/geojson/factory.py +${PYSITELIB}/geojson/factory.pyc +${PYSITELIB}/geojson/factory.pyo +${PYSITELIB}/geojson/feature.py +${PYSITELIB}/geojson/feature.pyc +${PYSITELIB}/geojson/feature.pyo +${PYSITELIB}/geojson/geometry.py +${PYSITELIB}/geojson/geometry.pyc +${PYSITELIB}/geojson/geometry.pyo +${PYSITELIB}/geojson/mapping.py +${PYSITELIB}/geojson/mapping.pyc +${PYSITELIB}/geojson/mapping.pyo diff --git a/geography/py-geojson/distinfo b/geography/py-geojson/distinfo new file mode 100644 index 00000000000..7fc704acf49 --- /dev/null +++ b/geography/py-geojson/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/28 20:06:46 kleink Exp $ + +SHA1 (geojson-1.0.7.tar.gz) = 9a9bc6ddd568314fa973bd2e0c6eb57e63631a61 +RMD160 (geojson-1.0.7.tar.gz) = 81ce6e944ae569597ebbb0f55294add95695db03 +Size (geojson-1.0.7.tar.gz) = 10958 bytes |