[arch-commits] Commit in python-rx/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Mar 2 15:10:07 UTC 2020
Date: Monday, March 2, 2020 @ 15:10:07
Author: alucryd
Revision: 588519
archrelease: copy trunk to community-any
Added:
python-rx/repos/community-any/PKGBUILD
(from rev 588518, python-rx/trunk/PKGBUILD)
Deleted:
python-rx/repos/community-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 50 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 15:10:01 UTC (rev 588518)
+++ PKGBUILD 2020-03-02 15:10:07 UTC (rev 588519)
@@ -1,44 +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.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:
Copied: python-rx/repos/community-any/PKGBUILD (from rev 588518, python-rx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 15:10:07 UTC (rev 588519)
@@ -0,0 +1,50 @@
+# 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.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
+)
+source=(git+https://github.com/ReactiveX/RxPY.git#tag=4ed60bb5c04aa85de5210e5537a6adfe1b667d50)
+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:
More information about the arch-commits
mailing list