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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jun 20 16:23:02 UTC 2022


    Date: Monday, June 20, 2022 @ 16:23:02
  Author: arojas
Revision: 1238704

archrelease: copy trunk to community-any

Added:
  python-jupyter_packaging/repos/community-any/PKGBUILD
    (from rev 1238703, python-jupyter_packaging/trunk/PKGBUILD)
Deleted:
  python-jupyter_packaging/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 16:22:50 UTC (rev 1238703)
+++ PKGBUILD	2022-06-20 16:23:02 UTC (rev 1238704)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=jupyter_packaging
-pkgname=python-jupyter_packaging
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Jupyter Packaging Utilities'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(python-packaging python-deprecation python-wheel python-tomlkit)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-mock python-pytest-timeout python-setuptools)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('8ca939a805dbe0c073968e8d5603aba0e7e4130d2e956207a37d98f8bc940d34')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyter_packaging/repos/community-any/PKGBUILD (from rev 1238703, python-jupyter_packaging/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-20 16:23:02 UTC (rev 1238704)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=jupyter_packaging
+pkgname=python-jupyter_packaging
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Jupyter Packaging Utilities'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(python-packaging python-deprecation python-wheel python-tomlkit)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-mock python-pytest-timeout python-setuptools)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('0b99eaecf56b9d1d99e7bcb6632d914a8ea5698da40b238ba89227a34157de32')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list