diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:09:10 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 13:55:47 +0200 |
| commit | 0dd9a0241c104e3d61c6fd40448bfb14278a51ee (patch) | |
| tree | 08f3cecc56e84a61d93dd6b1366bca6b4fb4581e /meta-openstack/recipes-devtools/python | |
| parent | f79bc2dfffea1e9bfe7719dd1140317cda7723c5 (diff) | |
| download | meta-cloud-services-0dd9a0241c104e3d61c6fd40448bfb14278a51ee.tar.gz | |
python-mako: Drop recipe
Newer recipe maintained in oe-core.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb b/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb deleted file mode 100644 index 258d869..0000000 --- a/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages." | ||
| 2 | HOMEPAGE = "http://www.makotemplates.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Mako" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "96d962464ce6316004af0cc48495d73e" | ||
| 13 | SRC_URI[sha256sum] = "4791be305338b1fbe09054ec42fb606856599cdcdcde6f348858c13b5fa29158" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
