Date: Sunday, November 13, 2022 @ 19:44:25
Author: jelle
Revision: 1347375
upgpkg: python-sphinx-testing 1.0.1-7: Drop python-mock from checkdepends
Modified:
python-sphinx-testing/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-13 19:41:30 UTC (rev 1347374)
+++ PKGBUILD 2022-11-13 19:44:25 UTC (rev 1347375)
@@ -2,7 +2,7 @@
pkgname=python-sphinx-testing
pkgver=1.0.1
-pkgrel=6
+pkgrel=7
pkgdesc="Testing utility classes and functions for Sphinx extensions"
arch=('any')
url="https://github.com/sphinx-doc/sphinx-testing"
@@ -9,7 +9,7 @@
license=('BSD')
makedepends=('python-setuptools')
depends=('python-six' 'python-sphinx')
-checkdepends=('python-mock' 'python-sphinx')
+checkdepends=('python-sphinx')
source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz")
sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')