[arch-commits] Commit in python-pytest/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 14 18:00:56 UTC 2020
Date: Saturday, March 14, 2020 @ 18:00:56
Author: felixonmars
Revision: 597063
upgpkg: python-pytest 5.4.0-1
Modified:
python-pytest/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 18:00:38 UTC (rev 597062)
+++ PKGBUILD 2020-03-14 18:00:56 UTC (rev 597063)
@@ -2,7 +2,7 @@
# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
pkgname=python-pytest
-pkgver=5.3.5
+pkgver=5.4.0
pkgrel=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
@@ -9,7 +9,7 @@
license=('MIT')
url="https://pytest.org/"
depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata' 'python-pygments')
makedepends=('python-setuptools-scm')
checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 'python-hypothesis'
'python-argcomplete' 'python-xmlschema'
@@ -17,15 +17,10 @@
'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator'
'python-jinja' 'python-pexpect')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('487bd492522d85184d89c834e606063fc2a1ee3fb374f4a11d851db0dbf6e9d4bea749ee96727600a78dac1dc24f83798d2214b3043bad8fa3da647026b43e04')
+sha512sums=('1042f537e73752257ed982470f4abd09e1b7031c5c4b428a319684008dac136ac68a2fb8b663140b2e312dff737bf178438d3c122e800f07bd10233417f73a57')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-prepare() {
- # Ignore warnings that break test
- sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
-}
-
build() {
cd pytest-$pkgver
python setup.py build
More information about the arch-commits
mailing list