diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-zopeinterface.inc | 22 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb | 23 |
2 files changed, 22 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface.inc b/meta-python/recipes-devtools/python/python-zopeinterface.inc deleted file mode 100644 index df8f1ff3bc..0000000000 --- a/meta-python/recipes-devtools/python/python-zopeinterface.inc +++ /dev/null | |||
@@ -1,22 +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] = "1bc66758275c5eb66d169acba3c8e50e" | ||
6 | SRC_URI[sha256sum] = "4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487" | ||
7 | |||
8 | PYPI_PACKAGE = "zope.interface" | ||
9 | |||
10 | PACKAGES =. "${PN}-test " | ||
11 | |||
12 | RPROVIDES_${PN} += "zope-interfaces" | ||
13 | |||
14 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime" | ||
15 | |||
16 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
17 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
18 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
19 | FILES_${PN}-test += " \ | ||
20 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
22 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb index be11858d34..6b65924c21 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb | |||
@@ -1,4 +1,25 @@ | |||
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] = "1bc66758275c5eb66d169acba3c8e50e" | ||
6 | SRC_URI[sha256sum] = "4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487" | ||
7 | |||
8 | PYPI_PACKAGE = "zope.interface" | ||
9 | |||
1 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
2 | require python-zopeinterface.inc | ||
3 | 11 | ||
12 | PACKAGES =. "${PN}-test " | ||
13 | |||
14 | RPROVIDES_${PN} += "zope-interfaces" | ||
15 | |||
16 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime" | ||
4 | RDEPENDS_${PN}-test += "python3-unittest python3-doctest" | 17 | RDEPENDS_${PN}-test += "python3-unittest python3-doctest" |
18 | |||
19 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | ||
20 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | ||
21 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | ||
22 | FILES_${PN}-test += " \ | ||
23 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
24 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
25 | " | ||