[arch-commits] Commit in python-pep621/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 9 02:01:54 UTC 2021
Date: Thursday, December 9, 2021 @ 02:01:54
Author: foutrelis
Revision: 1065755
Disable docs for Python 3.10 rebuild
Modified:
python-pep621/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-09 01:58:52 UTC (rev 1065754)
+++ PKGBUILD 2021-12-09 02:01:54 UTC (rev 1065755)
@@ -23,7 +23,7 @@
python setup.py build
- PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+ #PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
}
check() {
@@ -38,9 +38,9 @@
python setup.py install --root="$pkgdir" --skip-build
python -m compileall --invalidation-mode=checked-hash "$pkgdir"
- install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
- cp -r -a --no-preserve=ownership docs/build/html "$pkgdir"/usr/share/doc/$pkgname
- rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+ #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+ #cp -r -a --no-preserve=ownership docs/build/html "$pkgdir"/usr/share/doc/$pkgname
+ #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list