[arch-commits] Commit in python-sphinx-click/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Wed Jul 6 08:03:51 UTC 2022


    Date: Wednesday, July 6, 2022 @ 08:03:50
  Author: dvzrv
Revision: 1246690

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 08:03:43 UTC (rev 1246689)
+++ PKGBUILD	2022-07-06 08:03:50 UTC (rev 1246690)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=sphinx-click
-pkgname=python-sphinx-click
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Sphinx plugin to automatically document click-based applications"
-arch=(any)
-url="https://github.com/click-contrib/sphinx-click"
-license=(MIT)
-depends=(python-pbr python-sphinx)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest python-click)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('9b9fee96b17242a1a2cfc097a49aaaa0134e47d250231481d13c438abfdd17b149adf2bde9c3591a94e4e17f02dc800c2b48002eb74994b43fec0d50ddb1083e')
-b2sums=('3f0cd707d6eb26bb63d81cd86324b715eecbb85d038a94104599034563be024d4d4cab5ed488b1d1fb55d4f7c6abb599f48c96f8ea582be0c3d4a37169e7638d')
-
-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 {AUTHORS,ChangeLog,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 docs/*.rst -t "$pkgdir/usr/share/doc/$pkgname/docs/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-sphinx-click/repos/community-any/PKGBUILD (from rev 1246689, python-sphinx-click/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-06 08:03:50 UTC (rev 1246690)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=sphinx-click
+pkgname=python-sphinx-click
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Sphinx plugin to automatically document click-based applications"
+arch=(any)
+url="https://github.com/click-contrib/sphinx-click"
+license=(MIT)
+depends=(python-pbr python-sphinx)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest python-click)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('a272d09d20842d287c8e7f4d72ee23859a0f7b461e4286fba63a45659287b29cf8434f5b87a1f8e65f3633ee58108e08d305dd07ead7e27604bcee5163b05b68')
+b2sums=('99704375eb28d9d788fb616bc3087da49527adc9331e7b766b36f47b2b19187fddfc7ae79566e1cb4fa8e05279472f6f98e02c16b851d5df63ae5989baebe554')
+
+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 {AUTHORS,ChangeLog,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 docs/*.rst -t "$pkgdir/usr/share/doc/$pkgname/docs/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list