python3-invoke: add recipe

Invoke is a Python library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak 2024-03-06 19:54:41 +03:00 committed by Khem Raj
parent 442b986b87
commit 3241575a20
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,18 @@
SUMMARY = "Pythonic task execution"
HOMEPAGE = "https://www.pyinvoke.org/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
SRC_URI[sha256sum] = "ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-fcntl \
python3-json \
python3-logging \
python3-pprint \
python3-terminal \
python3-unittest \
python3-unixadmin \
"