Rewrap dev-python DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 542d5f664a
commit 4e1ffebc1a
13 changed files with 63 additions and 54 deletions

View File

@@ -1,4 +1,8 @@
DESCRIPTION="A Script that hooks into command_not_found_handle to inform end users where to find an application if they don't have it. It can also check for typos (a feature of zsh)."
DESCRIPTION="
A Script that hooks into command_not_found_handle to inform end users where to \
find an application if they don't have it. It can also check for typos (a \
feature of zsh).
"
HOMEPAGE="https://github.com/jrabbit/haiku-cnf"
SRC_URI="git://github.com/jrabbit/haiku-cnf.git"
REVISION="1"
@@ -17,4 +21,3 @@ INSTALL()
}
LICENSE="GNU GPL v3"
COPYRIGHT="2011 Jack Laxson"

View File

@@ -1,10 +1,10 @@
SUMMARY="Docutils is an open-source text processing system"
DESCRIPTION="
Docutils is an open-source text processing system for processing
plaintext documentation into useful formats, such as HTML, LaTeX,
man-pages, open-document or XML. It includes reStructuredText, the
easy to read, easy to use, what-you-see-is-what-you-get plaintext
markup language."
Docutils is an open-source text processing system for processing plaintext \
documentation into useful formats, such as HTML, LaTeX, man-pages, \
open-document or XML. It includes reStructuredText, the easy to read, easy to \
use, what-you-see-is-what-you-get plaintext markup language.
"
HOMEPAGE="http://docutils.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/docutils/files/docutils/0.11/docutils-0.11.tar.gz"
CHECKSUM_MD5="20ac380a18b369824276864d98ec0ad6"

View File

@@ -1,8 +1,9 @@
SUMMARY="Simple Python implementation of the Git file formats and protocols."
DESCRIPTION="
Dulwich is a simple Python implementation of the Git file formats and
protocols. All functionality is available in pure Python. Optional C
extensions can be built for improved performance."
Dulwich is a simple Python implementation of the Git file formats and \
protocols. All functionality is available in pure Python. Optional C \
extensions can be built for improved performance.
"
HOMEPAGE="http://www.samba.org/~jelmer/dulwich/"
SRC_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.1.tar.gz"
CHECKSUM_MD5="9a69b441d681e257b231321f8de6a110"

View File

@@ -1,8 +1,9 @@
SUMMARY="Simple Python implementation of the Git file formats and protocols."
DESCRIPTION="
Dulwich is a simple Python implementation of the Git file formats and
protocols. All functionality is available in pure Python. Optional C
extensions can be built for improved performance."
Dulwich is a simple Python implementation of the Git file formats and \
protocols. All functionality is available in pure Python. Optional C \
extensions can be built for improved performance.
"
HOMEPAGE="http://www.samba.org/~jelmer/dulwich/"
SRC_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.4.tar.gz"
CHECKSUM_MD5="35209870f231cafe3f5a6c7c1daa3d20"

View File

@@ -1,25 +1,19 @@
SUMMARY="iniparse is a INI parser for Python"
SUMMARY="An INI parser for Python"
DESCRIPTION="
iniparse is a INI parser for Python which is:
* Compatiable with ConfigParser: Backward compatible implementations
of ConfigParser, RawConfigParser, and SafeConfigParser are included
that are API-compatible with the Python standard library. They pass
all the unit tests included with Python.
* Preserves structure of INI files: Order of sections & options,
indentation, comments, and blank lines are preserved as far as
possible when data is updated.
* More convenient: Values can be accessed using dotted notation
(cfg.user.name), or using container syntax (cfg['user']['name']).
* It is very useful for config files that are updated both by users
and by 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.
* Compatiable with ConfigParser: Backward compatible implementations of \
ConfigParser, RawConfigParser, and SafeConfigParser are included that are \
API-compatible with the Python standard library. They pass all the unit tests \
included with Python.
* Preserves structure of INI files: Order of sections & options, indentation, \
comments, and blank lines are preserved as far as possible when data is updated.
* More convenient: Values can be accessed using dotted notation \
(cfg.user.name), or using container syntax (cfg['user']['name']).
* It is very useful for config files that are updated both by users and by \
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.
"
HOMEPAGE="http://code.google.com/p/iniparse/"
SRC_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="NumPy is the fundamental package needed for scientific computing with Python."
DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="NumPy is the fundamental package needed for scientific computing with Python."
DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.5.0/numpy-1.5.0.tar.gz/download?"
CHECKSUM_MD5="3a8bfdc434df782d647161c48943ee09"

View File

@@ -1,9 +1,8 @@
SUMMARY="A substitute for Py2.7's collections.OrderedDict for Python 2.4-2.6."
DESCRIPTION="
Drop-in substitute for Py2.7's new collections.OrderedDict. The
recipe has big-oh performance that matches regular dictionaries
(amortized O(1) insertion/deletion/lookup and O(n)
iteration/repr/copy/equality_testing).
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has \
big-oh performance that matches regular dictionaries (amortized O(1) \
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
"
HOMEPAGE="https://pypi.python.org/pypi/ordereddict"
SRC_URI="https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!"
DESCRIPTION="
Download, build, install, upgrade, and uninstall Python packages -- easily!
"
HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.3"
SRC_URI="http://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.3.tar.gz"
REVISION="1"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python"
DESCRIPTION="
Multi-producer-multi-consumer signal dispatching mechanism in python.
"
HOMEPAGE="http://pydispatcher.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/project/pydispatcher/pydispatcher/2.0.1/PyDispatcher-2.0.1.tar.gz"
REVISION="1"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="pygame - python bindings to sdl and other libs that facilitate game production"
DESCRIPTION="
pygame - python bindings to sdl and other libs that facilitate game production.
"
HOMEPAGE="http://www.pygame.org"
SRC_URI="http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz"
CHECKSUM_MD5="1c4cdc708d17c8250a2d78ef997222fc"
@@ -26,5 +28,5 @@ COPYRIGHT="2000-2004, 2007 Pete Shinners
2004 Takafumi Mizuno
2006-2007 Rene Dudfield
2007 Richard Goedeken
2007-2008 Marcus von Appen"
2007-2008 Marcus von Appen
"

View File

@@ -1,15 +1,14 @@
SUMMARY="a generic syntax highlighter for general use"
DESCRIPTION="
It is a generic syntax highlighter for general use in all kinds of
software such as forum systems, wikis or other applications that need
to prettify source code. Highlights are:
It is a generic syntax highlighter for general use in all kinds of software \
such as forum systems, wikis or other applications that need to prettify \
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details that increase highlighting
quality
* support for new languages and formats are added easily; most
languages use a simple regex-based lexing mechanism
* a number of output formats is available, among them HTML, RTF, LaTeX
and ANSI sequences
* special attention is paid to details that increase highlighting quality
* support for new languages and formats are added easily; most languages use a \
simple regex-based lexing mechanism
* a number of output formats is available, among them HTML, RTF, LaTeX and \
ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!
"

View File

@@ -1,4 +1,6 @@
DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!"
DESCRIPTION="
Download, build, install, upgrade, and uninstall Python packages -- easily!
"
HOMEPAGE="http://pypi.python.org/pypi/setuptools"
SRC_URI="http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz"
REVISION="1"