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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Nov 29 15:44:28 UTC 2021


    Date: Monday, November 29, 2021 @ 15:44:28
  Author: jelle
Revision: 1057576

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-29 15:44:19 UTC (rev 1057575)
+++ PKGBUILD	2021-11-29 15:44:28 UTC (rev 1057576)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-filelock
-pkgname=(python-filelock python2-filelock)
-pkgver=3.0.12
-pkgrel=5
-pkgdesc="A platform independent file lock"
-url="https://github.com/benediktschmitt/py-filelock"
-license=('custom:Unlicense')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/v$pkgver.tar.gz")
-sha512sums=('0f30b54b9de2540f023855effcc582b18fedcee6681f21e1733f1b60dbd39eb148e3830bc798a44c5e8c22e7ea8ca26b6d4547fae79dacc78c62b819a3d84683')
-
-build() {
-  cd py-filelock-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd py-filelock-$pkgver
-  pytest test.py
-  pytest2 test.py
-}
-
-package_python-filelock() {
-  depends=('python')
-
-  cd py-filelock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python2-filelock() {
-  depends=('python2')
-
-  cd py-filelock-$pkgver
-  python2 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 1057575, python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-29 15:44:28 UTC (rev 1057576)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-filelock
+pkgver=3.4.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=('0dc85f083a8c60605dfbd0b6fe55a96b5872e5b8ce3fd746925444571d02e243459bed6cd2d8aa9d7eda7d197bdc31b289cfcf1f0aef295779ca900d24abcbd8')
+
+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