Date: Monday, November 14, 2022 @ 20:01:27
Author: felixonmars
Revision: 1347644
archrelease: copy trunk to community-any
Added:
python-pdoc/repos/community-any/PKGBUILD
(from rev 1347643, python-pdoc/trunk/PKGBUILD)
Deleted:
python-pdoc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 20:01:18 UTC (rev 1347643)
+++ PKGBUILD 2022-11-14 20:01:27 UTC (rev 1347644)
@@ -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.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
-}
Copied: python-pdoc/repos/community-any/PKGBUILD (from rev 1347643,
python-pdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 20:01:27 UTC (rev 1347644)
@@ -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.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'
'nodejs')
+makedepends=('python-setuptools')
+source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('98f4a17faa5ea51b7c0761a13e7cd4edbb9a87507fabc21e143229a7e93f88f7f191c6c27b30517cbb41edc6e2c15186020e0600f356eb1287e0d7e4579198ab')
+
+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
+}