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
This commit is contained in:
kleink 2014-05-28 20:06:46 +00:00
parent e8643421e5
commit 0a80b35f61
4 changed files with 59 additions and 0 deletions

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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