[arch-commits] Commit in python-rx/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Aug 17 16:21:51 UTC 2019


    Date: Saturday, August 17, 2019 @ 16:21:51
  Author: alucryd
Revision: 500006

archrelease: copy trunk to community-any

Added:
  python-rx/repos/community-any/PKGBUILD
    (from rev 500005, python-rx/trunk/PKGBUILD)
Deleted:
  python-rx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 44 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 16:21:43 UTC (rev 500005)
+++ PKGBUILD	2019-08-17 16:21:51 UTC (rev 500006)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ilya Elenskiy <elenskiy.ilya at gmail.com>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=python-rx
-pkgver=1.6.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=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd RxPY
-
-  # some tests fail with Python 3.7
-  rm tests/test_observable/test_dowhile.py
-  rm tests/test_observable/test_while.py
-}
-
-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-any/PKGBUILD (from rev 500005, python-rx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 16:21:51 UTC (rev 500006)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ilya Elenskiy <elenskiy.ilya at gmail.com>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=python-rx
+pkgver=3.0.1
+pkgrel=1
+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:



More information about the arch-commits mailing list