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

Daniel M. Capella polyzen at archlinux.org
Tue Sep 1 20:02:17 UTC 2020


    Date: Tuesday, September 1, 2020 @ 20:02:17
  Author: polyzen
Revision: 695913

upgpkg: python-sphinx-autoapi 1.5.0-1

Modified:
  python-sphinx-autoapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 19:52:31 UTC (rev 695912)
+++ PKGBUILD	2020-09-01 20:02:17 UTC (rev 695913)
@@ -1,10 +1,11 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 _name=sphinx-autoapi
 pkgname=python-sphinx-autoapi
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
-pkgdesc=" A new approach to API documentation in Sphinx."
+pkgdesc="A new approach to API documentation in Sphinx."
 arch=('any')
 url="https://github.com/readthedocs/sphinx-autoapi"
 license=('MIT')
@@ -15,7 +16,8 @@
 # TODO: package python-go and python-dotnet
 # optdepends=('python-go' 'python-dotnet')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('4cd1e6ee56d35d9c954c458c19cff73054de5eee60848329b7bff5b8ba2fc585d0079210bce7727c2c492dc1eef25f5b6d00e10bfb0e7bf01fa56ba935f85591')
+sha256sums=('95ffb69e7618284d84d4947a1cd386c1829e43e0648e80d6fc669737813609c3')
+b2sums=('cbe6ce277824370f23493cd0948104ff36937943f141ab88937567ce7dac6147ecb23d17d94306cafedbc199df17777384c4a34717ebed6c3d7e765a7e9a5cdf')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -29,9 +31,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # disable failing test
-  # https://github.com/readthedocs/sphinx-autoapi/issues/215
-  pytest -v -k 'not test_order_members'
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list