Search Criteria
Package Details: python-pywavelets 1.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pywavelets.git (read-only, click to copy) |
---|---|
Package Base: | python-pywavelets |
Description: | Wavelet transform module |
Upstream URL: | https://github.com/pywavelets/pywt |
Keywords: | continuous-wavelet image-processing signal-processing wavelet-transform wavelets |
Licenses: | MIT |
Submitter: | Francois_B |
Maintainer: | carlosal1015 (AutoUpdateBot) |
Last Packager: | carlosal1015 |
Votes: | 42 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-30 21:08 (UTC) |
Last Updated: | 2024-08-13 00:43 (UTC) |
Dependencies (8)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- meson-python (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for plotting support
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (optional) – for scipy.signal.cwt (FFT-based continuous wavelet transforms)
Latest Comments
1 2 Next › Last »
craymichael commented on 2024-05-23 17:22 (UTC)
Current build fails due to wrong NumPy API version checking in a build file. Can be fixed by adding the following to the
build()
functionPKGBUILD
between thecd
andpython
commands.This removes the errors that look like:
carlosal1015 commented on 2022-03-11 17:57 (UTC) (edited on 2022-03-11 17:57 (UTC) by carlosal1015)
Thanks @a.kudelin for your kindly words. Happy birthday Arch Linux 20 years old!
a.kudelin commented on 2022-02-13 22:12 (UTC)
Hi @carlosal1015,
Thanks for your work! I think you're quite ready for the TU application.
haawda commented on 2022-01-24 20:36 (UTC)
<deleted-account> commented on 2022-01-07 23:54 (UTC)
PKGBUILD for 1.2.0 and with --skip-build: https://pastebin.com/vEDMdN9S
djmattyg007 commented on 2021-01-03 02:47 (UTC)
Could you please bump the pkgrel to force a rebuild for python3.9? It would also be great if you could make the change mentioned by @bcb
bcb commented on 2020-12-02 10:09 (UTC)
The package() function should add
--skip-build
to the call to setup.py:python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
Otherwise it builds some of the code twice.
Francois_B commented on 2018-09-01 13:00 (UTC)
thanks!
postblue commented on 2018-09-01 10:51 (UTC)
As of 1.0.0, "COPYING" file does not existe anymore and has been replace by a "LICENSE" file.
amos commented on 2017-09-12 01:17 (UTC)
1 2 Next › Last »