diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-20 16:54:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-20 08:46:29 -0800 |
| commit | a7e8528bb61693f6c041f8f10b9647b615204689 (patch) | |
| tree | 28498caf807d5884ed971b59bf6e3fb1bfb1de7a /meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb | |
| parent | 8e9b1b1445882953013e8d696366aaac479697ba (diff) | |
| download | meta-openembedded-a7e8528bb61693f6c041f8f10b9647b615204689.tar.gz | |
python3-zopeinterface: upgrade 6.1 -> 6.2
Changelog:
===========
-Add preliminary support for Python 3.13 as of 3.13a3.
-Add support to use the pipe (|) syntax for typing.Union.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb new file mode 100644 index 0000000000..70a634a49b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_6.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Interface definitions for Zope products" | ||
| 2 | LICENSE = "ZPL-2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "zope.interface" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | SRC_URI[sha256sum] = "3b6c62813c63c543a06394a636978b22dffa8c5410affc9331ce6cdb5bfa8565" | ||
| 9 | |||
| 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 | " | ||
