mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
c6460b9307
... Do not build this as of yet ...
14 lines
593 B
Makefile
14 lines
593 B
Makefile
################################################################################
|
|
#
|
|
# python-timezonefinder
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TIMEZONEFINDER_VERSION = 6.2.0
|
|
PYTHON_TIMEZONEFINDER_SOURCE = timezonefinder-$(PYTHON_TIMEZONEFINDER_VERSION).tar.gz
|
|
PYTHON_TIMEZONEFINDER_SITE = https://files.pythonhosted.org/packages/e7/68/86c8d0b21573150eb7b3c66da2c451159b0159c15d3d59b17777ea557f48
|
|
PYTHON_TIMEZONEFINDER_SETUP_TYPE = pep517 #flit #setuptools
|
|
PYTHON_TIMEZONEFINDER_DEPENDENCIES = host-python-numpy
|
|
|
|
$(eval $(python-package))
|