diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-02 20:38:32 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-06 14:55:16 -0400 |
| commit | 6897a20aeac5ddfa2a787797fc3abfb366a9ee29 (patch) | |
| tree | aa1b6e5ed3758d371ba6a83527bda61b4e841403 /meta-python/recipes-devtools/python/python3-twine_4.0.0.bb | |
| parent | e0e359d6320ce85dda217b51fe065f3877a52143 (diff) | |
| download | meta-openembedded-6897a20aeac5ddfa2a787797fc3abfb366a9ee29.tar.gz | |
python3-twine: upgrade 3.8.0 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twine_4.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twine_4.0.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twine_4.0.0.bb b/meta-python/recipes-devtools/python/python3-twine_4.0.0.bb new file mode 100644 index 0000000000..08252e837b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-twine_4.0.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Utilities for interacting with PyPI" | ||
| 2 | HOMEPAGE = "https://twine.readthedocs.io/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "817aa0c0bdc02a5ebe32051e168e23c71a0608334e624c793011f120dbbc05b7" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | DEPENDS += "\ | ||
| 11 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | ${PYTHON_PN}-importlib-metadata \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
