[arch-commits] Commit in python-flufl-lock/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Sep 5 08:08:59 UTC 2022
Date: Monday, September 5, 2022 @ 08:08:59
Author: dvzrv
Revision: 1292974
archrelease: copy trunk to community-any
Added:
python-flufl-lock/repos/community-any/PKGBUILD
(from rev 1292973, 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-09-05 08:08:34 UTC (rev 1292973)
+++ PKGBUILD 2022-09-05 08:08:59 UTC (rev 1292974)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at 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/"
-}
Copied: python-flufl-lock/repos/community-any/PKGBUILD (from rev 1292973, python-flufl-lock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 08:08:59 UTC (rev 1292974)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=flufl.lock
+pkgname=python-flufl-lock
+pkgver=7.1.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=('eb9d8a80013ca07cc3eaab30ced596c0362cfc59d5a1f7cf17aacbf4068d9989b443df7e2d5f5e09d6f60e0ebc784ab1897ca7379fde7eeb57246cb6b5dfef3f')
+b2sums=('813b4b77fe2b7c9d7125e9d4a5530a77aa4205e1eb0a90852419f29669db97c683fe1d73d221bc7490a7a827da24e23bfac38002c1e6a179289b56b59e2d4dfa')
+
+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/"
+}
More information about the arch-commits
mailing list