pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

imported python modules



Module Name:	pkgsrc-wip
Committed By:	4d30 <45021583+4d30%users.noreply.github.com@localhost>
Pushed By:	lntl
Date:		Thu Nov 19 17:14:38 2020 +0000
Changeset:	4264132f03ee7999033b4bcbbb84188c8b04dcf9

Added Files:
	py-geocoder/DESCR
	py-geocoder/Makefile
	py-geocoder/PLIST
	py-geocoder/distinfo
	py-ratelim/DESCR
	py-ratelim/Makefile
	py-ratelim/PLIST
	py-ratelim/distinfo

Log Message:
imported python modules

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4264132f03ee7999033b4bcbbb84188c8b04dcf9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-geocoder/DESCR    |   3 +
 py-geocoder/Makefile |  22 ++++++
 py-geocoder/PLIST    | 207 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-geocoder/distinfo |   6 ++
 py-ratelim/DESCR     |   8 ++
 py-ratelim/Makefile  |  18 +++++
 py-ratelim/PLIST     |   9 +++
 py-ratelim/distinfo  |   6 ++
 8 files changed, 279 insertions(+)

diffs:
diff --git a/py-geocoder/DESCR b/py-geocoder/DESCR
new file mode 100644
index 0000000000..b1a5053d5b
--- /dev/null
+++ b/py-geocoder/DESCR
@@ -0,0 +1,3 @@
+Geocoder is a simple and consistent geocoding library written in
+Python. Dealing with multiple different geocoding provider such as
+Google, Bing, OSM & many more has never been easier.
diff --git a/py-geocoder/Makefile b/py-geocoder/Makefile
new file mode 100644
index 0000000000..c8dbd30406
--- /dev/null
+++ b/py-geocoder/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	geocoder-1.38.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	geography python
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/geocoder/}
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/DenisCarriere/geocoder
+COMMENT=	Simple and consistent geocoding library
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-ratelim>=0:../../wip/py-ratelim
+DEPENDS+=	${PYPKGPREFIX}-click>=0:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-six>=0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-future>=0:../../devel/py-future
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-geocoder/PLIST b/py-geocoder/PLIST
new file mode 100644
index 0000000000..cb1971f826
--- /dev/null
+++ b/py-geocoder/PLIST
@@ -0,0 +1,207 @@
+@comment $NetBSD$
+bin/geocode
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/geocoder/__init__.py
+${PYSITELIB}/geocoder/__init__.pyc
+${PYSITELIB}/geocoder/__init__.pyo
+${PYSITELIB}/geocoder/api.py
+${PYSITELIB}/geocoder/api.pyc
+${PYSITELIB}/geocoder/api.pyo
+${PYSITELIB}/geocoder/arcgis.py
+${PYSITELIB}/geocoder/arcgis.pyc
+${PYSITELIB}/geocoder/arcgis.pyo
+${PYSITELIB}/geocoder/arcgis_reverse.py
+${PYSITELIB}/geocoder/arcgis_reverse.pyc
+${PYSITELIB}/geocoder/arcgis_reverse.pyo
+${PYSITELIB}/geocoder/baidu.py
+${PYSITELIB}/geocoder/baidu.pyc
+${PYSITELIB}/geocoder/baidu.pyo
+${PYSITELIB}/geocoder/baidu_reverse.py
+${PYSITELIB}/geocoder/baidu_reverse.pyc
+${PYSITELIB}/geocoder/baidu_reverse.pyo
+${PYSITELIB}/geocoder/base.py
+${PYSITELIB}/geocoder/base.pyc
+${PYSITELIB}/geocoder/base.pyo
+${PYSITELIB}/geocoder/bing.py
+${PYSITELIB}/geocoder/bing.pyc
+${PYSITELIB}/geocoder/bing.pyo
+${PYSITELIB}/geocoder/bing_batch.py
+${PYSITELIB}/geocoder/bing_batch.pyc
+${PYSITELIB}/geocoder/bing_batch.pyo
+${PYSITELIB}/geocoder/bing_batch_forward.py
+${PYSITELIB}/geocoder/bing_batch_forward.pyc
+${PYSITELIB}/geocoder/bing_batch_forward.pyo
+${PYSITELIB}/geocoder/bing_batch_reverse.py
+${PYSITELIB}/geocoder/bing_batch_reverse.pyc
+${PYSITELIB}/geocoder/bing_batch_reverse.pyo
+${PYSITELIB}/geocoder/bing_reverse.py
+${PYSITELIB}/geocoder/bing_reverse.pyc
+${PYSITELIB}/geocoder/bing_reverse.pyo
+${PYSITELIB}/geocoder/canadapost.py
+${PYSITELIB}/geocoder/canadapost.pyc
+${PYSITELIB}/geocoder/canadapost.pyo
+${PYSITELIB}/geocoder/cli.py
+${PYSITELIB}/geocoder/cli.pyc
+${PYSITELIB}/geocoder/cli.pyo
+${PYSITELIB}/geocoder/distance.py
+${PYSITELIB}/geocoder/distance.pyc
+${PYSITELIB}/geocoder/distance.pyo
+${PYSITELIB}/geocoder/freegeoip.py
+${PYSITELIB}/geocoder/freegeoip.pyc
+${PYSITELIB}/geocoder/freegeoip.pyo
+${PYSITELIB}/geocoder/gaode.py
+${PYSITELIB}/geocoder/gaode.pyc
+${PYSITELIB}/geocoder/gaode.pyo
+${PYSITELIB}/geocoder/gaode_reverse.py
+${PYSITELIB}/geocoder/gaode_reverse.pyc
+${PYSITELIB}/geocoder/gaode_reverse.pyo
+${PYSITELIB}/geocoder/geocodefarm.py
+${PYSITELIB}/geocoder/geocodefarm.pyc
+${PYSITELIB}/geocoder/geocodefarm.pyo
+${PYSITELIB}/geocoder/geocodefarm_reverse.py
+${PYSITELIB}/geocoder/geocodefarm_reverse.pyc
+${PYSITELIB}/geocoder/geocodefarm_reverse.pyo
+${PYSITELIB}/geocoder/geolytica.py
+${PYSITELIB}/geocoder/geolytica.pyc
+${PYSITELIB}/geocoder/geolytica.pyo
+${PYSITELIB}/geocoder/geonames.py
+${PYSITELIB}/geocoder/geonames.pyc
+${PYSITELIB}/geocoder/geonames.pyo
+${PYSITELIB}/geocoder/geonames_children.py
+${PYSITELIB}/geocoder/geonames_children.pyc
+${PYSITELIB}/geocoder/geonames_children.pyo
+${PYSITELIB}/geocoder/geonames_details.py
+${PYSITELIB}/geocoder/geonames_details.pyc
+${PYSITELIB}/geocoder/geonames_details.pyo
+${PYSITELIB}/geocoder/geonames_hierarchy.py
+${PYSITELIB}/geocoder/geonames_hierarchy.pyc
+${PYSITELIB}/geocoder/geonames_hierarchy.pyo
+${PYSITELIB}/geocoder/gisgraphy.py
+${PYSITELIB}/geocoder/gisgraphy.pyc
+${PYSITELIB}/geocoder/gisgraphy.pyo
+${PYSITELIB}/geocoder/gisgraphy_reverse.py
+${PYSITELIB}/geocoder/gisgraphy_reverse.pyc
+${PYSITELIB}/geocoder/gisgraphy_reverse.pyo
+${PYSITELIB}/geocoder/google.py
+${PYSITELIB}/geocoder/google.pyc
+${PYSITELIB}/geocoder/google.pyo
+${PYSITELIB}/geocoder/google_elevation.py
+${PYSITELIB}/geocoder/google_elevation.pyc
+${PYSITELIB}/geocoder/google_elevation.pyo
+${PYSITELIB}/geocoder/google_places.py
+${PYSITELIB}/geocoder/google_places.pyc
+${PYSITELIB}/geocoder/google_places.pyo
+${PYSITELIB}/geocoder/google_reverse.py
+${PYSITELIB}/geocoder/google_reverse.pyc
+${PYSITELIB}/geocoder/google_reverse.pyo
+${PYSITELIB}/geocoder/google_timezone.py
+${PYSITELIB}/geocoder/google_timezone.pyc
+${PYSITELIB}/geocoder/google_timezone.pyo
+${PYSITELIB}/geocoder/here.py
+${PYSITELIB}/geocoder/here.pyc
+${PYSITELIB}/geocoder/here.pyo
+${PYSITELIB}/geocoder/here_reverse.py
+${PYSITELIB}/geocoder/here_reverse.pyc
+${PYSITELIB}/geocoder/here_reverse.pyo
+${PYSITELIB}/geocoder/ipinfo.py
+${PYSITELIB}/geocoder/ipinfo.pyc
+${PYSITELIB}/geocoder/ipinfo.pyo
+${PYSITELIB}/geocoder/keys.py
+${PYSITELIB}/geocoder/keys.pyc
+${PYSITELIB}/geocoder/keys.pyo
+${PYSITELIB}/geocoder/komoot.py
+${PYSITELIB}/geocoder/komoot.pyc
+${PYSITELIB}/geocoder/komoot.pyo
+${PYSITELIB}/geocoder/komoot_reverse.py
+${PYSITELIB}/geocoder/komoot_reverse.pyc
+${PYSITELIB}/geocoder/komoot_reverse.pyo
+${PYSITELIB}/geocoder/location.py
+${PYSITELIB}/geocoder/location.pyc
+${PYSITELIB}/geocoder/location.pyo
+${PYSITELIB}/geocoder/locationiq.py
+${PYSITELIB}/geocoder/locationiq.pyc
+${PYSITELIB}/geocoder/locationiq.pyo
+${PYSITELIB}/geocoder/locationiq_reverse.py
+${PYSITELIB}/geocoder/locationiq_reverse.pyc
+${PYSITELIB}/geocoder/locationiq_reverse.pyo
+${PYSITELIB}/geocoder/mapbox.py
+${PYSITELIB}/geocoder/mapbox.pyc
+${PYSITELIB}/geocoder/mapbox.pyo
+${PYSITELIB}/geocoder/mapbox_reverse.py
+${PYSITELIB}/geocoder/mapbox_reverse.pyc
+${PYSITELIB}/geocoder/mapbox_reverse.pyo
+${PYSITELIB}/geocoder/mapquest.py
+${PYSITELIB}/geocoder/mapquest.pyc
+${PYSITELIB}/geocoder/mapquest.pyo
+${PYSITELIB}/geocoder/mapquest_batch.py
+${PYSITELIB}/geocoder/mapquest_batch.pyc
+${PYSITELIB}/geocoder/mapquest_batch.pyo
+${PYSITELIB}/geocoder/mapquest_reverse.py
+${PYSITELIB}/geocoder/mapquest_reverse.pyc
+${PYSITELIB}/geocoder/mapquest_reverse.pyo
+${PYSITELIB}/geocoder/mapzen.py
+${PYSITELIB}/geocoder/mapzen.pyc
+${PYSITELIB}/geocoder/mapzen.pyo
+${PYSITELIB}/geocoder/mapzen_reverse.py
+${PYSITELIB}/geocoder/mapzen_reverse.pyc
+${PYSITELIB}/geocoder/mapzen_reverse.pyo
+${PYSITELIB}/geocoder/maxmind.py
+${PYSITELIB}/geocoder/maxmind.pyc
+${PYSITELIB}/geocoder/maxmind.pyo
+${PYSITELIB}/geocoder/opencage.py
+${PYSITELIB}/geocoder/opencage.pyc
+${PYSITELIB}/geocoder/opencage.pyo
+${PYSITELIB}/geocoder/opencage_reverse.py
+${PYSITELIB}/geocoder/opencage_reverse.pyc
+${PYSITELIB}/geocoder/opencage_reverse.pyo
+${PYSITELIB}/geocoder/osm.py
+${PYSITELIB}/geocoder/osm.pyc
+${PYSITELIB}/geocoder/osm.pyo
+${PYSITELIB}/geocoder/osm_reverse.py
+${PYSITELIB}/geocoder/osm_reverse.pyc
+${PYSITELIB}/geocoder/osm_reverse.pyo
+${PYSITELIB}/geocoder/ottawa.py
+${PYSITELIB}/geocoder/ottawa.pyc
+${PYSITELIB}/geocoder/ottawa.pyo
+${PYSITELIB}/geocoder/ottawa_parcel.py
+${PYSITELIB}/geocoder/ottawa_parcel.pyc
+${PYSITELIB}/geocoder/ottawa_parcel.pyo
+${PYSITELIB}/geocoder/tamu.py
+${PYSITELIB}/geocoder/tamu.pyc
+${PYSITELIB}/geocoder/tamu.pyo
+${PYSITELIB}/geocoder/tgos.py
+${PYSITELIB}/geocoder/tgos.pyc
+${PYSITELIB}/geocoder/tgos.pyo
+${PYSITELIB}/geocoder/tomtom.py
+${PYSITELIB}/geocoder/tomtom.pyc
+${PYSITELIB}/geocoder/tomtom.pyo
+${PYSITELIB}/geocoder/uscensus.py
+${PYSITELIB}/geocoder/uscensus.pyc
+${PYSITELIB}/geocoder/uscensus.pyo
+${PYSITELIB}/geocoder/uscensus_batch.py
+${PYSITELIB}/geocoder/uscensus_batch.pyc
+${PYSITELIB}/geocoder/uscensus_batch.pyo
+${PYSITELIB}/geocoder/uscensus_reverse.py
+${PYSITELIB}/geocoder/uscensus_reverse.pyc
+${PYSITELIB}/geocoder/uscensus_reverse.pyo
+${PYSITELIB}/geocoder/w3w.py
+${PYSITELIB}/geocoder/w3w.pyc
+${PYSITELIB}/geocoder/w3w.pyo
+${PYSITELIB}/geocoder/w3w_reverse.py
+${PYSITELIB}/geocoder/w3w_reverse.pyc
+${PYSITELIB}/geocoder/w3w_reverse.pyo
+${PYSITELIB}/geocoder/yahoo.py
+${PYSITELIB}/geocoder/yahoo.pyc
+${PYSITELIB}/geocoder/yahoo.pyo
+${PYSITELIB}/geocoder/yandex.py
+${PYSITELIB}/geocoder/yandex.pyc
+${PYSITELIB}/geocoder/yandex.pyo
+${PYSITELIB}/geocoder/yandex_reverse.py
+${PYSITELIB}/geocoder/yandex_reverse.pyc
+${PYSITELIB}/geocoder/yandex_reverse.pyo
diff --git a/py-geocoder/distinfo b/py-geocoder/distinfo
new file mode 100644
index 0000000000..85d9af1212
--- /dev/null
+++ b/py-geocoder/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (geocoder-1.38.1.tar.gz) = 1f0c9bac96aa0f4269faaca7d4ae5b66dcd50d46
+RMD160 (geocoder-1.38.1.tar.gz) = 86f090f4cf9e941a2a2aeb39b16c12a972b362f6
+SHA512 (geocoder-1.38.1.tar.gz) = e6308b3a918fe2d61bbaa3ad0b0aa2039757a78146acb497fd98e57d4315541dd56a76b482d22823b314e8a093ab8b6759d7aadb6a9c8ab3ee39473e36b218cb
+Size (geocoder-1.38.1.tar.gz) = 64345 bytes
diff --git a/py-ratelim/DESCR b/py-ratelim/DESCR
new file mode 100644
index 0000000000..cb444d6a5a
--- /dev/null
+++ b/py-ratelim/DESCR
@@ -0,0 +1,8 @@
+Ratelim is a simple Python library that limits the number of times
+a function can be called during a time interval. It is particularly
+useful when using online APIs, which commonly enforce rate limits.
+
+Features
+    Works in Py2 and Py3.
+    Greedy and patient rate limiting.
+    Preserves function signature.
diff --git a/py-ratelim/Makefile b/py-ratelim/Makefile
new file mode 100644
index 0000000000..4e71b0a9b6
--- /dev/null
+++ b/py-ratelim/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	ratelim-0.1.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/ratelim/}
+
+MAINTAINER=	lntl%disroot.org@localhost
+HOMEPAGE=	https://github.com/themiurgo/ratelim
+COMMENT=	Makes it easy to respect rate limits
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-decorator>=0:../../devel/py-decorator
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ratelim/PLIST b/py-ratelim/PLIST
new file mode 100644
index 0000000000..d089e2ef67
--- /dev/null
+++ b/py-ratelim/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ratelim/__init__.py
+${PYSITELIB}/ratelim/__init__.pyc
+${PYSITELIB}/ratelim/__init__.pyo
diff --git a/py-ratelim/distinfo b/py-ratelim/distinfo
new file mode 100644
index 0000000000..d5e7e8318f
--- /dev/null
+++ b/py-ratelim/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ratelim-0.1.6.tar.gz) = 22c8d7e1c55c641f9c9959b47311783337fd048b
+RMD160 (ratelim-0.1.6.tar.gz) = 3a288f9d243aaa8130d45d2003d54a978550e2f4
+SHA512 (ratelim-0.1.6.tar.gz) = 4d074d47278c591182d56d398c827da86c06428a1f994bd443f04903cca2bfe6affdfdd0daaca6115066903607e0216ac0a5f29240fdfe1c1faf5873a55122b0
+Size (ratelim-0.1.6.tar.gz) = 2793 bytes


Home | Main Index | Thread Index | Old Index