ajout des recettes et fichiers de configuration du meta

This commit is contained in:
2022-12-14 19:45:04 +01:00
commit 25a3f8922d
47 changed files with 20703 additions and 0 deletions
@@ -0,0 +1,17 @@
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
# Release under the MIT license (see COPYING.MIT for the terms)
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
LICENSE = "MIT"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} = " \
python3-six \
python3-pytz \
python3-tzlocal \
"
inherit pypi setuptools3
PYPI_PACKAGE = "APScheduler"
SRC_URI[sha256sum] = "65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"