mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add python-geoip-geolite2 and python-geoip packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_GEOIP_GEOLITE2
|
||||
bool "python-geoip-geolite2"
|
||||
select BR2_PACKAGE_PYTHON_GEOIP # runtime
|
||||
help
|
||||
Provides access to the geolite2 database. This product
|
||||
includes GeoLite2 data created by MaxMind, available from
|
||||
http://www.maxmind.com/.
|
||||
|
||||
http://github.com/mitsuhiko/python-geoip
|
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-geoip-geolite2/json
|
||||
md5 9a7d71e4f37d09926e4d29b46b92e93e python-geoip-geolite2-2015.0303.tar.gz
|
||||
sha256 3562ab598a25c19a62f57a4e00210f9732524c1005343ff4f74a1f0bd412ec98 python-geoip-geolite2-2015.0303.tar.gz
|
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-geoip-geolite2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GEOIP_GEOLITE2_VERSION = 2015.0303
|
||||
PYTHON_GEOIP_GEOLITE2_SITE = https://files.pythonhosted.org/packages/df/59/3f611ecca70bc91959e3e1ec325f7835d15cc35585af71dbc6c1123be48e
|
||||
PYTHON_GEOIP_GEOLITE2_SETUP_TYPE = setuptools
|
||||
PYTHON_GEOIP_GEOLITE2_LICENSE = UNKNOWN
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user