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

David Runge dvzrv at gemini.archlinux.org
Wed Jun 29 22:20:57 UTC 2022


    Date: Wednesday, June 29, 2022 @ 22:20:57
  Author: dvzrv
Revision: 1241585

upgpkg: python-flufl-lock 7.0-2: Rebuild to use python-installer instead of python-install during build.

Modified:
  python-flufl-lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 22:20:51 UTC (rev 1241584)
+++ PKGBUILD	2022-06-29 22:20:57 UTC (rev 1241585)
@@ -3,13 +3,13 @@
 _name=flufl.lock
 pkgname=python-flufl-lock
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
 arch=(any)
 url="https://gitlab.com/warsaw/flufl.lock"
 license=(Apache)
 depends=(python-atpublic python-psutil)
-makedepends=(python-build python-install python-pdm-pep517)
+makedepends=(python-build python-installer python-pdm-pep517)
 checkdepends=(python-pytest python-sybil)
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
 sha512sums=('b1c5151d30aa3e9afc12fe0dbd9be05ad1f9133b32f5e3bacf98532fefb08fbf354bf4b9a4b9fc90e448861941eba358e8f67218daf9797eb031b487cc717181')
@@ -28,6 +28,6 @@
 
 package() {
   cd $_name-$pkgver
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
 }



More information about the arch-commits mailing list