[arch-commits] Commit in python-filelock/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 19:21:56 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:21:56
  Author: foutrelis
Revision: 1062349

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:21:53 UTC (rev 1062348)
+++ PKGBUILD	2021-12-02 19:21:56 UTC (rev 1062349)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-filelock
-pkgver=3.4.0
-pkgrel=2
-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
-}

Copied: python-filelock/repos/community-staging-any/PKGBUILD (from rev 1062348, python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:21:56 UTC (rev 1062349)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-filelock
+pkgver=3.4.0
+pkgrel=3
+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