diff options
| author | Derek Straka <derek@asterius.io> | 2020-04-03 17:21:13 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
| commit | a099159a3601aba4af975e88c68689c3a380473c (patch) | |
| tree | 6841b5c10445302e0e24ed8b2e860cf2eb6cc696 /meta-python/recipes-devtools/python/python-zopeinterface.inc | |
| parent | a78e4e2a11e6f11469dbe11c753a456cdd5f55f8 (diff) | |
| download | meta-openembedded-a099159a3601aba4af975e88c68689c3a380473c.tar.gz | |
python-zopeinterface: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-zopeinterface.inc | 22 |
1 files changed, 0 insertions, 22 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 | " | ||
