diff options
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.bb | 21 |
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 8ad1250822..1bdfd4d376 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 @@ | |||
1 | SUMMARY = "Interface definitions for Zope products" | ||
2 | LICENSE = "ZPL-2.1" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | ||
4 | |||
5 | SRC_URI[md5sum] = "ba3f32eacaea66094b7e2ae2788cec89" | ||
6 | SRC_URI[sha256sum] = "8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88" | ||
7 | |||
8 | PYPI_PACKAGE = "zope.interface" | ||
9 | inherit pypi setuptools | 1 | inherit pypi setuptools |
10 | 2 | require python-zopeinterface.inc | |
11 | PACKAGES =. "${PN}-test " | ||
12 | |||
13 | RPROVIDES_${PN} += "zope-interfaces" | ||
14 | 3 | ||
15 | RDEPENDS_${PN}-test += "python-unittest python-doctest" | 4 | RDEPENDS_${PN}-test += "python-unittest python-doctest" |
16 | |||
17 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
18 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
19 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
20 | FILES_${PN}-test += " \ | ||
21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
23 | " | ||