summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2022-12-19 00:38:40 -0300
committerDanilo J. S. Bellini2022-12-19 00:38:40 -0300
commit7c3f778845f87831797db42d76987237e997459b (patch)
tree935ab0a15e802b186139103b7dca55f52f0fd680
parent4bbfc22e3d38927f8f4aacace4611d77bd9b90ae (diff)
downloadaur-python2-pytest.tar.gz
v4.6.11-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 547881f3e0c1..bbd1caf75e35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pytest
pkgdesc = Simple powerful testing with Python
pkgver = 4.6.11
- pkgrel = 1
+ pkgrel = 2
url = https://pytest.org/
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = python2-pytest
depends = python2-funcsigs
depends = python2-pathlib2
depends = python2-importlib-metadata
+ depends = python2-packaging
source = python2-pytest-4.6.11.tar.gz::https://github.com/pytest-dev/pytest/archive/4.6.11.tar.gz
b2sums = de50a9ea274aaffc5eca402c61f66ec89a0e562a9ad022cdc13bf091535c79f9eda9889d495d03818487d7ebd383bee3a8d8dd5ecde518ffba25bcdc5830eda7
diff --git a/PKGBUILD b/PKGBUILD
index ea6dfc7f20a7..f39809d6f44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
+# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
-
pkgname=python2-pytest
pkgver=4.6.11
-pkgrel=1
+pkgrel=2
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
url="https://pytest.org/"
depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 'python2-more-itertools'
'python2-atomicwrites' 'python2-wcwidth' 'python2-funcsigs' 'python2-pathlib2'
- 'python2-importlib-metadata')
+ 'python2-importlib-metadata' 'python2-packaging')
makedepends=('python2-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
b2sums=('de50a9ea274aaffc5eca402c61f66ec89a0e562a9ad022cdc13bf091535c79f9eda9889d495d03818487d7ebd383bee3a8d8dd5ecde518ffba25bcdc5830eda7')