[arch-commits] Commit in python-fasteners/trunk (PKGBUILD)

Lukas Fleischer lfleischer at gemini.archlinux.org
Fri Apr 15 18:01:41 UTC 2022


    Date: Friday, April 15, 2022 @ 18:01:40
  Author: lfleischer
Revision: 1186607

upgpkg: python-fasteners 0.17.3-1: upstream update

Modified:
  python-fasteners/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 17:22:49 UTC (rev 1186606)
+++ PKGBUILD	2022-04-15 18:01:40 UTC (rev 1186607)
@@ -2,23 +2,23 @@
 # Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
 
 pkgname=python-fasteners
-pkgver=0.16.3
-pkgrel=3
+pkgver=0.17.3
+pkgrel=1
 pkgdesc="A python package that provides useful locks."
 arch=('any')
 url="https://github.com/harlowja/fasteners"
 license=('Apache')
 depends=('python-six')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
-sha512sums=('72b4ead49bb0c4f0e0c4ff47cab12f645af456e9100f270b72582b68239dd2536b1b641b38693f4f3635fc977e4ffa059c249e097e8842a1325333c4a6e864f9')
+sha512sums=('bed890d674bbb8d0442cb0a36c81bd5d1b4e555534ce4451f1cf70dcf72e222d52ae98154d09ac0ad1e52d1a2026c532fd40df715fbbd6bc95f874a916911ec7')
 
 build() {
   cd "$srcdir/fasteners-$pkgver"
-  python setup.py build
+  python3 -m build --wheel --no-isolation
 }
 
 package() {
   cd "$srcdir/fasteners-$pkgver"
-  python setup.py install --optimize=1 --root="$pkgdir"
+  python3 -m installer --destdir="$pkgdir" dist/*.whl
 }



More information about the arch-commits mailing list