diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 16:20:27 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 16:57:55 +0200 |
| commit | 2842fc0b3ca861064e341ac9856e2cf4b3a09425 (patch) | |
| tree | ee01d887daba269ad335b0efe53f98529f451bc2 /meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb | |
| parent | a317ae1c60f8fcdb61c515cdccfe36d18d0b18f4 (diff) | |
| download | meta-cloud-services-2842fc0b3ca861064e341ac9856e2cf4b3a09425.tar.gz | |
python-paste: Drop recipe
A newer recipe is maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb b/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb deleted file mode 100644 index 0833612..0000000 --- a/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | DESCRIPTION = "Tools for using a Web Server Gateway Interface stack" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | ||
| 6 | |||
| 7 | SRCNAME = "Paste" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4bfc8a7eaf858f6309d2ac0f40fc951c" | ||
| 12 | SRC_URI[sha256sum] = "adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
