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

David Runge dvzrv at gemini.archlinux.org
Wed Apr 13 12:53:50 UTC 2022


    Date: Wednesday, April 13, 2022 @ 12:53:50
  Author: dvzrv
Revision: 1186044

archrelease: copy trunk to community-any

Added:
  python-sphinx-click/repos/community-any/PKGBUILD
    (from rev 1186043, 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-04-13 12:53:42 UTC (rev 1186043)
+++ PKGBUILD	2022-04-13 12:53:50 UTC (rev 1186044)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=sphinx-click
-pkgname=python-sphinx-click
-pkgver=4.0.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=('19e20037d086a050f861e61185d46cd85e64ff76308e7bff541441d7b5c4b8925f86822675e08e2963ec9d27a4625ed98052061e591bd759e68bb810927d1521')
-b2sums=('b461645d97d4552d2e3b591f0bc9853b7b971c7a67c72cd20abb3164a65e037fa94e9abb1c5561269ae64e99f16e0770e82ceb073a759e4fc383b812e42a1099')
-
-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 1186043, python-sphinx-click/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 12:53:50 UTC (rev 1186044)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=sphinx-click
+pkgname=python-sphinx-click
+pkgver=4.0.1
+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=('4f01cd45ba62f92ed4975bfa61b5795fcb82e6804551cd64d80f428b3e61268429d9c70953eb67fc53d87b807b736458df17691100ccc0c2b3869abd440987f6')
+b2sums=('acfcb4d4f0503f45c9c92f54b8112619b240dce880d468f9a97c71ea855c07a781c8f0044e06241252404c119d02836689ee120ae60992f60409347e01bd8cec')
+
+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