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:
6
buildroot-external/package/python-geoip/Config.in
Normal file
6
buildroot-external/package/python-geoip/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_GEOIP
|
||||
bool "python-geoip"
|
||||
help
|
||||
Provides GeoIP functionality for Python.
|
||||
|
||||
http://github.com/mitsuhiko/python-geoip
|
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-geoip/json
|
||||
md5 a1803c8224fbe738eb2fd338feae2799 python-geoip-1.2.tar.gz
|
||||
sha256 b7b11dab42bffba56943b3199e3441f41cea145244d215844ecb6de3d5fb2df5 python-geoip-1.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c3b77c38c25c0e38f866e3a560eb54be98d276ef189f80817890c8c89466cca7 LICENSE
|
13
buildroot-external/package/python-geoip/python-geoip.mk
Normal file
13
buildroot-external/package/python-geoip/python-geoip.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-geoip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GEOIP_VERSION = 1.2
|
||||
PYTHON_GEOIP_SITE = https://files.pythonhosted.org/packages/7c/65/cb04188154f7626e897d55f04c2542ba4205352f158cd925d314ad1998ef
|
||||
PYTHON_GEOIP_SETUP_TYPE = setuptools
|
||||
PYTHON_GEOIP_LICENSE = FIXME: please specify the exact BSD version
|
||||
PYTHON_GEOIP_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user