generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-schedule/Config.in
Normal file
6
package/python-schedule/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SCHEDULE
|
||||
bool "python-schedule"
|
||||
help
|
||||
Job scheduling for humans.
|
||||
|
||||
https://github.com/dbader/schedule
|
||||
5
package/python-schedule/python-schedule.hash
Normal file
5
package/python-schedule/python-schedule.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/schedule/json
|
||||
md5 9bf7544e37824e450457187633a17b17 schedule-1.1.0.tar.gz
|
||||
sha256 e6ca13585e62c810e13a08682e0a6a8ad245372e376ba2b8679294f377dfc8e4 schedule-1.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 30a8352c318ce1b645acde0299697342d4380ed2637d7ca18a8ad25661e3b41b LICENSE.txt
|
||||
14
package/python-schedule/python-schedule.mk
Normal file
14
package/python-schedule/python-schedule.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-schedule
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCHEDULE_VERSION = 1.1.0
|
||||
PYTHON_SCHEDULE_SOURCE = schedule-$(PYTHON_SCHEDULE_VERSION).tar.gz
|
||||
PYTHON_SCHEDULE_SITE = https://files.pythonhosted.org/packages/a8/b5/a291a4c0faa491fd5baefa6d89011ece581cff47b23c0a39b42a63383358
|
||||
PYTHON_SCHEDULE_SETUP_TYPE = setuptools
|
||||
PYTHON_SCHEDULE_LICENSE = MIT
|
||||
PYTHON_SCHEDULE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user