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

David Runge dvzrv at gemini.archlinux.org
Thu Jul 21 20:19:40 UTC 2022


    Date: Thursday, July 21, 2022 @ 20:19:40
  Author: dvzrv
Revision: 1255056

archrelease: copy trunk to community-testing-any

Added:
  python-unearth/repos/community-testing-any/PKGBUILD
    (from rev 1255055, python-unearth/trunk/PKGBUILD)
Deleted:
  python-unearth/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-21 20:19:09 UTC (rev 1255055)
+++ PKGBUILD	2022-07-21 20:19:40 UTC (rev 1255056)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=unearth
-pkgname=python-unearth
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A utility to fetch and download python packages"
-arch=(any)
-url="https://github.com/frostming/unearth"
-license=(MIT)
-depends=(python-packaging python-requests)
-makedepends=(python-build python-installer python-pdm-pep517 python-wheel)
-checkdepends=(python-flask python-pytest python-requests-wsgi-adapter)
-optdepends=('python-keyring: use keyring for authentication')
-source=(
-  https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
-)
-sha256sums=('52c40d4880a4ca3b46f2e388b52b59acc7b30c1a931fea6e3dfd9966c9401507')
-b2sums=('6644045e6f614a8c3120c5ad1f743976eb34915cece2a3df2b47c3d2c4eca34f4e457e06c011b2282d2515ca2c4214f3ef611053ddc5d5c34d2d25fc15005743')
-
-build() {
-  cd $_name-$pkgver
-  export PDM_PEP517_SCM_VERSION=$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-unearth/repos/community-testing-any/PKGBUILD (from rev 1255055, python-unearth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-21 20:19:40 UTC (rev 1255056)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=unearth
+pkgname=python-unearth
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="A utility to fetch and download python packages"
+arch=(any)
+url="https://github.com/frostming/unearth"
+license=(MIT)
+depends=(python-packaging python-requests)
+makedepends=(python-build python-installer python-pdm-pep517 python-wheel)
+checkdepends=(python-flask python-pytest python-requests-wsgi-adapter)
+optdepends=('python-keyring: use keyring for authentication')
+source=(
+  https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
+)
+sha256sums=('e51696b1913f591b41927b3eef8cebe84668fb769bf81f88094b7cc99afa706d')
+b2sums=('c14626c49c83c69ae31c3bd7626b412afd74b8dcafbfad460b6d30b918e4f48864fa2c7c8f6fe85063baedd488f69137d3d1386502bd53118bd905bfc003ad60')
+
+build() {
+  cd $_name-$pkgver
+  export PDM_PEP517_SCM_VERSION=$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list