Date: Monday, April 17, 2023 @ 19:03:38
  Author: jelle
Revision: 1447050

patch pydandoc api

Modified:
  python-pytest-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 19:03:00 UTC (rev 1447049)
+++ PKGBUILD    2023-04-17 19:03:38 UTC (rev 1447050)
@@ -15,6 +15,7 @@
 prepare() {
   # New pypandoc?
   sed -i "s/'rst')/'rst', format='markdown')/" 
pytest-plugins-$pkgver/common_setup.py
+  sed -i "s/pypandoc.convert/pypandoc.convert_text/g" 
pytest-plugins-$pkgver/common_setup.py
 
   # Our /bin is a symlink
   sed -i "s|'/bin'|'/usr/bin'|" 
pytest-plugins-$pkgver/pytest-shutil/tests/integration/test_cmdline_integration.py

Reply via email to