[arch-commits] Commit in python-matplotlib-inline/repos/community-any (2 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Aug 22 20:40:18 UTC 2022


    Date: Monday, August 22, 2022 @ 20:40:18
  Author: polyzen
Revision: 1274871

archrelease: copy trunk to community-any

Added:
  python-matplotlib-inline/repos/community-any/PKGBUILD
    (from rev 1274870, python-matplotlib-inline/trunk/PKGBUILD)
Deleted:
  python-matplotlib-inline/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 20:39:56 UTC (rev 1274870)
+++ PKGBUILD	2022-08-22 20:40:18 UTC (rev 1274871)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_name=matplotlib-inline
-pkgname=python-matplotlib-inline
-pkgver=0.1.3
-pkgrel=3
-pkgdesc='Inline Matplotlib backend for Jupyter'
-arch=('any')
-url=https://github.com/ipython/matplotlib-inline
-license=('BSD')
-depends=('python-traitlets')
-makedepends=('python-setuptools')
-checkdepends=('ipython' 'python-matplotlib')
-optdepends=('python-matplotlib')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee')
-b2sums=('9f532fc46064c905ad50f4a6d39579848609790eef08d182a5765140781e87b38706221cab3451581627c73ae4e505afcf9c1a5f324aad5bfbf4441a4f95fd08')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -c 'from matplotlib_inline.backend_inline import show'
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-matplotlib-inline/repos/community-any/PKGBUILD (from rev 1274870, python-matplotlib-inline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-22 20:40:18 UTC (rev 1274871)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_name=matplotlib-inline
+pkgname=python-matplotlib-inline
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Inline Matplotlib backend for Jupyter'
+arch=('any')
+url=https://github.com/ipython/matplotlib-inline
+license=('BSD')
+depends=('python-traitlets')
+makedepends=('python-setuptools')
+checkdepends=('ipython' 'python-matplotlib')
+optdepends=('python-matplotlib')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304')
+b2sums=('3c8579660c36f790604c2ddcc99b587b8f54135f823d1a04b3e7ad5709bf7ba49cecd22da164c7bd6ffba4b84d61681f063ca036fba2d4a0cfaf81a9ea66a7e2')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -c 'from matplotlib_inline.backend_inline import show'
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list