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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 22 07:09:03 UTC 2022


    Date: Tuesday, February 22, 2022 @ 07:09:03
  Author: alerque
Revision: 1135732

upgpkg: python-mccabe 0.7.0-1

Modified:
  python-mccabe/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 07:07:31 UTC (rev 1135731)
+++ PKGBUILD	2022-02-22 07:09:03 UTC (rev 1135732)
@@ -4,8 +4,8 @@
 
 _pyname=mccabe
 pkgname=python-$_pyname
-pkgver=0.6.1
-pkgrel=11
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='McCabe complexity checker for Python'
 arch=(any)
 url="https://github.com/PyCQA/$_pyname"
@@ -12,11 +12,12 @@
 license=('custom:Expat')
 depends=(python)
 makedepends=(python-setuptools)
-checkdepends=(python-pytest
+checkdepends=(python-hypothesmith
+              python-pytest
               python-pytest-runner)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('2748af6516175b94be318cd8226fa50b5339b9dc886bce378ac2afb37a157524')
+sha256sums=('f4f7fa5ed8b7f77601fea3e748d6238928323a291fcde0fddbbe6cb2d0cb2da2')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list