mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-crontab: new package
Crontab module for reading and writing crontab files and accessing the system cron automatically and simply using a direct API. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
59fdcd7180
commit
dad797a453
13
package/python-crontab/python-crontab.mk
Normal file
13
package/python-crontab/python-crontab.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-crontab
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CRONTAB_VERSION = 2.4.0
|
||||
PYTHON_CRONTAB_SITE = https://files.pythonhosted.org/packages/bc/03/852f9c5f8da7f58abce06fe8ae769cbcf6502f1c60684b16bad72ffcced3
|
||||
PYTHON_CRONTAB_SETUP_TYPE = setuptools
|
||||
PYTHON_CRONTAB_LICENSE = LGPL-3.0+
|
||||
PYTHON_CRONTAB_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user