Date: Wednesday, November 16, 2022 @ 22:08:39
  Author: dvzrv
Revision: 1349279

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-16 22:08:29 UTC (rev 1349278)
+++ PKGBUILD    2022-11-16 22:08:39 UTC (rev 1349279)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=sphinx-argparse
-pkgname=python-sphinx-argparse
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Sphinx extension that automatically documents argparse commands and 
options"
-arch=(any)
-url="https://github.com/ashb/sphinx-argparse";
-license=(MIT)
-depends=(python-sphinx)
-makedepends=(python-build python-installer python-poetry-core python-wheel)
-checkdepends=(python-pytest)
-optdepends=('python-commonmark: markdown support')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('5029b5ce0f79f37e134b36a800713bbbc1fd24c2013447ed0e0656b41527a2f709ce6b4201138dae678ceb9d03e288a42353bfec1bf5868e9f7881e563906c05')
-b2sums=('dbd96475ebb2857a536eb075cee6cd54f08897beb8dd37e6e6a2f098c9758a8e13e0a54d96ff7f9e84dadc6b6ff1af38766cae0c7951cc4b27e3f6f753a81971')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx-argparse/repos/community-any/PKGBUILD (from rev 1349278, 
python-sphinx-argparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-16 22:08:39 UTC (rev 1349279)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=sphinx-argparse
+_pypi_name=sphinx_argparse
+pkgname=python-sphinx-argparse
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Sphinx extension that automatically documents argparse commands and 
options"
+arch=(any)
+url="https://github.com/ashb/sphinx-argparse";
+license=(MIT)
+depends=(python-sphinx)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
+checkdepends=(python-pytest)
+optdepends=('python-commonmark: markdown support')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_pypi_name-$pkgver.tar.gz)
+sha512sums=('b96050da6c02f87c54f9dc9146bed955e99258df740b467575a2b3e9919fa8c4c6d30a736dab24360086bfc0d7d09c4bc7a818700af2c7846eed3a3b99053d65')
+b2sums=('73118f56ff82d52f04066b9d500aebc77eb5a0fecd03fa69f382c0f2afc0cbffdd395da707cf37b59f039e93935f8d5c3fe0e0f7a2820d3b6509dd78b37b0d74')
+
+build() {
+  cd $_pypi_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pypi_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_pypi_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}
+# vim:set ts=2 sw=2 et:

Reply via email to