diff options
| author | TBK <tbk@jjtc.eu> | 2019-02-18 15:56:17 +0100 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-12 21:25:30 +0000 |
| commit | deac2958a7083418d0a79e499573105689d1e430 (patch) | |
| tree | fe64cdd19cfa25238f08f23a59b0530b3b2d858d /testing | |
| parent | 541548887e361adc164433952f5747219aec1428 (diff) | |
| download | aports-deac2958a7083418d0a79e499573105689d1e430.tar.bz2 aports-deac2958a7083418d0a79e499573105689d1e430.tar.xz | |
testing/pytest-forked: upgrade to 1.0.2
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/pytest-forked/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/pytest-forked/APKBUILD b/testing/pytest-forked/APKBUILD index c60e975ba8..f7a3293272 100644 --- a/testing/pytest-forked/APKBUILD +++ b/testing/pytest-forked/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dmitry Romanenko <dmitry@romanenko.in> pkgname=pytest-forked _pkgname=${pkgname#py-} -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=0 pkgdesc="extracted --boxed from pytest-xdist to ensure backward compat" url="https://github.com/pytest-dev/pytest-forked" @@ -16,13 +16,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" python2 setup.py build python3 setup.py build } check() { - cd "$builddir" tox -e py27,py36 } @@ -49,4 +47,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="6fc56ce7fcbb76e5c92c912eb199b8d7af09f2fc3d4648ac7493fcdd1ba9df40fd87bd03a384d70ed015cd5d9f0e243a2c89811daabd5477f3355bbbdb2d7657 pytest-forked-1.0.1.tar.gz" +sha512sums="c48819a0434be5d9f9b49c7bc976969551479629e904f99f6dfd80fb9cde95a8a5a9bc2412b38828c1e303832b81fea0d8b7228d336983aebe21cb96b8a02b03 pytest-forked-1.0.2.tar.gz" |
