summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 13:09:10 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 13:55:47 +0200
commit0dd9a0241c104e3d61c6fd40448bfb14278a51ee (patch)
tree08f3cecc56e84a61d93dd6b1366bca6b4fb4581e /meta-openstack/recipes-devtools/python
parentf79bc2dfffea1e9bfe7719dd1140317cda7723c5 (diff)
downloadmeta-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.bb17
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 @@
1DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
6
7PR = "r0"
8SRCNAME = "Mako"
9
10SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "96d962464ce6316004af0cc48495d73e"
13SRC_URI[sha256sum] = "4791be305338b1fbe09054ec42fb606856599cdcdcde6f348858c13b5fa29158"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools