Search Criteria
Package Details: python-wordcloud 1.8.2.2-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: | Apache |
Submitter: | gabrielmagno |
Maintainer: | gabrielmagno |
Last Packager: | gabrielmagno |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2015-09-16 16:52 (UTC) |
Last Updated: | 2023-02-22 13:37 (UTC) |
Dependencies (5)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-matplotlib (python-matplotlib-git)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl-bin, python-numpy-mkl, python-numpy-flame)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-setuptools (make)
Required by (1)
- mathics (optional)
Latest Comments
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