Date: Saturday, February 11, 2023 @ 20:10:35
Author: felixonmars
Revision: 1399878
archrelease: copy trunk to community-any
Added:
python-argh/repos/community-any/PKGBUILD
(from rev 1399877, python-argh/trunk/PKGBUILD)
Deleted:
python-argh/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-11 20:10:19 UTC (rev 1399877)
+++ PKGBUILD 2023-02-11 20:10:35 UTC (rev 1399878)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=python-argh
-pkgver=0.27.0
-_commit=e24a4c55fd8c4684122bc6e311215fd234a02a74
-pkgrel=1
-pkgdesc="An unobtrusive argparse wrapper with natural syntax"
-arch=(any)
-url="https://pypi.python.org/pypi/argh"
-license=('LGPL3')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-iocapture')
-source=("git+https://github.com/neithere/argh.git#commit=$_commit")
-sha256sums=('SKIP')
-
-build() {
- cd argh
- python setup.py build
-}
-
-check() {
- cd argh
- # https://github.com/neithere/argh/issues/148#issuecomment-981508602
- pytest --deselect test/test_integration.py::test_invalid_choice \
- --deselect test/test_integration.py::test_explicit_cmd_name
-}
-
-package() {
- cd argh
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-argh/repos/community-any/PKGBUILD (from rev 1399877,
python-argh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-11 20:10:35 UTC (rev 1399878)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-argh
+pkgver=0.27.1
+_commit=6cd34fdcd5369a23b8a1c75764e5b43de5885fef
+pkgrel=1
+pkgdesc="An unobtrusive argparse wrapper with natural syntax"
+arch=(any)
+url="https://pypi.python.org/pypi/argh"
+license=('LGPL3')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest' 'python-iocapture')
+source=("git+https://github.com/neithere/argh.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+ cd argh
+ python setup.py build
+}
+
+check() {
+ cd argh
+ # https://github.com/neithere/argh/issues/148#issuecomment-981508602
+ pytest --deselect test/test_integration.py::test_invalid_choice \
+ --deselect test/test_integration.py::test_explicit_cmd_name
+}
+
+package() {
+ cd argh
+ python setup.py install --root="$pkgdir" --optimize=1
+}