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

David Runge dvzrv at gemini.archlinux.org
Tue Jun 7 12:28:52 UTC 2022


    Date: Tuesday, June 7, 2022 @ 12:28:52
  Author: dvzrv
Revision: 1228473

archrelease: copy trunk to community-any

Added:
  python-sphinx-click/repos/community-any/PKGBUILD
    (from rev 1228472, 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-06-07 12:28:44 UTC (rev 1228472)
+++ PKGBUILD	2022-06-07 12:28:52 UTC (rev 1228473)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=sphinx-click
-pkgname=python-sphinx-click
-pkgver=4.0.3
-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=('e5d6f82c49cd50309026b9697ea41827a216cf27001d1a38a9fc3f7fa6d0dacbbb7793853b27304e2cb5b584bb4eed491476595d543bcce9ddfbd21832cacb16')
-b2sums=('dc6c5fa888168661c067206b063517f12ccaa6dec634b8c0f3743cd19264223043b196a4d3b2417fe5c28b350838386905ccbe0478a7e7cad792d95cc63d6472')
-
-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 1228472, python-sphinx-click/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-07 12:28:52 UTC (rev 1228473)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=sphinx-click
+pkgname=python-sphinx-click
+pkgver=4.1.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=('a57efbcfe8ab4f82298917937b573480401a51ce81889eb37b56f6eac0b2d6123a94a877f5bc460c4998c55040072453a48400f9c94d902a7cab6cd622d13d62')
+b2sums=('0510bdcfa051e1272796ef049b4fe40e936526937b99bec5c20b714507d285a5524bd341f41042a74c1b6715fbda7a892e14aee08a397df61ff47f39b2ebc52a')
+
+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