commit:     3a27144e60a354da9a897b4f6ee3e4a9790b5ae9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 09:48:55 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 09:50:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a27144e

media-gfx/word_cloud: add 1.9.3

Closes: https://bugs.gentoo.org/929628
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 +
 media-gfx/word_cloud/word_cloud-1.9.3.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index 7891d689cb1a..d6509860d70b 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,3 +1,4 @@
 DIST word_cloud-1.8.2.2-python-3.11.patch.xz 46740 BLAKE2B 
bc5a9396a2d2ef4912808732efca33ea2eb6f07cb0a4dba4945a07345e9981c15d96f995fa833709cb02a3f301b747d845ec1e4ad136507a05a33ef0f98f2211
 SHA512 
059db02d7e2690a8400ce0ceedd6abffd0b2c033dfef5c5b9561af3629fc60971f3b6cd3edb3ece5bc585b0059260168bcdb2e86ab3abd5a0caee31fb9d78395
 DIST word_cloud-1.8.2.2.tar.gz 27691528 BLAKE2B 
e342007e608897d6bcd3da48232ecefae41a5535a3c37f5a708138d5138502af81dcd2334725370745f4b791494e252366bf83b8d7960414ebbad74aa3160915
 SHA512 
50387a60e7ad961296fade5f099a1cc891772dfb9e5d5f4181c10461ae263a8067bed08a383eee6a822167b0998b159ecbf8732269c92dc4ef20ea4b63ea4c0a
 DIST word_cloud-1.9.1.tar.gz 27693486 BLAKE2B 
b238217c2b6d36f057ae1bf730b06ffa50a006ce46c5895dab145ad0c09d40351b525ae3252f824422d35c0789e036c823bc812080cfc278bac4259c87d84ad1
 SHA512 
c324fb0bacbab911e9ae8507cf26543c57faa0d040f2f8a522595c4d01167b7d9ca948d875065bda5d2f44e24c67cd429b7eab10127fb2056aeb0170fd727df0
+DIST word_cloud-1.9.3.tar.gz 27568062 BLAKE2B 
bec2730f61a1065e94050f56bfed177c7fc594cb3ea4c3692416e2e30e22faefad8b93bc7165f7b6dd03f2bb079a26ce5475a72a55c6ea8a9ad6fb9492686d97
 SHA512 
9863bec2d3cc8972e30a147cfd4ae2eadb79cbb0b472936e7ca789363cde549bb5b8bf6c5669462e9e96288cafc844510e4b33a5fb0f574c771222e85689ca87

diff --git a/media-gfx/word_cloud/word_cloud-1.9.3.ebuild 
b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
new file mode 100644
index 000000000000..e945048fb129
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11,12} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
+inherit distutils-r1
+
+DESCRIPTION="A little word cloud generator in Python"
+HOMEPAGE="https://amueller.github.io/word_cloud/";
+SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/pillow[${PYTHON_USEDEP}]
+       media-fonts/droid"
+
+BDEPEND="dev-python/cython
+       dev-python/setuptools-scm"
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to