diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template index 70d8e2ac082..a6ebb721e33 100644 --- a/srcpkgs/python3-jellyfish/template +++ b/srcpkgs/python3-jellyfish/template @@ -1,10 +1,10 @@ # Template file for 'python3-jellyfish' pkgname=python3-jellyfish -version=0.9.0 -revision=3 -build_style=python3-module -make_check_target=build/lib.*/jellyfish/test.py -hostmakedepends=" python3-setuptools" +version=1.0.4 +revision=1 +build_style=python3-pep517 +build_helper="rust" +hostmakedepends="maturin cargo" makedepends="python3-devel" depends="python3" checkdepends="python3-pytest" @@ -14,7 +14,11 @@ license="BSD-2-Clause" homepage="https://jamesturk.github.io/jellyfish/" changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md" distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz" -checksum=40c9a2ffd8bd3016f7611d424120442f627f56d518a106847dc93f0ead6ad79a +checksum=72aabb3bedd513cdd20712242fd51173b59972c0b146b7a0b9c6f32f1656293f + +if [ "$CROSS_BUILD" ]; then + makedepends+=" rust-std" +fi post_install() { vlicense LICENSE