summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-zopeinterface.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-zopeinterface.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface.inc b/meta-python/recipes-devtools/python/python-zopeinterface.inc
deleted file mode 100644
index df8f1ff3bc..0000000000
--- a/meta-python/recipes-devtools/python/python-zopeinterface.inc
+++ /dev/null
@@ -1,22 +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
5SRC_URI[md5sum] = "1bc66758275c5eb66d169acba3c8e50e"
6SRC_URI[sha256sum] = "4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487"
7
8PYPI_PACKAGE = "zope.interface"
9
10PACKAGES =. "${PN}-test "
11
12RPROVIDES_${PN} += "zope-interfaces"
13
14RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime"
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"