diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2021-01-19 23:25:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-20 09:30:00 -0800 |
| commit | 47c4ccf4785a6337494091193539f0ddd5cecf7f (patch) | |
| tree | 6c0a08d4969da1b66088c903135630a9c5e66608 /meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb | |
| parent | 7c6be93f60173b0918d9cc957e1329a781609e57 (diff) | |
| download | meta-openembedded-47c4ccf4785a6337494091193539f0ddd5cecf7f.tar.gz | |
python3-zopeinterface: upgrade 5.1.0 -> 5.2.0
5.2.0 (2020-11-05)
==================
- Add documentation section ``Persistency and Equality``
(`#218 <https://github.com/zopefoundation/zope.interface/issues/218>`_).
- Create arm64 wheels.
- Add support for Python 3.9.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.bb new file mode 100644 index 0000000000..48bb80d578 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.2.0.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] = "8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24" | ||
| 9 | |||
| 10 | PACKAGES =. "${PN}-test " | ||
| 11 | |||
| 12 | RPROVIDES_${PN} += "zope-interfaces" | ||
| 13 | |||
| 14 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-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 | " | ||
