diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -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 | ||
