diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb new file mode 100644 index 0000000..b5cc4f9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/py-amqplib/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPL-3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "amqplib" | ||
| 9 | |||
| 10 | SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "5c92f17fbedd99b2b4a836d4352d1e2f" | ||
| 13 | SRC_URI[sha256sum] = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
