Date: Thursday, December 8, 2022 @ 11:47:47
  Author: arojas
Revision: 1357135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-08 11:47:38 UTC (rev 1357134)
+++ PKGBUILD    2022-12-08 11:47:47 UTC (rev 1357135)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-filelock
-pkgver=3.8.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=('a9b63ab9a6697334eb8c561c422e8ec6febd0b7b203c0ebb4cfd1e4281f16cc0ef5145121c90f3c08bec88f13e219c0655142e3d3f856163702a0d32e14cd5ce')
-
-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 1357134, 
python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-08 11:47:47 UTC (rev 1357135)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-filelock
+pkgver=3.8.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=('2d5f7f49cf2d112a060156391eeb600040b9ae8619a9795173b9888ee977ec718432beff68bfefca290791b14f8cefca6d2a92defd78132822dc3596493aaa23')
+
+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
+}

Reply via email to