Search Criteria
Package Details: python-wordcloud 1.8.1-1
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: | |
Submitter: | gabrielmagno |
Maintainer: | gabrielmagno |
Last Packager: | gabrielmagno |
Votes: | 6 |
Popularity: | 0.104641 |
First Submitted: | 2015-09-16 16:52 |
Last Updated: | 2020-12-27 16:27 |
Latest Comments
gabrielmagno commented on 2020-09-10 13:38
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
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