diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb new file mode 100644 index 0000000000..79e00ce23e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb | |||
@@ -0,0 +1,24 @@ | |||
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 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta | ||
9 | SRC_URI += "file://0001-Allow-using-setuptools-74.patch" | ||
10 | SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3" | ||
11 | PACKAGES =. "${PN}-test " | ||
12 | |||
13 | RPROVIDES:${PN} += "zope-interfaces" | ||
14 | |||
15 | RDEPENDS:${PN}:class-target += "python3-datetime" | ||
16 | RDEPENDS:${PN}-test += "python3-unittest python3-doctest" | ||
17 | |||
18 | FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
19 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
20 | FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
21 | FILES:${PN}-test += " \ | ||
22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
23 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
24 | " | ||