diff options
| author | Michał Polański <michal@polanski.me> | 2020-02-29 18:08:22 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 20:58:58 -0300 |
| commit | 0d154b0ee5f09425702bf61530a5c82371139059 (patch) | |
| tree | 1604ae15c4eaa2e98ee792ae47469d22d693c89a /testing | |
| parent | e4159e14c5ca8d7f214c675c9675dab8f35561b4 (diff) | |
| download | aports-0d154b0ee5f09425702bf61530a5c82371139059.tar.bz2 aports-0d154b0ee5f09425702bf61530a5c82371139059.tar.xz | |
testing/py3-pytest-expect: rename from pytest-expect
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-pytest-expect/APKBUILD (renamed from testing/pytest-expect/APKBUILD) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/testing/pytest-expect/APKBUILD b/testing/py3-pytest-expect/APKBUILD index b95ad029ad..44f6c2efe4 100644 --- a/testing/pytest-expect/APKBUILD +++ b/testing/py3-pytest-expect/APKBUILD @@ -1,16 +1,18 @@ # Contributor: Stefan Wagner <stw@bit-strickerei.de> # Maintainer: Stefan Wagner <stw@bit-strickerei.de> -pkgname=pytest-expect +pkgname=py3-pytest-expect +_pkgname=pytest-expect pkgver=1.1.0 -pkgrel=3 -pkgdesc="py.test plugin that stores test expectations." -options="!check" # No testsuite in tarball +pkgrel=4 +pkgdesc="A pytest plugin that stores test expectations" +options="!check" # no test suite url="https://github.com/gsnedders/pytest-expect" arch="noarch" license="MIT" -depends="pytest py3-u-msgpack" +depends="py3-pytest py3-u-msgpack" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/gsnedders/$pkgname/archive/$pkgver.tar.gz" +source="$_pkgname-$pkgver.tar.gz::https://github.com/gsnedders/pytest-expect/archive/$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build |
