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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Nov 30 23:58:12 UTC 2021


    Date: Tuesday, November 30, 2021 @ 23:58:12
  Author: foutrelis
Revision: 1059074

Fix docs generation with python3 sphinx

Modified:
  python-gevent-websocket/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-30 23:09:30 UTC (rev 1059073)
+++ PKGBUILD	2021-11-30 23:58:12 UTC (rev 1059074)
@@ -17,6 +17,7 @@
 prepare() {
   cd ${_pkgname}-${pkgver}
   sed -E "s|release = .*|release = '${pkgver}'|" -i docs/conf.py
+  2to3 -w docs/conf.py
 }
 
 build() {



More information about the arch-commits mailing list