pkgsrc/geography/py-geojson/Makefile
kleink a924de3cba Update py-geojson to 1.0.9.
1.0.9 (2014-10-05)
------------------

- Fix bug where unicode/non-string properties with a 'type' key
  cause a crash

1.0.8 (2014-09-30)
------------------

- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities
2014-10-23 14:21:29 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/10/23 14:21:29 kleink Exp $
DISTNAME= geojson-1.0.9
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"