[arch-commits] Commit in python-sphinx-argparse-cli/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Dec 7 11:38:34 UTC 2021


    Date: Tuesday, December 7, 2021 @ 11:38:34
  Author: felixonmars
Revision: 1065516

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 11:38:25 UTC (rev 1065515)
+++ PKGBUILD	2021-12-07 11:38:34 UTC (rev 1065516)
@@ -1,41 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=sphinx-argparse-cli
-pkgname=python-$_pkgname
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse module'
-arch=('any')
-url='https://github.com/gaborbernat/sphinx-argparse-cli'
-license=('MIT')
-depends=('python' 'python-sphinx' 'python-docutils-stubs')
-makedepends=('python-setuptools-scm' 'python-toml')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0293245fdab15088b95ccfc5cc078c7a795f31772cba78899feadb32a740997e11998c58dc06524ad5109f277b48db64a9e9a087c99a843276dadd4b188652a0')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=src pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  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 1065515, python-sphinx-argparse-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-07 11:38:34 UTC (rev 1065516)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=sphinx-argparse-cli
+pkgname=python-$_pkgname
+pkgver=1.8.2
+pkgrel=1
+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-setuptools-scm' 'python-toml')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('c3340441335707bc589323ae9e2eea016f13bad8cc97991367aeab04d19acc75381785a78df17262b7437353a79d7ffa3ab78534f248375950fe77444a9dea21')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list