From 409afe23bcb3ce9a6f69811996a0522432761b1c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 21 Dec 2016 21:08:26 -0500 Subject: python-zopeinterface: update to version 4.3.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python/python-zopeinterface_4.3.2.bb | 18 ------------------ .../python/python-zopeinterface_4.3.3.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-zopeinterface_4.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb (limited to 'meta-python') 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 @@ -SUMMARY = "Interface definitions for Zope products" -LICENSE = "ZPL-2.1" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" - -SRC_URI[md5sum] = "5f7e15a5bcdfa3c6c0e93ffe45caf87c" -SRC_URI[sha256sum] = "6a0e224a052e3ce27b3a7b1300a24747513f7a507217fcc2a4cb02eb92945cee" - -PYPI_PACKAGE = "zope.interface" -inherit pypi setuptools - -RPROVIDES_${PN} += "zope-interfaces" -FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" -FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" -FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" -FILES_${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ - ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ -" 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 new file mode 100644 index 0000000000..75963948fa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb @@ -0,0 +1,18 @@ +SUMMARY = "Interface definitions for Zope products" +LICENSE = "ZPL-2.1" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" + +SRC_URI[md5sum] = "ba3f32eacaea66094b7e2ae2788cec89" +SRC_URI[sha256sum] = "8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88" + +PYPI_PACKAGE = "zope.interface" +inherit pypi setuptools + +RPROVIDES_${PN} += "zope-interfaces" +FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" +FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" +FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" +FILES_${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ + ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ +" -- cgit v1.2.3-54-g00ecf