diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:35:17 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | aa0b20d4326fd00c7de3eb08c36b8f748fee2161 (patch) | |
| tree | 99251a2d431c33f8b8d7ad6c2f34821c48d96ab3 /meta-openstack/recipes-devtools | |
| parent | 8b4774ae89df443c3005cae4034388d265d330ee (diff) | |
| download | meta-cloud-services-aa0b20d4326fd00c7de3eb08c36b8f748fee2161.tar.gz | |
python-tempita: added 0.5.1
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb b/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb new file mode 100644 index 0000000..63d5dd1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A very small text templating language" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/tempita/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=29;endline=29;md5=76f61a7d8ab2ed53293639c86c95ad4b" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Tempita" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/T/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f75bdfeabd2f3755f1ff32d582a574a4" | ||
| 13 | SRC_URI[sha256sum] = "0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
