[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_CRONTAB
bool "python-crontab"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
help
Crontab module for reading and writing crontab files and
accessing the system cron automatically and simply using
a direct API.
https://gitlab.com/doctormo/python-crontab/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-crontab/json
md5 2982bdce2d9b7789f32da649a9507c4b python-crontab-2.6.0.tar.gz
sha256 1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b python-crontab-2.6.0.tar.gz
# Locally computed sha256 checksums
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 COPYING

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-crontab
#
################################################################################
PYTHON_CRONTAB_VERSION = 2.6.0
PYTHON_CRONTAB_SITE = https://files.pythonhosted.org/packages/06/b0/c270a1b5c83d9e0f83ab654d3153c39d80f61ba49fefde50fd23ab351381
PYTHON_CRONTAB_SETUP_TYPE = setuptools
PYTHON_CRONTAB_LICENSE = LGPL-3.0+
PYTHON_CRONTAB_LICENSE_FILES = COPYING
$(eval $(python-package))