mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
24 lines
840 B
BlitzBasic
24 lines
840 B
BlitzBasic
SUMMARY = "Interface definitions for Zope products"
|
|
LICENSE = "ZPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
|
|
|
|
PYPI_PACKAGE = "zope.interface"
|
|
|
|
inherit pypi setuptools3
|
|
SRC_URI[sha256sum] = "3b6c62813c63c543a06394a636978b22dffa8c5410affc9331ce6cdb5bfa8565"
|
|
|
|
PACKAGES =. "${PN}-test "
|
|
|
|
RPROVIDES:${PN} += "zope-interfaces"
|
|
|
|
RDEPENDS:${PN}:class-target += "python3-datetime"
|
|
RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
|
|
|
|
FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
|
|
FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
|
|
FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
|
|
FILES:${PN}-test += " \
|
|
${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
|
|
${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
|
|
"
|