diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:49:14 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:06:57 -0700 |
| commit | 12d6ef482f613e7303df67115d825ec69b8f801d (patch) | |
| tree | 266c7c029adef2b9e420adc788d285c59ba31372 /meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb | |
| parent | e0a8bb27fe98033260c389b44c9e193c65243736 (diff) | |
| download | meta-openembedded-12d6ef482f613e7303df67115d825ec69b8f801d.tar.gz | |
python3-zopeinterface: upgrade 8.3 -> 8.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb new file mode 100644 index 0000000000..51169e04f7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Interface definitions for Zope products" | ||
| 2 | LICENSE = "ZPL-2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "zope_interface" | ||
| 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | SRC_URI[sha256sum] = "9dbee7925a23aa6349738892c911019d4095a96cff487b743482073ecbc174a8" | ||
| 10 | PACKAGES =. "${PN}-test " | ||
| 11 | |||
| 12 | RPROVIDES:${PN} += "zope-interfaces" | ||
| 13 | |||
| 14 | RDEPENDS:${PN}:append:class-target = " python3-datetime" | ||
| 15 | RDEPENDS:${PN}-test += "python3-unittest python3-doctest" | ||
| 16 | |||
| 17 | FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
| 18 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
| 19 | FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
| 20 | FILES:${PN}-test += " \ | ||
| 21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
| 22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
| 23 | " | ||
