summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb
deleted file mode 100644
index 15f8e2076f..0000000000
--- a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb
+++ /dev/null
@@ -1,18 +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] = "edcd5f719c5eb2e18894c4d06e29b6c6"
6SRC_URI[sha256sum] = "91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da"
7
8PYPI_PACKAGE = "zope.interface"
9inherit pypi setuptools
10
11RPROVIDES_${PN} += "zope-interfaces"
12FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
13FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
14FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
15FILES_${PN}-tests = " \
16 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
17 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
18"