[arch-commits] Commit in python-rx/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 23:45:05 UTC 2021
Date: Wednesday, December 1, 2021 @ 23:45:05
Author: foutrelis
Revision: 1061523
archrelease: copy trunk to community-staging-any
Added:
python-rx/repos/community-staging-any/PKGBUILD
(from rev 1061522, python-rx/trunk/PKGBUILD)
Deleted:
python-rx/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 54 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 23:45:01 UTC (rev 1061522)
+++ PKGBUILD 2021-12-01 23:45:05 UTC (rev 1061523)
@@ -1,47 +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.2.0
-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
-)
-_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:
Copied: python-rx/repos/community-staging-any/PKGBUILD (from rev 1061522, python-rx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 23:45:05 UTC (rev 1061523)
@@ -0,0 +1,54 @@
+# 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=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=5054de8874f275ed0de55007b87cff4817b1d9f7
+source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd RxPY
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd RxPY
+ # Remove deprecated loop parameter (#575)
+ # https://github.com/ReactiveX/RxPY/pull/575
+ git format-patch -1 --stdout 246eabfefd17 | patch -Np1
+}
+
+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