python3-apscheduler: add new recipe

Add a new recipe for python3-apscheduler, a task scheduler and task queue system for Python.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-01-23 09:20:04 +08:00 committed by Khem Raj
parent 3fd4d0e853
commit b35224e191
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,13 @@
SUMMARY = "Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically."
HOMEPAGE = "https://github.com/agronholm/apscheduler"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
SRC_URI[sha256sum] = "e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
PYPI_PACKAGE = "APScheduler"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-setuptools-scm-native"