[oe-commits] [meta-openembedded] 12/54: python3-zopeinterface: add python3 packaging

git at git.openembedded.org git at git.openembedded.org
Mon Jun 5 11:12:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 27f872142d7da625286d929d341bb82ee240d621
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Fri May 19 12:52:56 2017 -0400

    python3-zopeinterface: add python3 packaging
    
    Matching what has been done with other python packages, move the
    existing recipe into a .inc file and then create python and python3
    specific bb files to allow the generation of python2 or python3
    versions.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 ...einterface_4.3.3.bb => python-zopeinterface.inc} |  3 ---
 .../python/python-zopeinterface_4.3.3.bb            | 21 +--------------------
 .../python/python3-zopeinterface_4.3.3.bb           |  4 ++++
 3 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb b/meta-python/recipes-devtools/python/python-zopeinterface.inc
similarity index 90%
copy from meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
copy to meta-python/recipes-devtools/python/python-zopeinterface.inc
index 8ad1250..1ea6114 100644
--- a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python-zopeinterface.inc
@@ -6,14 +6,11 @@ SRC_URI[md5sum] = "ba3f32eacaea66094b7e2ae2788cec89"
 SRC_URI[sha256sum] = "8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88"
 
 PYPI_PACKAGE = "zope.interface"
-inherit pypi setuptools
 
 PACKAGES =. "${PN}-test "
 
 RPROVIDES_${PN} += "zope-interfaces"
 
-RDEPENDS_${PN}-test += "python-unittest python-doctest"
-
 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"
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
index 8ad1250..1bdfd4d 100644
--- a/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
@@ -1,23 +1,4 @@
-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
-
-PACKAGES =. "${PN}-test "
-
-RPROVIDES_${PN} += "zope-interfaces"
+require python-zopeinterface.inc
 
 RDEPENDS_${PN}-test += "python-unittest python-doctest"
-
-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}-test += " \
-        ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
-        ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
-"
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
new file mode 100644
index 0000000..be11858
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
@@ -0,0 +1,4 @@
+inherit pypi setuptools3
+require python-zopeinterface.inc
+
+RDEPENDS_${PN}-test += "python3-unittest python3-doctest"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list