[arch-commits] Commit in python-rx/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 09:04:26 UTC 2021
Date: Thursday, May 6, 2021 @ 09:04:26
Author: alucryd
Revision: 928400
archrelease: copy trunk to community-any
Added:
python-rx/repos/community-any/PKGBUILD
(from rev 928399, python-rx/trunk/PKGBUILD)
Deleted:
python-rx/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 47 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 09:04:21 UTC (rev 928399)
+++ PKGBUILD 2021-05-06 09:04:26 UTC (rev 928400)
@@ -1,51 +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=3.1.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
-)
-_tag=f2642a87e6b4d5b3dc9a482323716cf15a6ef570
-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
-}
-
-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 928399, python-rx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 09:04:26 UTC (rev 928400)
@@ -0,0 +1,47 @@
+# 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.2.0
+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
+)
+_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 -m pytest
+}
+
+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