diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | 20 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb | 20 |
2 files changed, 20 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb deleted file mode 100644 index d3cc17d..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a25a2e176842f3a9934f9d7ee8e0edae" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "dda05763cd4b72a131fe1ef9ba93d542" | ||
| 12 | SRC_URI[sha256sum] = "1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb new file mode 100644 index 0000000..66fe763 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/c7/76/58c655a80bf08b703478ce673ed4e3029297105951863b73030d45b06b42/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1f24f3a8addf8f3eb0f463aad970f0fb" | ||
| 12 | SRC_URI[sha256sum] = "d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||
