pkgsrc/geography/py-geojson/Makefile
kleink e3207767af Update py-geojson to 1.3.4.
1.3.4 (2017-02-11)
------------------

- Remove runtime dependency on setuptools

  - https://github.com/frewsxcv/python-geojson/pull/90

1.3.3 (2016-07-21)
------------------

- Add validate parameter to GeoJSON constructors

  - https://github.com/frewsxcv/python-geojson/pull/78
2017-02-21 08:00:24 +00:00

16 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/02/21 08:00:24 kleink Exp $
DISTNAME= geojson-1.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=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"