diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-24 21:00:21 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 14:22:33 -0700 |
| commit | a2daf1bf094f57b05f0966f21894bdb872010b60 (patch) | |
| tree | 50462ecb6f5d02c13c942f7a4b82c53323d973cd /meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb | |
| parent | 5cfa1275ec72a8fbbd57a2661c26ccc5e77748d6 (diff) | |
| download | meta-openembedded-a2daf1bf094f57b05f0966f21894bdb872010b60.tar.gz | |
python3-zopeinterface: upgrade 7.1.1 -> 8.2
Drop obsolete patch.
An important change is that this version supports Python 3.14.
License-Update: switch to license file instead of PKG-INFO file. The license
itself hasn't changed.
Changelog:
https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb new file mode 100644 index 0000000000..1446d15935 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.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] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224" | ||
| 10 | PACKAGES =. "${PN}-test " | ||
| 11 | |||
| 12 | RPROVIDES:${PN} += "zope-interfaces" | ||
| 13 | |||
| 14 | RDEPENDS:${PN}: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 | " | ||
