diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 09:13:19 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 09:13:19 +0100 |
| commit | 3fe3f88ef05da7803b9078cb6d77ebc7615c8159 (patch) | |
| tree | e9b63bb03e4dede4cf0b2a0df251658d6f75a521 /meta-oe/recipes-devtools/python | |
| parent | dd0260c7c9fb06d6aee32d23853cb66f4bc3e5ba (diff) | |
| download | meta-openembedded-3fe3f88ef05da7803b9078cb6d77ebc7615c8159.tar.gz | |
python-zopeinterface: import from OE-classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb b/meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb new file mode 100644 index 0000000000..106e836ce4 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-zopeinterface_3.5.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Interface definitions for Zope products" | ||
| 2 | SECTION = "console/network" | ||
| 3 | |||
| 4 | LICENSE = "ZPL-2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | ||
| 6 | |||
| 7 | SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "685fc532550abb07cca6190c9cd2b901" | ||
| 9 | SRC_URI[sha256sum] = "b81d898532c47f73475c2d0c23580e289eed25923d007eca8e62750c0998bba0" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/zope.interface-${PV}" | ||
| 12 | |||
| 13 | inherit setuptools | ||
| 14 | |||
| 15 | RPROVIDES_${PN} += "zope-interfaces" | ||
| 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}-tests = " \ | ||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | ||
| 21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | ||
| 22 | " | ||
