mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
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 e29fd3b436b03220e147a4ed8191d220 schedule-0.6.0.tar.gz
|
||||
sha256 f9fb5181283de4db6e701d476dd01b6a3dd81c38462a54991ddbb9d26db857c9 schedule-0.6.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 = 0.6.0
|
||||
PYTHON_SCHEDULE_SOURCE = schedule-$(PYTHON_SCHEDULE_VERSION).tar.gz
|
||||
PYTHON_SCHEDULE_SITE = https://files.pythonhosted.org/packages/00/07/6a9953ff83e003eaadebf0a51d33c6b596f9451fcbea36a3a2e575f6af99
|
||||
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