Date: Tuesday, October 25, 2022 @ 09:08:32
Author: alerque
Revision: 1334725
upgpkg: python-pytest-param-files 0.3.4-2; use flit-core for PEP517 build
Modified:
python-pytest-param-files/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 09:06:04 UTC (rev 1334724)
+++ PKGBUILD 2022-10-25 09:08:32 UTC (rev 1334725)
@@ -3,7 +3,7 @@
pkgname=python-pytest-param-files
_pyname=${pkgname#python-}
pkgver=0.3.4
-pkgrel=1
+pkgrel=2
pkgdesc='Create pytest parametrize decorators from external files '
arch=(any)
url="https://github.com/chrisjsewell/$_pyname"
@@ -10,9 +10,8 @@
license=(MIT)
depends=(python
python-pytest)
-makedepends=(python-{build,installer}
- python-flit
- python-wheel)
+makedepends=(python-{build,installer,wheel}
+ python-flit-core)
# _archive="$_pyname-$pkgver"
# source=("$url/archive/v$pkgver/$_archive.tar.gz")
_archive="${_pyname//-/_}-$pkgver"