summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb21
1 files changed, 1 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
index 8ad125082..1bdfd4d37 100644
--- a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
@@ -1,23 +1,4 @@
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] = "ba3f32eacaea66094b7e2ae2788cec89"
6SRC_URI[sha256sum] = "8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88"
7
8PYPI_PACKAGE = "zope.interface"
9inherit pypi setuptools 1inherit pypi setuptools
10 2require python-zopeinterface.inc
11PACKAGES =. "${PN}-test "
12
13RPROVIDES_${PN} += "zope-interfaces"
14 3
15RDEPENDS_${PN}-test += "python-unittest python-doctest" 4RDEPENDS_${PN}-test += "python-unittest python-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"