summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-31 17:26:57 -0700
committerKhem Raj <raj.khem@gmail.com>2020-06-01 09:25:38 -0700
commit598acc05bfd03fd85ae3a94845450f6a74b297b4 (patch)
tree4d1bcf60020b7141fc9292ae2cfddb3c70a44f24 /meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb
parent5caca0f7bdefd28b9ecc446aea4177e2e297aa20 (diff)
downloadmeta-openembedded-598acc05bfd03fd85ae3a94845450f6a74b297b4.tar.gz
python3-zopeinterface: Upgrade to 5.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb25
1 files changed, 0 insertions, 25 deletions
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
deleted file mode 100644
index 6b65924c21..0000000000
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_4.7.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "Interface definitions for Zope products"
2LICENSE = "ZPL-2.1"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
4
5SRC_URI[md5sum] = "1bc66758275c5eb66d169acba3c8e50e"
6SRC_URI[sha256sum] = "4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487"
7
8PYPI_PACKAGE = "zope.interface"
9
10inherit pypi setuptools3
11
12PACKAGES =. "${PN}-test "
13
14RPROVIDES_${PN} += "zope-interfaces"
15
16RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime"
17RDEPENDS_${PN}-test += "python3-unittest python3-doctest"
18
19FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
20FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
21FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
22FILES_${PN}-test += " \
23 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
24 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
25"