f311dcfa25
2.5.0: - Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m) - Fix bug where `map_geometries()` util was not preserving Feature IDs - Remove `crs` module and features to conform to official WGS84-only GeoJSON spec - Set up semi-automatic PyPi releases via Travis/Jazzband
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/12/11 18:58:58 adam Exp $
|
|
|
|
DISTNAME= geojson-2.5.0
|
|
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= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|