More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -6,8 +6,7 @@ DESCRIPTION="
it won't choke if you give it bad markup and it provides
a few simple methods and Pythonic idioms for navigating and
searching a parse tree: a toolkit for dissecting a document and
extracting what you need
"
extracting what you need"
HOMEPAGE="
https://bugs.launchpad.net/beautifulsoup/
https://pypi.python.org/pypi/beautifulsoup4

View File

@@ -1,7 +1,6 @@
SUMMARY="Parse RSS and Atom feeds in Python"
DESCRIPTION="
Parse RSS and Atom feeds in Python. 2000 unit tests. Open source.
"
Parse RSS and Atom feeds in Python. 2000 unit tests. Open source."
HOMEPAGE="
https://github.com/kurtmckee/feedparser
https://pypi.python.org/pypi/feedparser

View File

@@ -23,11 +23,11 @@ PROVIDES="
cmd:pilfile.py
cmd:pilfont.py
cmd:pilprint.py
"
"
REQUIRES="
lib:libjpeg
lib:libz
"
"
BUILD_REQUIRES="
devel:libjpeg

View File

@@ -13,8 +13,7 @@ comments, and blank lines are preserved as far as possible when data is updated.
programs, since it is very disorienting for a user to have her config file \
completely rearranged whenever a program changes it. iniparse also allows \
making the order of entries in a config file significant, which is desirable \
in applications like image galleries.
"
in applications like image galleries."
HOMEPAGE="http://code.google.com/p/iniparse/"
COPYRIGHT="2001-2008 Python Software Foundation
2004-2009 Paramjit Oberoi

View File

@@ -10,8 +10,7 @@ called with. You can also specify return values and set needed attributes in \
the normal way.
The mock module also provides utility functions / objects to assist with \
testing, particularly monkey patching.
"
testing, particularly monkey patching."
HOMEPAGE="http://pypi.python.org/pypi/mock"
COPYRIGHT="2003-2012, Michael Foord"
LICENSE="BSD (2-clause)"

View File

@@ -1,8 +1,7 @@
SUMMARY="HTTP library for human beings"
DESCRIPTION="
Requests is an Apache2 Licensed HTTP library, written in Python, \
for human beings.
"
for human beings."
HOMEPAGE="
http://python-requests.org/
http://pypi.python.org/pypi/requests

View File

@@ -1,8 +1,7 @@
SUMMARY="Python Imaging Library (fork)"
DESCRIPTION="
Pillow is the friendly PIL fork by Alex Clark and Contributors.
PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
"
PIL is the Python Imaging Library by Fredrik Lundh and Contributors."
HOMEPAGE="
https://github.com/python-imaging/Pillow
https://pypi.python.org/pypi/Pillow

View File

@@ -1,6 +1,5 @@
SUMMARY="The PyPA recommended tool for installing Python packages"
DESCRIPTION="Install Python packages, replacement for easy_install
"
DESCRIPTION="Install Python packages, replacement for easy_install"
HOMEPAGE="https://pypi.python.org/pypi/pip"
COPYRIGHT="2006-2014 Python Packaging Authority"
LICENSE="Python"

View File

@@ -2,8 +2,7 @@ SUMMARY="Convert HTML to Markdown-formatted text"
DESCRIPTION="
html2text is a Python script that converts a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
valid Markdown (a text-to-HTML format).
"
valid Markdown (a text-to-HTML format)."
HOMEPAGE="
https://github.com/html2text/html2text.py
https://github.com/Alir3z4/html2text

View File

@@ -5,8 +5,7 @@ Interfaces are a mechanism for labeling objects as conforming to a given \
API or contract. So, this package can be considered as implementation of the \
Design By Contract methodology support in Python.
For detailed documentation, please see http://docs.zope.org/zope.interface
"
For detailed documentation, please see http://docs.zope.org/zope.interface"
HOMEPAGE="http://pypi.python.org/pypi/zope.interface"
COPYRIGHT="2004-2014 Zope Foundation and Contributors"
LICENSE="ZPL 2.1"