Date: Saturday, April 30, 2022 @ 00:06:07 Author: polyzen Revision: 1191857
archrelease: copy trunk to community-any Added: ipython/repos/community-any/PKGBUILD (from rev 1191856, ipython/trunk/PKGBUILD) Deleted: ipython/repos/community-any/PKGBUILD ----------+ PKGBUILD | 126 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-30 00:05:49 UTC (rev 1191856) +++ PKGBUILD 2022-04-30 00:06:07 UTC (rev 1191857) @@ -1,63 +0,0 @@ -# Maintainer: Kyle Keen <keen...@gmail.com> -# Maintainer: Daniel M. Capella <poly...@archlinux.org> -# Contributor: PepeSmith -# Contributor: Aron Asor <aronasorman at gmail.com> -# Contributor: Chris Brannon <ch...@the-brannons.com> -# Contributor: Douglas Soares de Andrade <d...@aur.archlinux.org> - -pkgname=ipython -pkgver=8.2.0 -pkgrel=1 -pkgdesc="An enhanced Interactive Python shell." -arch=('any') -url="https://ipython.org" -license=('BSD') -depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite' - 'python-pickleshare' 'python-prompt_toolkit' - 'python-jedi' 'python-pygments' 'python-backcall' - 'python-matplotlib-inline' 'python-stack-data') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') -# texlive-bin checkdep excluded due to test_latex_to_png_color failure -checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-testpath' - 'jupyter-nbformat' 'python-ipykernel' 'python-numpy' 'python-trio' - 'python-matplotlib' 'python-curio' 'python-pandas' 'tcsh') -optdepends=('python-black: to auto format with Black' - 'yapf: to auto format with YAPF') -source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz" - "IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png") -sha256sums=('70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1' - '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8') -b2sums=('6af50e671823005b035a8463e65463b06dacb3bf4d43c4d3bd9720d1747ebda8abe3d73a49f59ae0e6e2651035db20bcfa1e82dbb0a73e40b4e2507e63118921' - 'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2') - -# confirm that an update does not break sage? - -build() { - cd $pkgname-$pkgver - python -m build --wheel --skip-dependency-check --no-isolation -} - -check() { - cd $pkgname-$pkgver - python -m venv --system-site-packages test-env - test-env/bin/python -m installer dist/*.whl - test-env/bin/python -m pytest -} - -package() { - cd $pkgname-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl - - cd "examples/IPython Kernel" - # FS#45120 - sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop - install -Dm644 -t "$pkgdir/usr/share/applications" ipython.desktop - # FS#47046 - install -Dm644 "$srcdir/IPython-icon.png" "$pkgdir/usr/share/pixmaps/ipython.png" - - # Symlink license file - local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - install -d "$pkgdir"/usr/share/licenses/$pkgname - ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: ipython/repos/community-any/PKGBUILD (from rev 1191856, ipython/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-30 00:06:07 UTC (rev 1191857) @@ -0,0 +1,63 @@ +# Maintainer: Kyle Keen <keen...@gmail.com> +# Maintainer: Daniel M. Capella <poly...@archlinux.org> +# Contributor: PepeSmith +# Contributor: Aron Asor <aronasorman at gmail.com> +# Contributor: Chris Brannon <ch...@the-brannons.com> +# Contributor: Douglas Soares de Andrade <d...@aur.archlinux.org> + +pkgname=ipython +pkgver=8.3.0 +pkgrel=1 +pkgdesc="An enhanced Interactive Python shell." +arch=('any') +url="https://ipython.org" +license=('BSD') +depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite' + 'python-pickleshare' 'python-prompt_toolkit' + 'python-jedi' 'python-pygments' 'python-backcall' + 'python-matplotlib-inline' 'python-stack-data') +makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +# texlive-bin checkdep excluded due to test_latex_to_png_color failure +checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-testpath' + 'jupyter-nbformat' 'python-ipykernel' 'python-numpy' 'python-trio' + 'python-matplotlib' 'python-curio' 'python-pandas' 'tcsh') +optdepends=('python-black: to auto format with Black' + 'yapf: to auto format with YAPF') +source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz" + "IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png") +sha256sums=('807ae3cf43b84693c9272f70368440a9a7eaa2e7e6882dad943c32fbf7e51402' + '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8') +b2sums=('8f06dcaf32cea70ba9f19fb218d4ea6ca3e42651da065521133b1c7163f80324244f59b3c4d85039f1aa5ed363acad0dae11615ae4927d6c9a24197cc9640349' + 'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2') + +# confirm that an update does not break sage? + +build() { + cd $pkgname-$pkgver + python -m build --wheel --skip-dependency-check --no-isolation +} + +check() { + cd $pkgname-$pkgver + python -m venv --system-site-packages test-env + test-env/bin/python -m installer dist/*.whl + test-env/bin/python -m pytest +} + +package() { + cd $pkgname-$pkgver + python -m installer --destdir="$pkgdir" dist/*.whl + + cd "examples/IPython Kernel" + # FS#45120 + sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop + install -Dm644 -t "$pkgdir/usr/share/applications" ipython.desktop + # FS#47046 + install -Dm644 "$srcdir/IPython-icon.png" "$pkgdir/usr/share/pixmaps/ipython.png" + + # Symlink license file + local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") + install -d "$pkgdir"/usr/share/licenses/$pkgname + ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \ + "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}