bump version

This commit is contained in:
4d30 2020-11-18 18:35:02 +00:00
parent 9a7cf5c77d
commit 315dac82fe
No known key found for this signature in database
GPG Key ID: FEE66A4BBDA865DD
8 changed files with 118 additions and 43 deletions

View File

@ -1,8 +1,7 @@
This is a python implementation of the geodesic routines from GeographicLib.
This contains implementations of the classes
This implements
[Algorithms for Geodesics](https://doi.org/10.1007/s00190-012-0578-z)
(Karney, 2013) for solving the direct and inverse problems for an
ellipsoid of revolution.
GeographicLib::Math
GeographicLib::Accumulator
GeographicLib::Geodesic
GeographicLib::GeodesicLine
GeographicLib::PolygonArea
Documentation is available at
<https://geographiclib.sourceforge.io/1.50/python/>.

View File

@ -1,20 +1,16 @@
# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:41 thomasklausner Exp $
# $NetBSD$
DISTNAME= geographiclib-1.31
DISTNAME= geographiclib-1.50
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography
CATEGORIES= python # TODO: add primary category
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geographiclib/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://geographiclib.sourceforge.io/
COMMENT= Translation of the GeographicLib::Geodesic class to Python
MAINTAINER= lntl@disroot.org
HOMEPAGE= https://geographiclib.sourceforge.io/1.50/python
COMMENT= The geodesic routines from GeographicLib
LICENSE= mit
WRKSRC= ${WRKDIR}/geographiclib-1.31
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/12/05 22:51:19 jihbed Exp $
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/geographiclib/__init__.py
${PYSITELIB}/geographiclib/__init__.pyc
${PYSITELIB}/geographiclib/__init__.pyo
@ -23,3 +27,9 @@ ${PYSITELIB}/geographiclib/geomath.pyo
${PYSITELIB}/geographiclib/polygonarea.py
${PYSITELIB}/geographiclib/polygonarea.pyc
${PYSITELIB}/geographiclib/polygonarea.pyo
${PYSITELIB}/geographiclib/test/__init__.py
${PYSITELIB}/geographiclib/test/__init__.pyc
${PYSITELIB}/geographiclib/test/__init__.pyo
${PYSITELIB}/geographiclib/test/test_geodesic.py
${PYSITELIB}/geographiclib/test/test_geodesic.pyc
${PYSITELIB}/geographiclib/test/test_geodesic.pyo

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/12/05 22:51:19 jihbed Exp $
$NetBSD$
SHA1 (geographiclib-1.31.tar.gz) = ab52e62258f08769ef136141b1d39718cd6d6f81
RMD160 (geographiclib-1.31.tar.gz) = 83903c3e72e55a20d25f04f1f337e14c9e915ce8
SHA512 (geographiclib-1.31.tar.gz) = 74ce4bbf6fe072289a319286efe0a1f1082cdb0ceeb26a0bd2bd9f0513b3b75517bcce8a31ca78a86e0baebb68f821290ac9f833ea85d215c4131934878619a7
Size (geographiclib-1.31.tar.gz) = 21925 bytes
SHA1 (geographiclib-1.50.tar.gz) = a49a225afa1b9706494483f14aebabc6b0273251
RMD160 (geographiclib-1.50.tar.gz) = 209b98a6197abd2f2804c4af9f577aa285798d0f
SHA512 (geographiclib-1.50.tar.gz) = 134553b0b2fec49004b0ae1cc54a0f8cb923f5c396e4d2b6b1e35c40aa9627e633abed7e994270dd6a0f22f89f0387fd7badd8c121bb1ad7ce4455f65a6ec864
Size (geographiclib-1.50.tar.gz) = 33532 bytes

View File

@ -1 +1,8 @@
Python Geocoding Toolbox
GeographicLib is a small set of C++ classes for performing conversions
between geographic, UTM, UPS, MGRS, geocentric, and local cartesian
coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic
field (e.g., WMM2020) calculations, and for solving geodesic problems.
It is a suitable replacement for the core functionality provided by geotrans.
WWW: https://geographiclib.sourceforge.io/

View File

@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.1 2014/03/21 17:57:56 jihbed Exp $
# $NetBSD$
DISTNAME= geopy-0.99
DISTNAME= geopy-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geopy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://files.pythonhosted.org/packages/source/g/geopy/
MAINTAINER= lntl@disroot.org
HOMEPAGE= https://github.com/geopy/geopy
COMMENT= Python Geocoding Toolbox
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
DEPENDS+= ${PYPKGPREFIX}-geographiclib>=1.50:../../wip/py-geographiclib
USE_LANGUAGES= # none

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/03/21 17:57:56 jihbed Exp $
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/geopy/__init__.py
${PYSITELIB}/geopy/__init__.pyc
${PYSITELIB}/geopy/__init__.pyo
${PYSITELIB}/geopy/adapters.py
${PYSITELIB}/geopy/adapters.pyc
${PYSITELIB}/geopy/adapters.pyo
${PYSITELIB}/geopy/compat.py
${PYSITELIB}/geopy/compat.pyc
${PYSITELIB}/geopy/compat.pyo
@ -16,54 +19,114 @@ ${PYSITELIB}/geopy/distance.pyo
${PYSITELIB}/geopy/exc.py
${PYSITELIB}/geopy/exc.pyc
${PYSITELIB}/geopy/exc.pyo
${PYSITELIB}/geopy/extra/__init__.py
${PYSITELIB}/geopy/extra/__init__.pyc
${PYSITELIB}/geopy/extra/__init__.pyo
${PYSITELIB}/geopy/extra/rate_limiter.py
${PYSITELIB}/geopy/extra/rate_limiter.pyc
${PYSITELIB}/geopy/extra/rate_limiter.pyo
${PYSITELIB}/geopy/format.py
${PYSITELIB}/geopy/format.pyc
${PYSITELIB}/geopy/format.pyo
${PYSITELIB}/geopy/geocoders/__init__.py
${PYSITELIB}/geopy/geocoders/__init__.pyc
${PYSITELIB}/geopy/geocoders/__init__.pyo
${PYSITELIB}/geopy/geocoders/algolia.py
${PYSITELIB}/geopy/geocoders/algolia.pyc
${PYSITELIB}/geopy/geocoders/algolia.pyo
${PYSITELIB}/geopy/geocoders/arcgis.py
${PYSITELIB}/geopy/geocoders/arcgis.pyc
${PYSITELIB}/geopy/geocoders/arcgis.pyo
${PYSITELIB}/geopy/geocoders/azure.py
${PYSITELIB}/geopy/geocoders/azure.pyc
${PYSITELIB}/geopy/geocoders/azure.pyo
${PYSITELIB}/geopy/geocoders/baidu.py
${PYSITELIB}/geopy/geocoders/baidu.pyc
${PYSITELIB}/geopy/geocoders/baidu.pyo
${PYSITELIB}/geopy/geocoders/banfrance.py
${PYSITELIB}/geopy/geocoders/banfrance.pyc
${PYSITELIB}/geopy/geocoders/banfrance.pyo
${PYSITELIB}/geopy/geocoders/base.py
${PYSITELIB}/geopy/geocoders/base.pyc
${PYSITELIB}/geopy/geocoders/base.pyo
${PYSITELIB}/geopy/geocoders/bing.py
${PYSITELIB}/geopy/geocoders/bing.pyc
${PYSITELIB}/geopy/geocoders/bing.pyo
${PYSITELIB}/geopy/geocoders/dot_us.py
${PYSITELIB}/geopy/geocoders/dot_us.pyc
${PYSITELIB}/geopy/geocoders/dot_us.pyo
${PYSITELIB}/geopy/geocoders/databc.py
${PYSITELIB}/geopy/geocoders/databc.pyc
${PYSITELIB}/geopy/geocoders/databc.pyo
${PYSITELIB}/geopy/geocoders/geocodeearth.py
${PYSITELIB}/geopy/geocoders/geocodeearth.pyc
${PYSITELIB}/geopy/geocoders/geocodeearth.pyo
${PYSITELIB}/geopy/geocoders/geocodefarm.py
${PYSITELIB}/geopy/geocoders/geocodefarm.pyc
${PYSITELIB}/geopy/geocoders/geocodefarm.pyo
${PYSITELIB}/geopy/geocoders/geolake.py
${PYSITELIB}/geopy/geocoders/geolake.pyc
${PYSITELIB}/geopy/geocoders/geolake.pyo
${PYSITELIB}/geopy/geocoders/geonames.py
${PYSITELIB}/geopy/geocoders/geonames.pyc
${PYSITELIB}/geopy/geocoders/geonames.pyo
${PYSITELIB}/geopy/geocoders/googlev3.py
${PYSITELIB}/geopy/geocoders/googlev3.pyc
${PYSITELIB}/geopy/geocoders/googlev3.pyo
${PYSITELIB}/geopy/geocoders/here.py
${PYSITELIB}/geopy/geocoders/here.pyc
${PYSITELIB}/geopy/geocoders/here.pyo
${PYSITELIB}/geopy/geocoders/ignfrance.py
${PYSITELIB}/geopy/geocoders/ignfrance.pyc
${PYSITELIB}/geopy/geocoders/ignfrance.pyo
${PYSITELIB}/geopy/geocoders/mapbox.py
${PYSITELIB}/geopy/geocoders/mapbox.pyc
${PYSITELIB}/geopy/geocoders/mapbox.pyo
${PYSITELIB}/geopy/geocoders/mapquest.py
${PYSITELIB}/geopy/geocoders/mapquest.pyc
${PYSITELIB}/geopy/geocoders/mapquest.pyo
${PYSITELIB}/geopy/geocoders/maptiler.py
${PYSITELIB}/geopy/geocoders/maptiler.pyc
${PYSITELIB}/geopy/geocoders/maptiler.pyo
${PYSITELIB}/geopy/geocoders/nominatim.py
${PYSITELIB}/geopy/geocoders/nominatim.pyc
${PYSITELIB}/geopy/geocoders/nominatim.pyo
${PYSITELIB}/geopy/geocoders/opencage.py
${PYSITELIB}/geopy/geocoders/opencage.pyc
${PYSITELIB}/geopy/geocoders/opencage.pyo
${PYSITELIB}/geopy/geocoders/openmapquest.py
${PYSITELIB}/geopy/geocoders/openmapquest.pyc
${PYSITELIB}/geopy/geocoders/openmapquest.pyo
${PYSITELIB}/geopy/geocoders/osm.py
${PYSITELIB}/geopy/geocoders/osm.pyc
${PYSITELIB}/geopy/geocoders/osm.pyo
${PYSITELIB}/geopy/geocoders/placefinder.py
${PYSITELIB}/geopy/geocoders/placefinder.pyc
${PYSITELIB}/geopy/geocoders/placefinder.pyo
${PYSITELIB}/geopy/geocoders/pelias.py
${PYSITELIB}/geopy/geocoders/pelias.pyc
${PYSITELIB}/geopy/geocoders/pelias.pyo
${PYSITELIB}/geopy/geocoders/photon.py
${PYSITELIB}/geopy/geocoders/photon.pyc
${PYSITELIB}/geopy/geocoders/photon.pyo
${PYSITELIB}/geopy/geocoders/pickpoint.py
${PYSITELIB}/geopy/geocoders/pickpoint.pyc
${PYSITELIB}/geopy/geocoders/pickpoint.pyo
${PYSITELIB}/geopy/geocoders/smartystreets.py
${PYSITELIB}/geopy/geocoders/smartystreets.pyc
${PYSITELIB}/geopy/geocoders/smartystreets.pyo
${PYSITELIB}/geopy/geocoders/tomtom.py
${PYSITELIB}/geopy/geocoders/tomtom.pyc
${PYSITELIB}/geopy/geocoders/tomtom.pyo
${PYSITELIB}/geopy/geocoders/what3words.py
${PYSITELIB}/geopy/geocoders/what3words.pyc
${PYSITELIB}/geopy/geocoders/what3words.pyo
${PYSITELIB}/geopy/geocoders/yandex.py
${PYSITELIB}/geopy/geocoders/yandex.pyc
${PYSITELIB}/geopy/geocoders/yandex.pyo
${PYSITELIB}/geopy/location.py
${PYSITELIB}/geopy/location.pyc
${PYSITELIB}/geopy/location.pyo
${PYSITELIB}/geopy/point.py
${PYSITELIB}/geopy/point.pyc
${PYSITELIB}/geopy/point.pyo
${PYSITELIB}/geopy/timezone.py
${PYSITELIB}/geopy/timezone.pyc
${PYSITELIB}/geopy/timezone.pyo
${PYSITELIB}/geopy/units.py
${PYSITELIB}/geopy/units.pyc
${PYSITELIB}/geopy/units.pyo

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/03/21 17:57:56 jihbed Exp $
$NetBSD$
SHA1 (geopy-0.99.tar.gz) = a13b015079180c9ce3b50412d210f2d5f009b8be
RMD160 (geopy-0.99.tar.gz) = a67e63b146892d0a4dedb3da0663ebe1da2020e9
SHA512 (geopy-0.99.tar.gz) = 67809c498c1118d75c5d8fa55354df46e6f7a95c4194f25373ac622b517fdac50bc489b3de8635518fa7b5f41807119b498abb60487314f5fc218b228e1afe22
Size (geopy-0.99.tar.gz) = 65066 bytes
SHA1 (geopy-2.0.0.tar.gz) = ea8728548f9fbe7211aaa9862fe1b717b19bb807
RMD160 (geopy-2.0.0.tar.gz) = 5043fbb228ce27717da7b0a22a97a6ad4e580f03
SHA512 (geopy-2.0.0.tar.gz) = 99411b42d8878736a1bd1de5b5eca4d037fea4d465bb8a689d9da99fb9f186dae32d59985ee9ae95eed1094edd7fa2af12e8c69cf63c8c6770aa1266f8de975d
Size (geopy-2.0.0.tar.gz) = 107026 bytes