Trailing whitespace cleanup.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user