Date: Wednesday, August 31, 2022 @ 17:16:12 Author: arojas Revision: 1289180
upgpkg: python-pdoc 12.1.0-1: Update to 12.1.0 Modified: python-pdoc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-31 17:12:56 UTC (rev 1289179) +++ PKGBUILD 2022-08-31 17:16:12 UTC (rev 1289180) @@ -4,7 +4,7 @@ # Contributor: Thomas S Hatch <[email protected]> pkgname=python-pdoc -pkgver=12.0.2 +pkgver=12.1.0 pkgrel=1 pkgdesc='A simple program and library to auto generate API documentation for Python modules.' arch=('any') @@ -12,8 +12,9 @@ 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=('7fa7628dafd527156d98c772b1b460e663926c85ea2eebde4b2d09f1df7f5344b06ac23a1b994675551e7a686ee5561c19d8a1fcc7a003ce2c8937402118a92b') +sha512sums=('12d85165d4a66b2e6770c5acef1743182600215e38dca8ae16686ae78e472edf9990229d0dc6f31989695ce5069156d15b1406ccdcd6e46a7d1524c4ecc75c15') build() { cd pdoc-$pkgver @@ -23,9 +24,8 @@ 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] +# PYTHONPATH="$PWD" python test/test_snapshot.py + pytest -v } package() {
