mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
WIP: Implementing all goodies and required changes / dependencies.
This commit is contained in:
7
buildroot-external/package/python-tzlocal/Config.in
Normal file
7
buildroot-external/package/python-tzlocal/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_TZLOCAL
|
||||
bool "python-tzlocal"
|
||||
help
|
||||
This Python module returns a tzinfo object
|
||||
with the local timezone information
|
||||
|
||||
https://github.com/regebro/tzlocal
|
@@ -0,0 +1,2 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/
|
||||
sha256 d160c2ce4f8b1831dabfe766bd844cf9012f766539cf84139c2faac5201882ce tzlocal-1.3.tar.gz
|
12
buildroot-external/package/python-tzlocal/python-tzlocal.mk
Normal file
12
buildroot-external/package/python-tzlocal/python-tzlocal.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tzlocal
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TZLOCAL_VERSION = 1.3
|
||||
PYTHON_TZLOCAL_SOURCE = tzlocal-$(PYTHON_TZLOCAL_VERSION).tar.gz
|
||||
PYTHON_TZLOCAL_SITE = https://files.pythonhosted.org/packages/d3/64/e4b18738496213f82b88b31c431a0e4ece143801fb6771dddd1c2bf0101b
|
||||
PYTHON_TZLOCAL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user