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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 9 02:29:05 UTC 2021


    Date: Thursday, December 9, 2021 @ 02:29:05
  Author: foutrelis
Revision: 430833

upgpkg: python-urllib3 1.26.7-5: re-enable docs

Modified:
  python-urllib3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-08 22:18:54 UTC (rev 430832)
+++ PKGBUILD	2021-12-09 02:29:05 UTC (rev 430833)
@@ -6,7 +6,7 @@
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python-urllib3-doc)
 pkgver=1.26.7
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP library with thread-safe connection pooling and file post support"
 arch=("any")
 url="https://github.com/urllib3/urllib3"
@@ -32,7 +32,7 @@
   python setup.py build
 
   cd "$srcdir"/urllib3-$pkgver/docs
-  #make html
+  make html
 }
 
 check() {
@@ -58,6 +58,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