[arch-commits] Commit in python-configargparse/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 17:28:57 UTC 2022


    Date: Monday, August 29, 2022 @ 17:28:57
  Author: felixonmars
Revision: 1285461

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 17:28:43 UTC (rev 1285460)
+++ PKGBUILD	2022-08-29 17:28:57 UTC (rev 1285461)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-configargparse
-pkgver=1.5
-pkgrel=3
-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'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' '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')
-
-build() {
-  cd ConfigArgParse-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ConfigArgParse-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd ConfigArgParse-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-configargparse/repos/community-any/PKGBUILD (from rev 1285460, python-configargparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 17:28:57 UTC (rev 1285461)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-configargparse
+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'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+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=('2c3854a45d97f0352321d2442a30408248e990dd46e2515cd7e2576efe9a33e03495231f8397ba6e3d79bb04bf11edfe5930b4765d46f29ca66b7bb3d3c1e0c9')
+
+build() {
+  cd ConfigArgParse-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ConfigArgParse-$pkgver
+  pytest
+}
+
+package() {
+  cd ConfigArgParse-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list