diff --git a/dev-python/cnf/cnf-1.0_git.recipe b/dev-python/cnf/cnf-1.0_git.recipe index 5b0f89989..5112c48ce 100644 --- a/dev-python/cnf/cnf-1.0_git.recipe +++ b/dev-python/cnf/cnf-1.0_git.recipe @@ -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" - diff --git a/dev-python/docutils/docutils-0.11.recipe b/dev-python/docutils/docutils-0.11.recipe index 56bf9de62..88d45fbb0 100644 --- a/dev-python/docutils/docutils-0.11.recipe +++ b/dev-python/docutils/docutils-0.11.recipe @@ -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" diff --git a/dev-python/dulwich/dulwich-0.9.1.recipe b/dev-python/dulwich/dulwich-0.9.1.recipe index ef14719da..c33f62c28 100644 --- a/dev-python/dulwich/dulwich-0.9.1.recipe +++ b/dev-python/dulwich/dulwich-0.9.1.recipe @@ -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" diff --git a/dev-python/dulwich/dulwich-0.9.4.recipe b/dev-python/dulwich/dulwich-0.9.4.recipe index f67c89d39..5f332140b 100644 --- a/dev-python/dulwich/dulwich-0.9.4.recipe +++ b/dev-python/dulwich/dulwich-0.9.4.recipe @@ -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" diff --git a/dev-python/iniparse/iniparse-0.4.recipe b/dev-python/iniparse/iniparse-0.4.recipe index a2dd71549..a0b0d0378 100644 --- a/dev-python/iniparse/iniparse-0.4.recipe +++ b/dev-python/iniparse/iniparse-0.4.recipe @@ -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" diff --git a/dev-python/numpy/numpy-1.4.1.recipe b/dev-python/numpy/numpy-1.4.1.recipe index 776c39a1b..0d1e71bb3 100644 --- a/dev-python/numpy/numpy-1.4.1.recipe +++ b/dev-python/numpy/numpy-1.4.1.recipe @@ -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" diff --git a/dev-python/numpy/numpy-1.5.0.recipe b/dev-python/numpy/numpy-1.5.0.recipe index 59be61f97..e68eea85b 100644 --- a/dev-python/numpy/numpy-1.5.0.recipe +++ b/dev-python/numpy/numpy-1.5.0.recipe @@ -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" diff --git a/dev-python/ordereddict/ordereddict-1.1.recipe b/dev-python/ordereddict/ordereddict-1.1.recipe index 113e0e55e..e29d3c18d 100644 --- a/dev-python/ordereddict/ordereddict-1.1.recipe +++ b/dev-python/ordereddict/ordereddict-1.1.recipe @@ -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" diff --git a/dev-python/pycrypto/pycrypto-2.3.recipe b/dev-python/pycrypto/pycrypto-2.3.recipe index 70209d8cb..9eee1d88c 100644 --- a/dev-python/pycrypto/pycrypto-2.3.recipe +++ b/dev-python/pycrypto/pycrypto-2.3.recipe @@ -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" diff --git a/dev-python/pydispatcher/pydispatcher-2.0.1.recipe b/dev-python/pydispatcher/pydispatcher-2.0.1.recipe index 48c54d4f0..7afa525cf 100644 --- a/dev-python/pydispatcher/pydispatcher-2.0.1.recipe +++ b/dev-python/pydispatcher/pydispatcher-2.0.1.recipe @@ -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" diff --git a/dev-python/pygame/pygame-1.9.1.recipe b/dev-python/pygame/pygame-1.9.1.recipe index eb266e8ba..545dbeeff 100644 --- a/dev-python/pygame/pygame-1.9.1.recipe +++ b/dev-python/pygame/pygame-1.9.1.recipe @@ -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 + " diff --git a/dev-python/pygments/pygments-1.6.recipe b/dev-python/pygments/pygments-1.6.recipe index 13cdcfea6..63f48b4f1 100644 --- a/dev-python/pygments/pygments-1.6.recipe +++ b/dev-python/pygments/pygments-1.6.recipe @@ -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! " diff --git a/dev-python/setuptools/setuptools-0.6.recipe b/dev-python/setuptools/setuptools-0.6.recipe index 1f274cae1..36e7f49f0 100644 --- a/dev-python/setuptools/setuptools-0.6.recipe +++ b/dev-python/setuptools/setuptools-0.6.recipe @@ -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"