summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2016-02-14 18:14:03 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:47 +0100
commit408d4cb67249d81e43abffd4ba7cc7456311d9ea (patch)
tree9b9cf453ab34eacbd55d7c4501ec8592a2624619 /meta-python/recipes-devtools
parent69f5e6e583a9e69830f13a06f7b301e4a869163b (diff)
downloadmeta-openembedded-408d4cb67249d81e43abffd4ba7cc7456311d9ea.tar.gz
Convert the DESCRIPTION tag to a SUMMARY tag for short summaries.
* Also update vcversioner to have correct SUMMARY and HOMEPAGE. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-html5lib_0.999.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-idna_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-ipaddress_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-ldap_2.3.9.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb2
-rw-r--r--meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
index 34a8b3059..f90630c9f 100644
--- a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
+++ b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation" 1SUMMARY = "HTML parser based on the WHATWG HTML specifcation"
2HOMEPAGE = "https://github.com/html5lib/html5lib-python" 2HOMEPAGE = "https://github.com/html5lib/html5lib-python"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
diff --git a/meta-python/recipes-devtools/python/python-idna_git.bb b/meta-python/recipes-devtools/python/python-idna_git.bb
index f5ce658cb..dcd91053d 100644
--- a/meta-python/recipes-devtools/python/python-idna_git.bb
+++ b/meta-python/recipes-devtools/python/python-idna_git.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Internationalised Domain Names in Applications" 1SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna" 2HOMEPAGE = "https://github.com/kjd/idna"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" 4LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
diff --git a/meta-python/recipes-devtools/python/python-ipaddress_git.bb b/meta-python/recipes-devtools/python/python-ipaddress_git.bb
index 3d138338e..6b7148f55 100644
--- a/meta-python/recipes-devtools/python/python-ipaddress_git.bb
+++ b/meta-python/recipes-devtools/python/python-ipaddress_git.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2." 1SUMMARY = "Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2."
2HOMEPAGE = "https://github.com/phihag/ipaddress" 2HOMEPAGE = "https://github.com/phihag/ipaddress"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Python-2.0" 4LICENSE = "Python-2.0"
diff --git a/meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb b/meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb
index 1af13a928..0710b21fe 100644
--- a/meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb
+++ b/meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Resolve JSON Pointers in Python" 1SUMMARY = "Resolve JSON Pointers in Python"
2HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" 2HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
diff --git a/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
index bc4993bdb..8c1eaae70 100644
--- a/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
+++ b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API" 1SUMMARY = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API"
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "Python-style" 3LICENSE = "Python-style"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=a41c82edffa04912007cae1d20cac555" 4LIC_FILES_CHKSUM = "file://LICENCE;md5=a41c82edffa04912007cae1d20cac555"
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
index 206b03dd4..1b6d765e5 100644
--- a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
+++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "MessagePack (de)serializer" 1SUMMARY = "MessagePack (de)serializer"
2HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" 2HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb
index 202e4dc0c..7f81c5187 100644
--- a/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb
+++ b/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Python library implementing ASN.1 types." 1SUMMARY = "Python library implementing ASN.1 types."
2HOMEPAGE = "http://pyasn1.sourceforge.net/" 2HOMEPAGE = "http://pyasn1.sourceforge.net/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause" 4LICENSE = "BSD-2-Clause"
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
index 3fc51429c..6337cf1c6 100644
--- a/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
+++ b/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "A pure Python netlink and Linux network configuration library" 1SUMMARY = "A pure Python netlink and Linux network configuration library"
2LICENSE = "GPLv2 & Apache-2.0" 2LICENSE = "GPLv2 & Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 3LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://LICENSE.Apache.v2;md5=3b83ef96387f14655fc854ddc3c6bd57" 4 file://LICENSE.Apache.v2;md5=3b83ef96387f14655fc854ddc3c6bd57"
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
index 6c9687531..a21d66d74 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Python vcversioner" 1SUMMARY = "Python vcversioner, automagically update the project's version"
2HOMEPAGE = "https://github.com/habnabit/vcversioner" 2HOMEPAGE = "https://github.com/habnabit/vcversioner"
3 3
4LICENSE = "ISC" 4LICENSE = "ISC"