Date: Thursday, October 13, 2022 @ 14:12:07
Author: felixonmars
Revision: 1327986
archrelease: copy trunk to community-any
Added:
python-pdoc/repos/community-any/PKGBUILD
(from rev 1327985, python-pdoc/trunk/PKGBUILD)
Deleted:
python-pdoc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-13 14:11:59 UTC (rev 1327985)
+++ PKGBUILD 2022-10-13 14:12:07 UTC (rev 1327986)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: George Rawlinson <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <[email protected]>
-
-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
-}
Copied: python-pdoc/repos/community-any/PKGBUILD (from rev 1327985,
python-pdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-13 14:12:07 UTC (rev 1327986)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <[email protected]>
+
+pkgname=python-pdoc
+pkgver=12.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'
'nodejs')
+makedepends=('python-setuptools')
+source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e88cad9284dc3bb8cf733afdec6b76eea0e962d0532fcf9fd0564d5541bee0b01933f431196e79fa2715f89611bc2f56b84d077788e6ef19e0f26a45476aa25d')
+
+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
+}