UPDATE 9:

- mingw-w64-python-colorama
- mingw-w64-python-ipython
- mingw-w64-python-jedi
- mingw-w64-python-prompt_toolkit
- mingw-w64-python-ptyprocess
- mingw-w64-python-pygments
- mingw-w64-python-sympy
- mingw-w64-python-traitlets
- mingw-w64-python-virtualenv
This commit is contained in:
github-actions[bot]
2021-01-19 17:23:42 +00:00
parent f6e5cf0c26
commit 4698a1aa74
9 changed files with 30 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=7.13.0
pkgver=7.19.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell (mingw-w64)"
arch=('any')
@@ -14,19 +14,17 @@ url="https://ipython.org/"
license=('BSD')
# Note: prompt_toolkit 2.0 is required for this series.
# There is some breakage between prompt_toolkit 1.0 and 2.0.
depends=('winpty'
"${MINGW_PACKAGE_PREFIX}-sqlite3"
"${MINGW_PACKAGE_PREFIX}-python-jedi"
"${MINGW_PACKAGE_PREFIX}-python-decorator"
"${MINGW_PACKAGE_PREFIX}-python-pickleshare"
"${MINGW_PACKAGE_PREFIX}-python-simplegeneric"
"${MINGW_PACKAGE_PREFIX}-python-traitlets"
"${MINGW_PACKAGE_PREFIX}-python-prompt_toolkit>=2.0"
"${MINGW_PACKAGE_PREFIX}-python-pygments"
"${MINGW_PACKAGE_PREFIX}-python-backcall"
"${MINGW_PACKAGE_PREFIX}-python-pexpect"
depends=("${MINGW_PACKAGE_PREFIX}-python-backcall"
"${MINGW_PACKAGE_PREFIX}-python-colorama"
"${MINGW_PACKAGE_PREFIX}-python-win_unicode_console")
"${MINGW_PACKAGE_PREFIX}-python-decorator"
"${MINGW_PACKAGE_PREFIX}-python-jedi"
"${MINGW_PACKAGE_PREFIX}-python-pickleshare"
"${MINGW_PACKAGE_PREFIX}-python-prompt_toolkit"
"${MINGW_PACKAGE_PREFIX}-python-pygments"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-traitlets"
"${MINGW_PACKAGE_PREFIX}-sqlite3"
"winpty")
# new optional thing: ipyparallel
optdepends=("${MINGW_PACKAGE_PREFIX}-python-nose: for IPython's test suite"
"${MINGW_PACKAGE_PREFIX}-python-qtconsole: for ipython qtconsole"
@@ -40,7 +38,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-requests"
"${MINGW_PACKAGE_PREFIX}-python-numpy")
install=${_realname}3-${CARCH}.install
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/ipython/archive/${pkgver}.tar.gz")
sha256sums=('fbd4696b31f5892c5169c7031f8a8375b9fd7f0e657b2357d14a04d413efac0b')
sha256sums=('ede39c29958c1001affcfc8f572894864fe3cbed51f62e8af452fcf50c629fe2')
prepare() {
cd "${srcdir}"