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

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 31 17:16:21 UTC 2022


    Date: Wednesday, August 31, 2022 @ 17:16:20
  Author: arojas
Revision: 1289181

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 17:16:12 UTC (rev 1289180)
+++ PKGBUILD	2022-08-31 17:16:20 UTC (rev 1289181)
@@ -1,34 +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=12.0.2
-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' 'nodejs')
-source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7fa7628dafd527156d98c772b1b460e663926c85ea2eebde4b2d09f1df7f5344b06ac23a1b994675551e7a686ee5561c19d8a1fcc7a003ce2c8937402118a92b')
-
-build() {
-  cd pdoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pdoc-$pkgver
-
-  PYTHONPATH="$PWD" python test/test_snapshot.py
-  # 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 1289180, python-pdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 17:16:20 UTC (rev 1289181)
@@ -0,0 +1,34 @@
+# 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=12.1.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' 'nodejs')
+makedepends=('python-setuptools')
+source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('12d85165d4a66b2e6770c5acef1743182600215e38dca8ae16686ae78e472edf9990229d0dc6f31989695ce5069156d15b1406ccdcd6e46a7d1524c4ecc75c15')
+
+build() {
+  cd pdoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pdoc-$pkgver
+
+#  PYTHONPATH="$PWD" python test/test_snapshot.py
+  pytest -v
+}
+
+package() {
+  cd pdoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list