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

Daniel M. Capella polyzen at archlinux.org
Mon Feb 15 01:11:28 UTC 2021


    Date: Monday, February 15, 2021 @ 01:11:28
  Author: polyzen
Revision: 860163

upgpkg: python-sphinx-autoapi 1.7.0-2: Do not ship tests

Also fixes reproducibility when check() is not run.

Modified:
  python-sphinx-autoapi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 00:57:26 UTC (rev 860162)
+++ PKGBUILD	2021-02-15 01:11:28 UTC (rev 860163)
@@ -4,7 +4,7 @@
 _name=sphinx-autoapi
 pkgname=python-sphinx-autoapi
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A new approach to API documentation in Sphinx."
 arch=('any')
 url="https://github.com/readthedocs/sphinx-autoapi"
@@ -36,6 +36,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  rm -r tests
   python setup.py install --skip-build \
     --optimize=1 \
     --prefix=/usr \



More information about the arch-commits mailing list