summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb
new file mode 100644
index 0000000000..461fcc611f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb
@@ -0,0 +1,18 @@
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] = "5f7e15a5bcdfa3c6c0e93ffe45caf87c"
6SRC_URI[sha256sum] = "6a0e224a052e3ce27b3a7b1300a24747513f7a507217fcc2a4cb02eb92945cee"
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"