Trailing whitespace cleanup.

This commit is contained in:
Renato Silva
2015-02-09 18:45:05 -02:00
parent 83436a1b35
commit 6daa9f99f9
301 changed files with 665 additions and 665 deletions

View File

@@ -27,26 +27,26 @@ package_python3-patsy() {
depends=("${MINGW_PACKAGE_PREFIX}-python3-numpy")
optdepends=("${MINGW_PACKAGE_PREFIX}-python3-nose: needed for integrated test suite"
"${MINGW_PACKAGE_PREFIX}-python3-scipy: needed for spline-related functions")
cd $srcdir/python3-$_realname-$pkgver
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
${MINGW_PREFIX}/bin/python3 setup.py install --prefix=${MINGW_PREFIX} \
--root "${pkgdir}" --optimize=1
install -Dm644 "$srcdir/python3-$_realname-$pkgver/LICENSE.txt" \
"${pkgdir}${MINGW_PREFIX}/share/licenses/python3-${_realname}/LICENSE"
}
package_python2-patsy() {
depends=("${MINGW_PACKAGE_PREFIX}-python2-numpy")
optdepends=("${MINGW_PACKAGE_PREFIX}-python2-nose: needed for integrated test suite"
"${MINGW_PACKAGE_PREFIX}-python2-scipy: needed for spline-related functions")
cd $srcdir/python2-$_realname-$pkgver
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
${MINGW_PREFIX}/bin/python2 setup.py install --prefix=${MINGW_PREFIX} \
--root "${pkgdir}" --optimize=1
install -Dm644 "$srcdir/python3-$_realname-$pkgver/LICENSE.txt" \
"${pkgdir}${MINGW_PREFIX}/share/licenses/python2-${_realname}/LICENSE"
}