summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.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.5.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.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb b/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
new file mode 100644
index 0000000..80c9490
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-logutils_0.3.5.bb
@@ -0,0 +1,23 @@
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=44c35f0b8e2a27a2f33a4e4a5c65d014"
6
7PR = "r0"
8SRCNAME = "logutils"
9
10SRC_URI = "https://pypi.python.org/packages/49/b2/b57450889bf73da26027f8b995fd5fbfab258ec24ef967e4c1892f7cb121/logutils-0.3.5.tar.gz"
11
12SRC_URI[md5sum] = "fcd2f8e9217bfa0b580f253b35a9d954"
13SRC_URI[sha256sum] = "bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82"
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}"