[arch-commits] Commit in ssh-audit/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Thu Aug 26 19:44:52 UTC 2021


    Date: Thursday, August 26, 2021 @ 19:44:51
  Author: grawlinson
Revision: 1006498

upgpkg: ssh-audit 2.5.0-1

* New upstream release.
* Replace deprecated python-pytest-runner with python-pytest.

Modified:
  ssh-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 19:44:06 UTC (rev 1006497)
+++ PKGBUILD	2021-08-26 19:44:51 UTC (rev 1006498)
@@ -2,8 +2,8 @@
 # Contributor: graysky <graysky AT archlinux DOT us>
 
 pkgname=ssh-audit
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="SSH server and client configuration auditing"
 arch=('any')
 url="https://github.com/jtesta/ssh-audit"
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('6eb7cd3a482cc89e81f462ca1f0c50543ca9ae8db38fcd333cf7a2f7ade3a982268b3cc94d73ce9930d118f390ff3fc525daa955ce47ef8b371b6e20c1dcdee8')
+b2sums=('902c29c3eb6dc1ac894d8a75a28f74a43a2e172e513db97d70358d7e6737115e5308fef33541baf0f272a2dce4bb29355eb8809274cfffa64c16a02cb19ce75b')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,7 +21,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  python setup.py pytest
+  PYTHONPATH="$(pwd)/src:$PYTHONPATH" pytest
 }
 
 package() {



More information about the arch-commits mailing list