Date: Saturday, August 4, 2018 @ 14:17:07 Author: felixonmars Revision: 367914
upgpkg: python-pytest-asyncio 0.9.0-1 Modified: python-pytest-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-04 14:16:22 UTC (rev 367913) +++ PKGBUILD 2018-08-04 14:17:07 UTC (rev 367914) @@ -2,8 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-asyncio -pkgver=0.8.0.20180710 -_commit=d2dc63597d6597805c88f11a2e7a0f2f642ce7d6 +pkgver=0.9.0 pkgrel=1 pkgdesc="Pytest support for asyncio." arch=('any') @@ -11,13 +10,9 @@ url="https://github.com/pytest-dev/pytest-asyncio/" depends=('python-pytest') checkdepends=('python-pytest-cov' 'python-async_generator') -source=("$pkgname-$_commit.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/$_commit.tar.gz") -sha512sums=('cfc1f9e30fde936efe6b963d26817a803a82587e5769ca35df10203be058f3df87073d44b9e7e10977cf51beb91be72e855ce85a5285b8747bf3e4459487a33f') +source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz") +sha512sums=('1b9c646b4025fe5ea0adb68a121c1c01a94278b64fd96e7edf588da12ad6d625f86674422fe52adb87e96a1c2617fcad9406770ddea00c1ef7954404ab6bdd53') -prepare() { - mv pytest-asyncio-{$_commit,$pkgver} -} - build() { cd pytest-asyncio-$pkgver python setup.py build
