python3-jellyfish: update to 1.0.4.
This commit is contained in:
parent
236630e79c
commit
7af683e568
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue