Skip to content
Snippets Groups Projects
Commit 6e1765a4 authored by Leo's avatar Leo Committed by Natanael Copa
Browse files

main/pytest: depend on py-wcwidth

parent 5ea2501f
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,18 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=pytest
pkgver=4.5.0
pkgrel=0
pkgrel=1
pkgdesc="A python test library"
url="https://docs.pytest.org/en/latest/"
arch="noarch"
license="MIT"
depends="py3-$pkgname"
_py_depends="py-atomicwrites py-py py-six py-attrs py-more-itertools py-pluggy"
_py_depends="py-atomicwrites py-py py-six py-attrs py-more-itertools py-pluggy py-wcwidth"
_py2_depends="${_py_depends//py-/py2-} py2-setuptools py2-funcsigs py2-pathlib2"
_py3_depends="${_py_depends//py-/py3-} py3-setuptools"
makedepends="python2-dev py-setuptools python3-dev $_py2_depends $_py3_depends"
subpackages="py3-$pkgname:_py3 py2-$pkgname:_py2"
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment