Date: Tuesday, February 14, 2023 @ 07:17:04
  Author: felixonmars
Revision: 1400423

archrelease: copy trunk to community-any

Added:
  python-argh/repos/community-any/PKGBUILD
    (from rev 1400422, 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-14 07:16:49 UTC (rev 1400422)
+++ PKGBUILD    2023-02-14 07:17:04 UTC (rev 1400423)
@@ -1,33 +0,0 @@
-# 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
-}

Copied: python-argh/repos/community-any/PKGBUILD (from rev 1400422, 
python-argh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-14 07:17:04 UTC (rev 1400423)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-argh
+pkgver=0.27.2
+_commit=2c78bd029bec38c06e3df7510c27b4e23274ae2b
+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
+}

Reply via email to