diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:50:27 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | bea048bb193992f5233711014537c42a35a132d6 (patch) | |
| tree | d5d6dbbbe3f72c57f2da2fc1f8e44af33f32ee83 /meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | |
| parent | ab509d1fbbd8d475c5f01c2b9276d4fb8de06339 (diff) | |
| download | meta-cloud-services-bea048bb193992f5233711014537c42a35a132d6.tar.gz | |
python-amqplib: added 1.0.2
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
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 | ||
