diff --git a/mingw-w64-python-decorator/PKGBUILD b/mingw-w64-python-decorator/PKGBUILD index f9df6d496a..06d0df612a 100644 --- a/mingw-w64-python-decorator/PKGBUILD +++ b/mingw-w64-python-decorator/PKGBUILD @@ -17,7 +17,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python2-setuptools" 'git' ) -source=("git+https://github.com/micheles/${_realname}.git#branch=$pkgver") +source=("git+https://github.com/micheles/${_realname}.git#branch=${pkgver}") sha512sums=('SKIP') prepare() { @@ -33,9 +33,7 @@ build() { } package_python3-decorator() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python3" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python3") cd ${_realname} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ @@ -44,9 +42,7 @@ package_python3-decorator() { } package_python2-decorator() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python2" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python2") cd ${_realname}-py2 MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index f17b1e4189..0c95cc1278 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -4,7 +4,7 @@ _realname=ipython pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') url="http://ipython.org" diff --git a/mingw-w64-python-ipython_genutils/PKGBUILD b/mingw-w64-python-ipython_genutils/PKGBUILD index 1f5008e9ac..d03743206f 100644 --- a/mingw-w64-python-ipython_genutils/PKGBUILD +++ b/mingw-w64-python-ipython_genutils/PKGBUILD @@ -33,9 +33,7 @@ build() { } package_python3-ipython_genutils() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python3>=3.5.0" "${MINGW_PACKAGE_PREFIX}-python3<3.6.0" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python3") cd ${srcdir}/${_realname}-${pkgver} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ @@ -43,9 +41,7 @@ package_python3-ipython_genutils() { } package_python2-ipython_genutils() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python2>=2.7.0" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python2") cd ${srcdir}/${_realname}-${pkgver}-py2 MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ diff --git a/mingw-w64-python-path/PKGBUILD b/mingw-w64-python-path/PKGBUILD index 67c58131af..506e9ec6fa 100644 --- a/mingw-w64-python-path/PKGBUILD +++ b/mingw-w64-python-path/PKGBUILD @@ -46,9 +46,7 @@ build() { #} package_python3-path() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python3" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python3") cd ${srcdir}/${_realname}-${pkgver} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ @@ -58,9 +56,7 @@ package_python3-path() { } package_python2-path() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python2" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python2") cd ${srcdir}/${_realname}-${pkgver}-py2 MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ diff --git a/mingw-w64-python-pickleshare/PKGBUILD b/mingw-w64-python-pickleshare/PKGBUILD index 5a851eaa03..c8394e8494 100644 --- a/mingw-w64-python-pickleshare/PKGBUILD +++ b/mingw-w64-python-pickleshare/PKGBUILD @@ -44,9 +44,7 @@ check() { } package_python3-pickleshare() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python3-path>=8.1" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python3-path>=8.1") cd ${srcdir}/${_realname}-${pkgver} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ @@ -54,9 +52,7 @@ package_python3-pickleshare() { } package_python2-pickleshare() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python2-path>=8.1" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python2-path>=8.1") cd ${srcdir}/${_realname}-${pkgver}-py2 MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ diff --git a/mingw-w64-python-simplegeneric/PKGBUILD b/mingw-w64-python-simplegeneric/PKGBUILD index 208f36746a..ea11de8bf0 100644 --- a/mingw-w64-python-simplegeneric/PKGBUILD +++ b/mingw-w64-python-simplegeneric/PKGBUILD @@ -33,9 +33,7 @@ build() { } package_python3-simplegeneric() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python3>=3.5.0" "${MINGW_PACKAGE_PREFIX}-python3<3.6.0" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python3") cd ${srcdir}/${_realname}-${pkgver} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ @@ -43,9 +41,7 @@ package_python3-simplegeneric() { } package_python2-simplegeneric() { - depends=( - "${MINGW_PACKAGE_PREFIX}-python2>=2.7.0" - ) + depends=("${MINGW_PACKAGE_PREFIX}-python2") cd ${srcdir}/${_realname}-${pkgver}-py2 MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \