[arch-commits] Commit in python-rx/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 23:44:14 UTC 2021


    Date: Wednesday, December 1, 2021 @ 23:44:14
  Author: foutrelis
Revision: 1061521

Fix build with Python 3.10

Modified:
  python-rx/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++++
 1 file changed, 7 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 23:14:45 UTC (rev 1061520)
+++ PKGBUILD	2021-12-01 23:44:14 UTC (rev 1061521)
@@ -29,6 +29,13 @@
   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



More information about the arch-commits mailing list