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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 25 22:20:24 UTC 2021


    Date: Wednesday, August 25, 2021 @ 22:20:24
  Author: felixonmars
Revision: 1004942

archrelease: copy trunk to community-any

Added:
  python-pdoc/repos/community-any/PKGBUILD
    (from rev 1004941, 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-25 22:20:19 UTC (rev 1004941)
+++ PKGBUILD	2021-08-25 22:20:24 UTC (rev 1004942)
@@ -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.3.1
-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=('8b53ca93b6cc4228222ad05b5e4ad2a02169c39823950f442e49503af49c36ed52c15292a6c44231f23db23d6f17386117d8cfa9fcac6d3fcc13222b44aa21b2')
-
-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
-}

Copied: python-pdoc/repos/community-any/PKGBUILD (from rev 1004941, python-pdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 22:20:24 UTC (rev 1004942)
@@ -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.4.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=('7b102b33dc8d1ba5fe1b2fb05945c4c57aef88600f9992e8d3bc9e25f7683b36440f6c683080f5cc283db9c93ce9b1c9ef21f17c8fb05c631a669baa96a720d8')
+
+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