diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-06-02 09:36:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-01 19:52:12 -0700 |
| commit | 1ebf31315e8c0719f6c1fe3ed29966b401a5a2f9 (patch) | |
| tree | d7b01d331c5325e89ccfff64a22e45ac4418532b /meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb | |
| parent | 9947322eba1e80c849cd69850b7905caca426cd5 (diff) | |
| download | meta-openembedded-1ebf31315e8c0719f6c1fe3ed29966b401a5a2f9.tar.gz | |
python3-pyscaffold: upgrade 4.2.1 -> 4.2.2
Changelog:
=========
Update .github/workflows/ci.yml template, #637, #640
Change note in skeleton to emphasize it can be removed/renamed, #641
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb new file mode 100644 index 0000000000..5b61c06ad4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.2.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Python project template generator with batteries included" | ||
| 2 | DESCRIPTION = "PyScaffold package helps to setup a new Python project. \ | ||
| 3 | After installation, it provides a new command [putup], which could be \ | ||
| 4 | used to create template Projects." | ||
| 5 | |||
| 6 | HOMEPAGE = "https://github.com/pyscaffold/pyscaffold" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "0BSD & MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91" | ||
| 10 | DEPENDS += "python3-setuptools-scm-native" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "11be56d21a0047ea604e7bc4349e95592cdc734b0a405082a6a4f2a7028dc896" | ||
| 13 | |||
| 14 | inherit pypi python_setuptools_build_meta | ||
| 15 | PYPI_PACKAGE = "PyScaffold" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-email \ | ||
| 19 | python3-compression \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
