Date: Wednesday, May 5, 2021 @ 18:10:23 Author: polyzen Revision: 927860
upgpkg: ipython 7.23.1-1 Modified: ipython/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-05 18:10:22 UTC (rev 927859) +++ PKGBUILD 2021-05-05 18:10:23 UTC (rev 927860) @@ -6,7 +6,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=ipython -pkgver=7.23.0 +pkgver=7.23.1 pkgrel=1 pkgdesc="An enhanced Interactive Python shell." arch=('any') @@ -22,9 +22,9 @@ 'python-pytest-trio' 'python-matplotlib') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz" "https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png") -sha256sums=('69178f32bf9c6257430b6f592c3ae230c32861a1966d2facec454e09078e232d' +sha256sums=('714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038' '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8') -b2sums=('6672ea3a5bbc9afa38c73acef87a8c8f6d1830e3b949543537b522b809b68b80e5369566c8bee68139f9c3213fbe4c07ad36377a686fe2d26d7bbafd5e54fc4a' +b2sums=('9713b0f1f75e283e53ba19044c9919f0c4d0b1c120e63d7a79ab9c6b8783499ed115e86a24cab34fc13c46245fb43865b851e6f98a2ee729ee35c3db242fa2ba' 'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2') # confirm that an update does not break sage? @@ -42,7 +42,7 @@ package() { cd $pkgname-$pkgver export PYTHONHASHSEED=0 - python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython/LICENSE" cd "examples/IPython Kernel"
