Date: Saturday, November 12, 2022 @ 22:14:07 Author: jelle Revision: 1347136
upgpkg: python-graphviz 0.20.1-2: Drop python-mock from checkdepends Modified: python-graphviz/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-12 22:13:04 UTC (rev 1347135) +++ PKGBUILD 2022-11-12 22:14:07 UTC (rev 1347136) @@ -4,7 +4,7 @@ _pkgname=graphviz pkgname=python-graphviz pkgver=0.20.1 -pkgrel=1 +pkgrel=2 pkgdesc='Simple Python interface for Graphviz' arch=(any) url="https://github.com/xflr6/$_pkgname" @@ -13,8 +13,7 @@ python) makedepends=(python-{build,installer,wheel} python-setuptools) -checkdepends=(python-mock - python-pytest +checkdepends=(python-pytest python-pytest-mock) #source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip") _archive="$_pkgname-$pkgver"
