[arch-commits] Commit in python-filelock/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed May 18 13:07:01 UTC 2022


    Date: Wednesday, May 18, 2022 @ 13:07:01
  Author: felixonmars
Revision: 1207911

archrelease: copy trunk to community-any

Added:
  python-filelock/repos/community-any/PKGBUILD
    (from rev 1207910, python-filelock/trunk/PKGBUILD)
Deleted:
  python-filelock/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 13:06:49 UTC (rev 1207910)
+++ PKGBUILD	2022-05-18 13:07:01 UTC (rev 1207911)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-filelock
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="A platform independent file lock"
-url="https://github.com/benediktschmitt/py-filelock"
-license=('custom:Unlicense')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-timeout')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/$pkgver.tar.gz")
-sha512sums=('361586f976a4b4011af4446e34932cb9e42565e87d828852b0bb7bed48f59c19b3c95895836c9c63c1978d9d113432df19c52e59523a0f00797b3b94f36a4d73')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd py-filelock-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd py-filelock-$pkgver
-  PYTHONPATH=src pytest tests
-}
-
-package() {
-  cd py-filelock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-filelock/repos/community-any/PKGBUILD (from rev 1207910, python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-18 13:07:01 UTC (rev 1207911)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-filelock
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="A platform independent file lock"
+url="https://github.com/benediktschmitt/py-filelock"
+license=('custom:Unlicense')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-timeout')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/$pkgver.tar.gz")
+sha512sums=('f46e1ac8b022a9aead975d6cda406d1a25ad19290cd64f1f179d6823d33013aeb4f3b42d2c90764a0607a8b9e67c3e287a565e7d4b07ddce63cafc5e988d7d2c')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd py-filelock-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd py-filelock-$pkgver
+  PYTHONPATH=src pytest tests
+}
+
+package() {
+  cd py-filelock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list