Skip to content

Commit

Permalink
addpatch: python-zict 2.2.0-2
Browse files Browse the repository at this point in the history
Backported map size fix from dask/zict#111.
  • Loading branch information
hack3ric committed Oct 31, 2023
1 parent f9f94ef commit ed44b54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python-zict/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -30,3 +30,11 @@ package() {
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
}
+
+source+=(fix-map-size.patch::https://github.com/hack3ric/zict/commit/8aac36794415536b77a1b8318ddffe74278a758f.diff)
+sha256sums+=('66c6c263405b64185acdbd0996d6751160a7f412e21c09cfde7c732385721cc8')
+
+prepare() {
+ cd ${_pkg}-${pkgver}
+ patch -Np1 -i ../fix-map-size.patch
+}

0 comments on commit ed44b54

Please sign in to comment.