summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
diff options
context:
space:
mode:
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.bb22
1 files changed, 22 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..76b0641817
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Interface definitions for Zope products"
2LICENSE = "ZPL-2.1"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
4
5PYPI_PACKAGE = "zope.interface"
6
7inherit pypi python_setuptools_build_meta
8SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3"
9PACKAGES =. "${PN}-test "
10
11RPROVIDES:${PN} += "zope-interfaces"
12
13RDEPENDS:${PN}:class-target += "python3-datetime"
14RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
15
16FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
17FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
18FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
19FILES:${PN}-test += " \
20 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
21 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
22"