Search Criteria
Package Details: python-wordcloud 1.9.4-1
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: | MIT |
| Submitter: | gabrielmagno |
| Maintainer: | a821 |
| Last Packager: | a821 |
| Votes: | 10 |
| Popularity: | 0.000198 |
| First Submitted: | 2015-09-16 16:52 (UTC) |
| Last Updated: | 2025-11-14 17:08 (UTC) |
Dependencies (10)
- python
- 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 (python-pillow-simd-gitAUR)
- cython (cython-gitAUR) (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
makedependsclause.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