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>
This commit is contained in:
Philip Balister 2016-02-14 18:14:03 -05:00 committed by Martin Jansa
parent 69f5e6e583
commit 408d4cb672
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
DESCRIPTION = "Python Remote Objects"
SUMMARY = "Python Remote Objects"
HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/"
SECTION = "devel/python"
LICENSE = "MIT"

View File

@ -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"

View File

@ -1,4 +1,4 @@
DESCRIPTION = "Twisted Web Sockets"
SUMMARY = "Twisted Web Sockets"
HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
LICENSE = "Apache-2.0"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -1,4 +1,4 @@
DESCRIPTION = "Python vcversioner"
SUMMARY = "Python vcversioner, automagically update the project's version"
HOMEPAGE = "https://github.com/habnabit/vcversioner"
LICENSE = "ISC"