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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 18 14:19:23 UTC 2021


    Date: Wednesday, August 18, 2021 @ 14:19:23
  Author: felixonmars
Revision: 1003645

archrelease: copy trunk to community-any

Added:
  python-pdoc/repos/community-any/PKGBUILD
    (from rev 1003644, python-pdoc/trunk/PKGBUILD)
Deleted:
  python-pdoc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 14:19:14 UTC (rev 1003644)
+++ PKGBUILD	2021-08-18 14:19:23 UTC (rev 1003645)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=python-pdoc
-pkgver=7.2.0
-pkgrel=1
-pkgdesc='A simple program and library to auto generate API documentation for Python modules.'
-arch=('any')
-url='https://pdoc.dev/'
-license=('Unlicense')
-depends=('python-jinja' 'python-pygments' 'python-markupsafe')
-checkdepends=('python-pytest' 'python-pytest-timeout' 'python-hypothesis')
-source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e00ea5f5b3212fb439c301053a59e996ee6cbb925165164682ab14c5a9adae243f09679e0da8e76b5c92b59fec88e308cd0d6344d3a209c90dc8133599db15ef')
-
-build() {
-  cd pdoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pdoc-$pkgver
-
-  # test #11 of test_snapshot.py currently fails
-  pytest --deselect test/test_snapshot.py::test_snapshots[html-snapshot11]
-}
-
-package() {
-  cd pdoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-pdoc/repos/community-any/PKGBUILD (from rev 1003644, python-pdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 14:19:23 UTC (rev 1003645)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=python-pdoc
+pkgver=7.3.0
+pkgrel=1
+pkgdesc='A simple program and library to auto generate API documentation for Python modules.'
+arch=('any')
+url='https://pdoc.dev/'
+license=('Unlicense')
+depends=('python-jinja' 'python-pygments' 'python-markupsafe')
+checkdepends=('python-pytest' 'python-pytest-timeout' 'python-hypothesis')
+source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1cd9fe192c130ec503ca5e503c73c5ab0c4c9eab53f38e23b6e0d928bab81439ca07f77d7a041ba61b1616b05e26db29afdf7b32f3962b3ece5e4b42b9d83c4a')
+
+build() {
+  cd pdoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pdoc-$pkgver
+
+  # test #10 of test_snapshot.py currently fails
+  pytest --deselect test/test_snapshot.py::test_snapshots[html-snapshot10]
+}
+
+package() {
+  cd pdoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list