diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb index 4151f585b8..15f8e2076f 100644 --- a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb | |||
| @@ -1,16 +1,12 @@ | |||
| 1 | SUMMARY = "Interface definitions for Zope products" | 1 | SUMMARY = "Interface definitions for Zope products" |
| 2 | SECTION = "console/network" | ||
| 3 | |||
| 4 | LICENSE = "ZPL-2.1" | 2 | LICENSE = "ZPL-2.1" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" |
| 6 | 4 | ||
| 7 | SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "edcd5f719c5eb2e18894c4d06e29b6c6" | 5 | SRC_URI[md5sum] = "edcd5f719c5eb2e18894c4d06e29b6c6" |
| 9 | SRC_URI[sha256sum] = "91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da" | 6 | SRC_URI[sha256sum] = "91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da" |
| 10 | 7 | ||
| 11 | S = "${WORKDIR}/zope.interface-${PV}" | 8 | PYPI_PACKAGE = "zope.interface" |
| 12 | 9 | inherit pypi setuptools | |
| 13 | inherit setuptools | ||
| 14 | 10 | ||
| 15 | RPROVIDES_${PN} += "zope-interfaces" | 11 | RPROVIDES_${PN} += "zope-interfaces" |
| 16 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | 12 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" |
