Skip to content

Commit 7cc243a

Browse files
committed
addpatch: python-libtmux 0.31.0.post0-1
Upstream actively rejected the patch: tmux-python/libtmux#529 (comment) Signed-off-by: Xeonacid <h.dwwwwww@gmail.com>
1 parent 0f4251c commit 7cc243a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

python-libtmux/riscv64.patch

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
diff --git PKGBUILD PKGBUILD
2+
index 1ae2e16..d312886 100644
3+
--- PKGBUILD
4+
+++ PKGBUILD
5+
@@ -36,8 +36,13 @@
6+
cd $_name-$_pkgver
7+
# we do not want to package python-gp-libs: https://github.com/tmux-python/libtmux/issues/496
8+
sed '/addopts/d' -i pyproject.toml
9+
+ patch -Np1 -i ../$_name-increase-test-time-bias-limit.patch
10+
}
11+
12+
+source+=($_name-increase-test-time-bias-limit.patch::https://github.com/tmux-python/libtmux/pull/529.diff)
13+
+sha512sums+=('4ead7a3078466c8e85d15ee2ca2541a6cdd1012ab477fc3974d46bc894e00a64500fa1dd35461082e7707d91bd63acf5f8041ee46bf93dbe22456996e2d6a58c')
14+
+b2sums+=('c73bfba52c7e3d84c6876514d2665f64df5e45a75142289a9958fedd7b2f892e6dcee6da5d183ab5f25be15bf0e52335bd8373c1f5a9c6545121b91d238709b7')
15+
+
16+
build() {
17+
cd $_name-$_pkgver
18+
python -m build --wheel --skip-dependency-check --no-isolation

0 commit comments

Comments
 (0)