Package Details: python-wordcloud 1.9.3-2

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: 9
Popularity: 0.007727
First Submitted: 2015-09-16 16:52 (UTC)
Last Updated: 2023-12-31 15:11 (UTC)

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

--- ../python-wordcloud/PKGBUILD        2023-02-22 14:37:37.000000000 +0100
+++ PKGBUILD    2023-05-08 20:13:39.088501329 +0200
@@ -2,7 +2,7 @@

 _pkgname=wordcloud
 pkgname=python-wordcloud
-pkgver=1.8.2.2
+pkgver=1.9.1.1
 pkgrel=1
 pkgdesc="A little word cloud generator in Python"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('Apache')
 makedepends=('python-setuptools')
 depends=('python' 'python-matplotlib' 'python-pillow' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/71/8b/0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83/$_pkgname-$pkgver.tar.gz")
-sha256sums=('523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c')
+source=("https://pypi.io/packages/source/w/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('c0e2c53c59f6797d2cefc7365dc03fa6c9005eab3d2b02fba542e4971689141e')

 package() {
   cd "$srcdir/$_pkgname-$pkgver"

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