[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 14:47:23 UTC 2020


    Date: Monday, November 9, 2020 @ 14:47:23
  Author: foutrelis
Revision: 399734

Disable docs for Python 3.9 rebuild

Modified:
  python-urllib3/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-09 14:18:09 UTC (rev 399733)
+++ PKGBUILD	2020-11-09 14:47:23 UTC (rev 399734)
@@ -35,7 +35,7 @@
   python2 setup.py build
 
   cd "$srcdir"/urllib3-$pkgver/docs
-  make html
+  #make html
 }
 
 check() {
@@ -69,6 +69,6 @@
 
   cd urllib3-$pkgver/docs
   install -d "$pkgdir"/usr/share/doc
-  cp -r _build/html "$pkgdir"/usr/share/doc/python-urllib3
+  #cp -r _build/html "$pkgdir"/usr/share/doc/python-urllib3
   install -Dm644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }



More information about the arch-commits mailing list