Date: Thursday, April 20, 2023 @ 18:37:00
  Author: arojas
Revision: 1448033

archrelease: copy trunk to community-any

Added:
  python-pytest-regressions/repos/community-any/PKGBUILD
    (from rev 1448032, python-pytest-regressions/trunk/PKGBUILD)
Deleted:
  python-pytest-regressions/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 18:36:51 UTC (rev 1448032)
+++ PKGBUILD    2023-04-20 18:37:00 UTC (rev 1448033)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=pytest-regressions
-pkgname=python-$_pkgname
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Pytest plugin for regression testing'
-arch=('any')
-url='https://github.com/ESSS/pytest-regressions'
-license=('MIT')
-depends=('python-pytest' 'python-pytest-datadir' 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('391ddeeeb7a245a86fed72b47bc05804e6d7cd3d0f58bb0653913c59c3f043176560b6b413369c5989a09a3e905177debbbc814ebed9fcb57f2a7eca40334120')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build -nw
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-regressions/repos/community-any/PKGBUILD (from rev 
1448032, python-pytest-regressions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-20 18:37:00 UTC (rev 1448033)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=pytest-regressions
+pkgname=python-$_pkgname
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='Pytest plugin for regression testing'
+arch=('any')
+url='https://github.com/ESSS/pytest-regressions'
+license=('MIT')
+depends=('python-pytest' 'python-pytest-datadir' 'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('4014434b78bedb8b6a42d6a5156243dc0db8c9f78e0741cca32776e9768f04b0be0af5d8e6524025825b3e44efc394499c70cdc323393b9d56bebd5a88609da0')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build -nw
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to