Date: Thursday, April 20, 2023 @ 18:32:04
  Author: arojas
Revision: 1448027

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-argparse-cli/repos/community-staging-any/PKGBUILD
    (from rev 1448026, python-sphinx-argparse-cli/trunk/PKGBUILD)
Deleted:
  python-sphinx-argparse-cli/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 18:31:45 UTC (rev 1448026)
+++ PKGBUILD    2023-04-20 18:32:04 UTC (rev 1448027)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=sphinx-argparse-cli
-pkgname=python-$_pkgname
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse 
module'
-arch=('any')
-url='https://github.com/tox-dev/sphinx-argparse-cli'
-license=('MIT')
-depends=('python' 'python-sphinx' 'python-docutils-stubs')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel' 'python-toml')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('9ad64f3f4a677e1e24d0f5c23380b6a3ae3050afde9432e4979fc2d7e75cf7e7fe860388aa7253a49e4db6bf46a6fe00f0b5fa3a65ac719a4d5506972f1ea989')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build -nwx
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=src pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx-argparse-cli/repos/community-staging-any/PKGBUILD (from 
rev 1448026, python-sphinx-argparse-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-20 18:32:04 UTC (rev 1448027)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=sphinx-argparse-cli
+pkgname=python-$_pkgname
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse 
module'
+arch=('any')
+url='https://github.com/tox-dev/sphinx-argparse-cli'
+license=('MIT')
+depends=('python' 'python-sphinx' 'python-docutils-stubs')
+makedepends=('python-build' 'python-installer' 'python-hatchling' 
'python-hatch-vcs')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build -nwx
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to