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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 9 19:46:41 UTC 2021


    Date: Monday, August 9, 2021 @ 19:46:40
  Author: felixonmars
Revision: 997266

upgpkg: python-responses 0.13.4-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-09 19:45:50 UTC (rev 997265)
+++ PKGBUILD	2021-08-09 19:46:40 UTC (rev 997266)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-responses
-pkgver=0.13.3
+pkgver=0.13.4
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -9,10 +9,9 @@
 url='https://github.com/getsentry/responses'
 depends=('python-requests' 'python-biscuits' 'python-six')
 makedepends=('python-setuptools')
-checkdepends=('mypy' 'python-pytest-runner' 'python-pytest-cov' 'flake8'
-              'python-pytest-localserver')
+checkdepends=('python-pytest' 'python-pytest-localserver')
 source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('533aba5e4ce840d4442d62ce3129444b357eef8e1b988f62f0fbf0ca5780b236ad040262811a13afc1b73f258f0e5638226aa4484869aabe1714959a0fe0195c')
+sha512sums=('420a34da0f126ad38ed060505004a2019f665ea7ca4d5ce47dfee02a959a4e333e6e55dae9bfe4c1720b710adbc988e8988410765dc7a20fa875784b0b81c7cb')
 
 build() {
   cd responses-$pkgver
@@ -21,7 +20,7 @@
 
 check() {
   cd responses-$pkgver
-  python setup.py pytest
+  pytest
 }
 
 package() {



More information about the arch-commits mailing list