summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb
diff options
context:
space:
mode:
authorzhengrq <zhengrq.fnst@cn.fujitsu.com>2017-11-16 00:08:22 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 16:01:54 -0500
commited81a9b98b545183b0a0ff24d09841bc622fe7f4 (patch)
tree8e566c75cdbd1b38e9bf6ff94c1831e47c1802ab /meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb
parent885a777244fe2d08af8276b95acf68ffa5096030 (diff)
downloadmeta-cloud-services-ed81a9b98b545183b0a0ff24d09841bc622fe7f4.tar.gz
python-logutils: upgrade to 0.3.5
1) Upgrade python-logutils from 0.3.3 to 0.3.5. 2) Modify LIC_FILES_CHKSUM as Copyright (c) in LICENSE.txt has been changed from 2008-2013 to 2008-2017. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb b/meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb
deleted file mode 100644
index 5b72be1..0000000
--- a/meta-openstack/recipes-devtools/python/python-logutils_0.3.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Set of handlers for the Python standard library's logging package"
2HOMEPAGE = "https://pypi.python.org/pypi/logutils"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5b3cbf3c3220969afbf461f4a6ac97c9"
6
7PR = "r0"
8SRCNAME = "logutils"
9
10SRC_URI = "https://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "07b2a31d3d48e4f748363d33c03639cd"
13SRC_URI[sha256sum] = "4042b8e57cbe3b01552b3c84191595ae6c36f1ab5aef7e3a6ce5c2f15c297c9c"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# avoid "error: option --single-version-externally-managed not recognized"
20DISTUTILS_INSTALL_ARGS = "--root=${D} \
21 --prefix=${prefix} \
22 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
23 --install-data=${datadir}"