diff options
| author | Derek Straka <derek@asterius.io> | 2016-12-21 21:08:26 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:24:55 +0100 |
| commit | 409afe23bcb3ce9a6f69811996a0522432761b1c (patch) | |
| tree | 284204146d858cb84adc84b061eb3896fec5de26 /meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb | |
| parent | f5afd8705422fb0c34936291b118276c21ce610b (diff) | |
| download | meta-openembedded-409afe23bcb3ce9a6f69811996a0522432761b1c.tar.gz | |
python-zopeinterface: update to version 4.3.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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.bb | 18 |
1 files changed, 0 insertions, 18 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 deleted file mode 100644 index 461fcc611f..0000000000 --- a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb +++ /dev/null | |||
| @@ -1,18 +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] = "5f7e15a5bcdfa3c6c0e93ffe45caf87c" | ||
| 6 | SRC_URI[sha256sum] = "6a0e224a052e3ce27b3a7b1300a24747513f7a507217fcc2a4cb02eb92945cee" | ||
| 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 | " | ||
