[oe-commits] [meta-openembedded] 46/141: Convert the DESCRIPTION tag to a SUMMARY tag for short summaries.

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:40 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 2fdaf946e0076418c1f6badf894064d46efb455f
Author: Philip Balister <philip at balister.org>
AuthorDate: Sun Feb 14 18:14:03 2016 -0500

    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 at balister.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 aed0c9c..45b793d 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 ec2ea0c..d0c4af7 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 ceed228..0b2ac11 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 34a8b30..f90630c 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 f5ce658..dcd9105 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 3d13833..6b7148f 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 1af13a9..0710b21 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 bc4993b..8c1eaae 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 206b03d..1b6d765 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 202e4dc..7f81c51 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 3fc5142..6337cf1 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 6c96875..a21d66d 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list