Date: Thursday, May 6, 2021 @ 09:04:21 Author: alucryd Revision: 928399
upgpkg: python-rx 3.2.0-1 Modified: python-rx/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-06 09:00:49 UTC (rev 928398) +++ PKGBUILD 2021-05-06 09:04:21 UTC (rev 928399) @@ -3,8 +3,8 @@ # Contributor: Julien Nicoulaud <[email protected]> pkgname=python-rx -pkgver=3.1.1 -pkgrel=3 +pkgver=3.2.0 +pkgrel=1 pkgdesc='Reactive Extensions for Python' arch=(any) url=http://reactivex.io @@ -20,31 +20,27 @@ python-pytest python-pytest-asyncio ) -_tag=f2642a87e6b4d5b3dc9a482323716cf15a6ef570 +_tag=5054de8874f275ed0de55007b87cff4817b1d9f7 source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag}) sha256sums=(SKIP) pkgver() { cd RxPY - git describe --tags | sed 's/^v//' } build() { cd RxPY - python setup.py build } check() { cd RxPY - - python setup.py test + python -m pytest } package() { cd RxPY - python setup.py install --root="${pkgdir}" --optimize=1 --skip-build }
