Date: Monday, April 10, 2023 @ 05:00:55
  Author: felixonmars
Revision: 1443611

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 05:00:54 UTC (rev 1443610)
+++ PKGBUILD    2023-04-10 05:00:55 UTC (rev 1443611)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-filelock
-pkgver=3.8.2
-_commit=b8b6f2bdf673bbc404769c8ad749fcd9374af691
-pkgrel=3
-pkgdesc="A platform independent file lock"
-url="https://github.com/benediktschmitt/py-filelock";
-license=('custom:Unlicense')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-timeout')
-source=("git+https://github.com/benediktschmitt/py-filelock.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd py-filelock
-  python setup.py build
-}
-
-check() {
-  cd py-filelock
-  PYTHONPATH=src pytest tests
-}
-
-package() {
-  cd py-filelock
-  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 1443609, 
python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 05:00:55 UTC (rev 1443611)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-filelock
+pkgver=3.8.2
+_commit=b8b6f2bdf673bbc404769c8ad749fcd9374af691
+pkgrel=4
+pkgdesc="A platform independent file lock"
+url="https://github.com/benediktschmitt/py-filelock";
+license=('custom:Unlicense')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-timeout')
+source=("git+https://github.com/benediktschmitt/py-filelock.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd py-filelock
+  python setup.py build
+}
+
+check() {
+  cd py-filelock
+  PYTHONPATH=src pytest tests
+}
+
+package() {
+  cd py-filelock
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to