pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/py-geojson py-geojson: updated to 2.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/40c0175b31af
branches: trunk
changeset: 419067:40c0175b31af
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 11 18:58:58 2019 +0000
description:
py-geojson: updated to 2.5.0
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
diffstat:
geography/py-geojson/Makefile | 8 ++++----
geography/py-geojson/PLIST | 5 +----
geography/py-geojson/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 13 deletions(-)
diffs (58 lines):
diff -r c06f2bf16c59 -r 40c0175b31af geography/py-geojson/Makefile
--- a/geography/py-geojson/Makefile Wed Dec 11 18:51:10 2019 +0000
+++ b/geography/py-geojson/Makefile Wed Dec 11 18:58:58 2019 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2018/11/10 16:12:19 kleink Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/11 18:58:58 adam Exp $
-DISTNAME= geojson-2.4.1
+DISTNAME= geojson-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geojson/}
MAINTAINER= kleink%NetBSD.org@localhost
-HOMEPAGE= https://github.com/frewsxcv/python-geojson/
+HOMEPAGE= https://github.com/frewsxcv/python-geojson
COMMENT= Python bindings and utlities for GeoJSON
LICENSE= modified-bsd
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c06f2bf16c59 -r 40c0175b31af geography/py-geojson/PLIST
--- a/geography/py-geojson/PLIST Wed Dec 11 18:51:10 2019 +0000
+++ b/geography/py-geojson/PLIST Wed Dec 11 18:58:58 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/09/12 16:24:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/12/11 18:58:58 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,9 +15,6 @@
${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
diff -r c06f2bf16c59 -r 40c0175b31af geography/py-geojson/distinfo
--- a/geography/py-geojson/distinfo Wed Dec 11 18:51:10 2019 +0000
+++ b/geography/py-geojson/distinfo Wed Dec 11 18:58:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/11/10 16:12:19 kleink Exp $
+$NetBSD: distinfo,v 1.15 2019/12/11 18:58:58 adam Exp $
-SHA1 (geojson-2.4.1.tar.gz) = d1db97a545baa8823f181dd12480b968176c879c
-RMD160 (geojson-2.4.1.tar.gz) = 383f7b0b9b113241e234a9523217f788a44ce96c
-SHA512 (geojson-2.4.1.tar.gz) = d4eccc6b269a0ba0ee52f480c6e3f2f3b11119b7f8a37191a6438516bf615d6969cbccc7bf62c4a8209a4b05fc0d4a9cda2a6dba881100e9a024beaa28c9981b
-Size (geojson-2.4.1.tar.gz) = 22730 bytes
+SHA1 (geojson-2.5.0.tar.gz) = 02ae522a407a1520c89192717216209e9747f2df
+RMD160 (geojson-2.5.0.tar.gz) = 72cae53bbe871d370d6da7c75ba24a8b7ec2cec1
+SHA512 (geojson-2.5.0.tar.gz) = 68d59a6c7d796549dba4e4e71219901c2d939c7f8f5794c1e6be7cadffb006ad99ac658e0159977b3ecc88cf5ef4f908d3837dddc54c70261291f8fa7b8ffbae
+Size (geojson-2.5.0.tar.gz) = 23086 bytes
Home |
Main Index |
Thread Index |
Old Index