Date: Thursday, October 31, 2019 @ 17:57:43 Author: felixonmars Revision: 521483
archrelease: copy trunk to community-staging-any Added: python-rx/repos/community-staging-any/PKGBUILD (from rev 521482, python-rx/trunk/PKGBUILD) Deleted: python-rx/repos/community-staging-any/PKGBUILD ----------+ PKGBUILD | 88 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-31 17:57:31 UTC (rev 521482) +++ PKGBUILD 2019-10-31 17:57:43 UTC (rev 521483) @@ -1,44 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Ilya Elenskiy <elenskiy.i...@gmail.com> -# Contributor: Julien Nicoulaud <julien.nicoul...@gmail.com> - -pkgname=python-rx -pkgver=3.0.1 -pkgrel=2 -pkgdesc='Reactive Extensions for Python' -arch=(any) -url=http://reactivex.io -license=(APACHE) -depends=(python) -makedepends=( - git - python-setuptools -) -checkdepends=( - python-coverage - python-nose - python-pytest - python-pytest-asyncio -) -source=(git+https://github.com/ReactiveX/RxPY.git#tag=v${pkgver}) -sha256sums=(SKIP) - -build() { - cd RxPY - - python setup.py build -} - -check() { - cd RxPY - - python setup.py test -} - -package() { - cd RxPY - - python setup.py install --root="${pkgdir}" --optimize=1 --skip-build -} - -# vim: ts=2 sw=2 et: Copied: python-rx/repos/community-staging-any/PKGBUILD (from rev 521482, python-rx/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-31 17:57:43 UTC (rev 521483) @@ -0,0 +1,44 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Ilya Elenskiy <elenskiy.i...@gmail.com> +# Contributor: Julien Nicoulaud <julien.nicoul...@gmail.com> + +pkgname=python-rx +pkgver=3.0.1 +pkgrel=3 +pkgdesc='Reactive Extensions for Python' +arch=(any) +url=http://reactivex.io +license=(APACHE) +depends=(python) +makedepends=( + git + python-setuptools +) +checkdepends=( + python-coverage + python-nose + python-pytest + python-pytest-asyncio +) +source=(git+https://github.com/ReactiveX/RxPY.git#tag=v${pkgver}) +sha256sums=(SKIP) + +build() { + cd RxPY + + python setup.py build +} + +check() { + cd RxPY + + python setup.py test +} + +package() { + cd RxPY + + python setup.py install --root="${pkgdir}" --optimize=1 --skip-build +} + +# vim: ts=2 sw=2 et: