From 408d4cb67249d81e43abffd4ba7cc7456311d9ea Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sun, 14 Feb 2016 18:14:03 -0500 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb | 2 +- meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb | 2 +- meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb | 2 +- meta-python/recipes-devtools/python/python-html5lib_0.999.bb | 2 +- meta-python/recipes-devtools/python/python-idna_git.bb | 2 +- meta-python/recipes-devtools/python/python-ipaddress_git.bb | 2 +- meta-python/recipes-devtools/python/python-jsonpointer_1.10.bb | 2 +- meta-python/recipes-devtools/python/python-ldap_2.3.9.bb | 2 +- meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb | 2 +- meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb | 2 +- meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb | 2 +- meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb index aed0c9c2b2..45b793dcc9 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Python Remote Objects" +SUMMARY = "Python Remote Objects" HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/" SECTION = "devel/python" LICENSE = "MIT" diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb index ec2ea0c0d0..d0c4af7571 100644 --- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb +++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Python bindings for the Apache Thrift RPC system" +SUMMARY = "Python bindings for the Apache Thrift RPC system" HOMEPAGE = "https://pypi.python.org/pypi/amqp/" SECTION = "devel/python" LICENSE = "Apache-2.0" diff --git a/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb index ceed228065..0b2ac118af 100644 --- a/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Twisted Web Sockets" +SUMMARY = "Twisted Web Sockets" HOMEPAGE = "https://github.com/MostAwesomeDude/txWS" LICENSE = "Apache-2.0" 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 34a8b30593..f90630c9f8 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 @@ -DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation" +SUMMARY = "HTML parser based on the WHATWG HTML specifcation" HOMEPAGE = "https://github.com/html5lib/html5lib-python" SECTION = "devel/python" LICENSE = "MIT" diff --git a/meta-python/recipes-devtools/python/python-idna_git.bb b/meta-python/recipes-devtools/python/python-idna_git.bb index f5ce658cb8..dcd91053de 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 @@ -DESCRIPTION = "Internationalised Domain Names in Applications" +SUMMARY = "Internationalised Domain Names in Applications" HOMEPAGE = "https://github.com/kjd/idna" SECTION = "devel/python" LICENSE = "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 3d138338ed..6b7148f55d 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 @@ -DESCRIPTION = "Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2." +SUMMARY = "Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2." HOMEPAGE = "https://github.com/phihag/ipaddress" SECTION = "devel/python" LICENSE = "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 1af13a9281..0710b21fe7 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 @@ -DESCRIPTION = "Resolve JSON Pointers in Python" +SUMMARY = "Resolve JSON Pointers in Python" HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" SECTION = "devel/python" LICENSE = "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 bc4993bdb9..8c1eaae70d 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 @@ -DESCRIPTION = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API" +SUMMARY = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API" SECTION = "devel/python" LICENSE = "Python-style" LIC_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 206b03dd4d..1b6d765e51 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 @@ -DESCRIPTION = "MessagePack (de)serializer" +SUMMARY = "MessagePack (de)serializer" HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" SECTION = "devel/python" LICENSE = "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 202e4dc0c5..7f81c5187d 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 @@ -DESCRIPTION = "Python library implementing ASN.1 types." +SUMMARY = "Python library implementing ASN.1 types." HOMEPAGE = "http://pyasn1.sourceforge.net/" SECTION = "devel/python" LICENSE = "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 3fc51429cf..6337cf1c6b 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 @@ -DESCRIPTION = "A pure Python netlink and Linux network configuration library" +SUMMARY = "A pure Python netlink and Linux network configuration library" LICENSE = "GPLv2 & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 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 6c9687531d..a21d66d74c 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 @@ -DESCRIPTION = "Python vcversioner" +SUMMARY = "Python vcversioner, automagically update the project's version" HOMEPAGE = "https://github.com/habnabit/vcversioner" LICENSE = "ISC" -- cgit 1.2.3-korg