Date: Sunday, August 28, 2022 @ 13:38:20 Author: dvzrv Revision: 1285087
archrelease: copy trunk to community-any Added: python-flufl-lock/repos/community-any/PKGBUILD (from rev 1285086, python-flufl-lock/trunk/PKGBUILD) Deleted: python-flufl-lock/repos/community-any/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-28 13:38:03 UTC (rev 1285086) +++ PKGBUILD 2022-08-28 13:38:20 UTC (rev 1285087) @@ -1,33 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> - -_name=flufl.lock -pkgname=python-flufl-lock -pkgver=7.0 -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-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') -b2sums=('72c763e50e0a28f02fe6d9a8d88b1c64626a60310b203f9bbcc82e950f8ac494640748dece4c63542d4b89512a1f98bb1d92bda145028ebd18a8f254c2e2c1eb') - -build() { - cd $_name-$pkgver - python -m build --wheel --no-isolation -} - -check() { - cd $_name-$pkgver - export PYTHONPATH="src:$PYTHONPATH" - pytest -vv -c /dev/null -} - -package() { - cd $_name-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl - install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/" -} Copied: python-flufl-lock/repos/community-any/PKGBUILD (from rev 1285086, python-flufl-lock/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-28 13:38:20 UTC (rev 1285087) @@ -0,0 +1,33 @@ +# Maintainer: David Runge <dv...@archlinux.org> + +_name=flufl.lock +pkgname=python-flufl-lock +pkgver=7.1 +pkgrel=1 +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-installer python-pdm-pep517) +checkdepends=(python-pytest python-sybil) +source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) +sha512sums=('6f073ffd7ec825b9483b70e68b86e6f8842056334126bd54778e8182489df5f659afcdfdec103fdc516d7a4a3cf8ba918d337f01816b6b688ef8706d52627314') +b2sums=('e6a93c4bba8edf65cad505b52d8f57731410b4b3d8e293407123468820d9eba585f09c1683f191c035f5b97d59b8e45a921218107a32e3c49a1acaf20890b997') + +build() { + cd $_name-$pkgver + python -m build --wheel --no-isolation +} + +check() { + cd $_name-$pkgver + export PYTHONPATH="src:$PYTHONPATH" + pytest -vv -c /dev/null +} + +package() { + cd $_name-$pkgver + python -m installer --destdir="$pkgdir" dist/*.whl + install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/" +}