diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:57:29 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:57:29 +0200 |
| commit | 1a3f2c3d146cce8e7d484d8142299cc5b93f87fa (patch) | |
| tree | 8c6db1fddca78401f3b8d396d3ff545cfce6e6c2 /meta-openstack/recipes-devtools | |
| parent | 4a609f44fa7b3b636c8afb7e06bc95c0dbbdc6cb (diff) | |
| download | meta-cloud-services-1a3f2c3d146cce8e7d484d8142299cc5b93f87fa.tar.gz | |
python-decorator: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb b/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb deleted file mode 100644 index 8b88543..0000000 --- a/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "Better living through Python with decorators" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/decorator" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=8;endline=8;md5=08a46ecda64aec8026447390e764b86e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "decorator" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "1e8756f719d746e2fc0dd28b41251356" | ||
| 13 | SRC_URI[sha256sum] = "c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
