diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-zopeinterface.inc | 22 |
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 @@ | |||
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] = "1bc66758275c5eb66d169acba3c8e50e" | ||
6 | SRC_URI[sha256sum] = "4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487" | ||
7 | |||
8 | PYPI_PACKAGE = "zope.interface" | ||
9 | |||
10 | PACKAGES =. "${PN}-test " | ||
11 | |||
12 | RPROVIDES_${PN} += "zope-interfaces" | ||
13 | |||
14 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime" | ||
15 | |||
16 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
17 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
18 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
19 | FILES_${PN}-test += " \ | ||
20 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
22 | " | ||