diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:52 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | ad2cfd49a12ff2d4bf7138da9ae563da76e439f7 (patch) | |
| tree | 60a132413eead569ed3dccdb2b79d8e70d06a64c /meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb | |
| parent | 806fea3c2e8ab60bbad47076a8886be67d636f7b (diff) | |
| download | meta-cloud-services-ad2cfd49a12ff2d4bf7138da9ae563da76e439f7.tar.gz | |
python-tempita: upgrade to 0.5.3dev
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb | 17 |
1 files changed, 0 insertions, 17 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 deleted file mode 100644 index 63d5dd1..0000000 --- a/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | ||
