summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb
diff options
context:
space:
mode:
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.bb23
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 @@
1SUMMARY = "Interface definitions for Zope products"
2LICENSE = "ZPL-2.1"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
4
5PYPI_PACKAGE = "zope_interface"
6UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
7
8inherit pypi python_setuptools_build_meta
9SRC_URI[sha256sum] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224"
10PACKAGES =. "${PN}-test "
11
12RPROVIDES:${PN} += "zope-interfaces"
13
14RDEPENDS:${PN}:class-target += "python3-datetime"
15RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
16
17FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
18FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
19FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
20FILES:${PN}-test += " \
21 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
22 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
23"