Skip to content

Commit

Permalink
python3-jellyfish: update to 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed May 30, 2024
1 parent 17ac7ac commit 7e48225
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions srcpkgs/python3-jellyfish/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# 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
hostmakedepends="maturin cargo"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
Expand All @@ -14,7 +13,15 @@ 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

# taken from python3-adblock
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"
hostmakedepends+=" python3-typing_extensions"
export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
fi

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit 7e48225

Please sign in to comment.