summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
deleted file mode 100644
index 21d03f2e7d..0000000000
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_6.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
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 setuptools3
8SRC_URI[sha256sum] = "f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a"
9
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"