Skip to content

Commit

Permalink
python-pywavelets: bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Nov 18, 2023
1 parent 63c3eec commit 4f8770d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tur-on-device/python-pywavelets/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/PyWavelets/pywt
TERMUX_PKG_DESCRIPTION="Wavelet Transforms in Python"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="1.4.1"
TERMUX_PKG_VERSION="1.5.0"
TERMUX_PKG_SRCURL=https://github.com/PyWavelets/pywt/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=b1d0edca28998d35ec1bbc31f009b334a98b475f67b1c84f7521eb689a8607f8
TERMUX_PKG_SHA256=5aedfa9bd629f104a04fda88b92582bda38ab22282ce5048b5760b5d18e83fc9
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++, python, python-numpy"
TERMUX_PKG_BUILD_DEPENDS="python-pip"
Expand All @@ -29,6 +29,6 @@ termux_step_configure() {
}

termux_step_make_install() {
pip install wheel cython
pip install wheel cython meson-python
pip install --no-build-isolation --no-deps . --prefix $TERMUX_PREFIX -vvv
}

0 comments on commit 4f8770d

Please sign in to comment.