[arch-commits] Commit in python-configargparse/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 29 17:28:43 UTC 2022
Date: Monday, August 29, 2022 @ 17:28:43
Author: felixonmars
Revision: 1285460
upgpkg: python-configargparse 1.5.1-1
Modified:
python-configargparse/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 17:28:24 UTC (rev 1285459)
+++ PKGBUILD 2022-08-29 17:28:43 UTC (rev 1285460)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-configargparse
-pkgver=1.5
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
pkgdesc='A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables'
arch=('any')
url='https://github.com/bw2/ConfigArgParse'
@@ -9,10 +9,10 @@
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-tests' 'python-yaml')
+checkdepends=('python-mock' 'python-pytest' 'python-tests' 'python-yaml')
optdepends=('python-yaml: for YAML support')
source=("https://github.com/bw2/ConfigArgParse/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('82121fa6e8f734898674220b888dd3670368389a5cbd40e87d9188fa55d4378fdf480cc7dc003a4b9eadc1951fa8fc6141e9c0b079321cfe70c64bebacfb8944')
+sha512sums=('2c3854a45d97f0352321d2442a30408248e990dd46e2515cd7e2576efe9a33e03495231f8397ba6e3d79bb04bf11edfe5930b4765d46f29ca66b7bb3d3c1e0c9')
build() {
cd ConfigArgParse-$pkgver
@@ -21,7 +21,7 @@
check() {
cd ConfigArgParse-$pkgver
- python setup.py test
+ pytest
}
package() {
More information about the arch-commits
mailing list