Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -3,7 +3,7 @@ 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"
HOMEPAGE="https://github.com/jrabbit/haiku-cnf"
SOURCE_URI="git://github.com/jrabbit/haiku-cnf.git"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -1,7 +1,7 @@
DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
HOMEPAGE="http://numpy.scipy.org/"
SOURCE_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b"
REVISION="1"
@@ -22,4 +22,3 @@ INSTALL()
LICENSE="BSD (3-clause)"
COPYRIGHT="2005 NumPy Developers"

View File

@@ -1,7 +1,7 @@
DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
HOMEPAGE="http://numpy.scipy.org/"
SOURCE_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.5.0/numpy-1.5.0.tar.gz/download?"
CHECKSUM_MD5="3a8bfdc434df782d647161c48943ee09"
REVISION="1"
@@ -22,4 +22,3 @@ INSTALL()
LICENSE="BSD (3-clause)"
COPYRIGHT="2005 NumPy Developers"

View File

@@ -45,7 +45,7 @@ INSTALL()
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
export PYTHONPATH=$installLocation:$PYTHONPATH
mkdir -p $installLocation
$portPackageLinksDir/cmd~python3/bin/python3 setup.py install \
--prefix=$prefix
}

View File

@@ -1,5 +1,5 @@
DESCRIPTION="PyChart is a Python library for creating high quality charts."
HOMEPAGE="http://home.gna.org/pychart"
DESCRIPTION="PyChart is a Python library for creating high quality charts."
HOMEPAGE="http://home.gna.org/pychart"
SOURCE_URI="http://download.gna.org/pychart/PyChart-1.39.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="PyChart is a Python library for creating high quality charts."
HOMEPAGE="http://home.gna.org/pychart"
DESCRIPTION="PyChart is a Python library for creating high quality charts."
HOMEPAGE="http://home.gna.org/pychart"
SOURCE_URI="bzr+http://download.gna.org/pychart/bzr-archive"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="pyopengl - python opengl bindings"
HOMEPAGE="http://pyopengl.sourceforge.net"
DESCRIPTION="pyopengl - python opengl bindings"
HOMEPAGE="http://pyopengl.sourceforge.net"
SOURCE_URI="http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-3.0.1.tar.gz"
CHECKSUM_MD5="cdf03284f24279b8d9914bb680a37b5e"
REVISION="1"
@@ -21,4 +21,3 @@ INSTALL()
LICENSE="BSD (3-clause)"
COPYRIGHT="1997-1998, 2000-2009, by the contributors
All rights reserved."

View File

@@ -1,5 +1,5 @@
DESCRIPTION="pyserial - Python Serial Port Extension"
HOMEPAGE="http://pyserial.sourceforge.net"
DESCRIPTION="pyserial - Python Serial Port Extension"
HOMEPAGE="http://pyserial.sourceforge.net"
SOURCE_URI="http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz"
CHECKSUM_MD5="34340820710239bea2ceca7f43ef8cab"
REVISION="1"
@@ -21,7 +21,7 @@ INSTALL()
# TODO: Verify --root is actually working like destdir, and not making absolute
# changes to the files themselve, but just relocating then to assist in
# proper packaging, it "seems" to work but need to verify this.
}
#LICENSE=""
#COPYRIGHT=""

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Python XML package"
HOMEPAGE="http://pyxml.sourceforge.net/topics/index.html"
DESCRIPTION="Python XML package"
HOMEPAGE="http://pyxml.sourceforge.net/topics/index.html"
SOURCE_URI="http://sourceforge.net/projects/pyxml/files/latest/download?source=files"
CHECKSUM_MD5="1f7655050cebbb664db976405fdba209"
REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Python library for working with RDF"
HOMEPAGE="https://github.com/RDFLib/rdflib"
DESCRIPTION="Python library for working with RDF"
HOMEPAGE="https://github.com/RDFLib/rdflib"
SOURCE_URI="http://rdflib.googlecode.com/files/rdflib-3.2.0.tar.gz"
CHECKSUM_MD5="ab3d3a5f71ebb6fe4fd33539f5d5768e"
REVISION="1"

View File

@@ -41,7 +41,7 @@ INSTALL()
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
export PYTHONPATH=$installLocation:$PYTHONPATH
mkdir -p $installLocation
$portPackageLinksDir/cmd~python3/bin/python3 setup.py install \
--prefix=$prefix

View File

@@ -41,7 +41,7 @@ INSTALL()
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
export PYTHONPATH=$installLocation:$PYTHONPATH
mkdir -p $installLocation
$portPackageLinksDir/cmd~python/bin/python setup.py install \
--prefix=$prefix

View File

@@ -1,6 +1,6 @@
SUMMARY="A Parser Generator for Python (w/mxTextTools derivative)"
DESCRIPTION="
SimpleParse is a BSD-licensed Python package providing a simple and fast parser
SimpleParse is a BSD-licensed Python package providing a simple and fast parser
generator using a modified version of the mxTextTools text-tagging engine.
SimpleParse allows you to generate parsers directly from your EBNF grammar.
Unlike most parser generators, SimpleParse generates single-pass parsers (there