Search Criteria
Package Details: python-wordcloud 1.9.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-wordcloud.git (read-only, click to copy) |
---|---|
Package Base: | python-wordcloud |
Description: | A little word cloud generator in Python |
Upstream URL: | https://github.com/amueller/word_cloud |
Licenses: | Apache |
Submitter: | gabrielmagno |
Maintainer: | gabrielmagno |
Last Packager: | gabrielmagno |
Votes: | 10 |
Popularity: | 0.150434 |
First Submitted: | 2015-09-16 16:52 (UTC) |
Last Updated: | 2023-12-31 15:11 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (3)
- mathics (optional)
- python-dataprep-git
- python-ydata-profiling
Latest Comments
arielzn commented on 2023-05-08 16:27 (UTC) (edited on 2023-05-08 18:15 (UTC) by arielzn)
these changes would work to build latest version avail
gabrielmagno commented on 2020-09-10 13:38 (UTC)
Thank you @BifbofII! I just updated the version from 1.7.0 to 1.8.0 and also added the
makedepends
clause.BifbofII commented on 2020-09-10 08:16 (UTC)
Hey, the package seems to not build in a clean fakeroot. Could you please add
makedepends=('python-setuptools')
to the packagebuild, that should fix it (see https://wiki.archlinux.org/index.php/Python_package_guidelines#setuptools)? Thanks