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