public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2020-09-02 13:08 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2020-09-02 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6a13f94165568c377f6883627e02e1e1cf3200a9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 13:07:23 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 13:08:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a13f941

media-gfx/word_cloud: Version bump to 1.8.0.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 +
 media-gfx/word_cloud/word_cloud-1.8.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index 8eac0255ce8..d127be720ef 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1 +1,2 @@
 DIST word_cloud-1.6.0.tar.gz 27524706 BLAKE2B 751b78fca97ec6e93c6a766c5b960dbb5fd91c012637e9c905ef96eea0dc60882ef1604a9868cfb3ca91a2c9ac6f50132ad5d820e6dd52114e68112bbe6decb0 SHA512 cb67570e2f6206c92316ef398382703b4ff0f1740688cd4a9ec66a093a663e903da66daaef666d634a7fddc5ec19da859d706693940a963a3bf58c52e9054056
+DIST word_cloud-1.8.0.tar.gz 27691477 BLAKE2B 26f1a9da8382fb1865d939bf87ed91911a1d5c1f0c38294d514e9ca9917d4293a9c8c7bb304fe68889127becb01eca77c0fc5e1d3588b9a5015971afee4f8aba SHA512 25b30b88953e8aca8ec5c7ce156fd1519c3b10e7d9dd0160d22136513ae28be9eed8bcfcbca0292879c43a115b2b7eac8324640590d571aa27549973fa8b98c5

diff --git a/media-gfx/word_cloud/word_cloud-1.8.0.ebuild b/media-gfx/word_cloud/word_cloud-1.8.0.ebuild
new file mode 100644
index 00000000000..9e8a918b249
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+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"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2021-05-23 17:11 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2021-05-23 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bed1f69d4c79783c4f3ce619568516624d9751dc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 08:09:34 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May 23 17:11:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed1f69d

media-gfx/word_cloud: Version bump to 1.8.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 +
 media-gfx/word_cloud/word_cloud-1.8.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index d127be720ef..37606f0cc87 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,2 +1,3 @@
 DIST word_cloud-1.6.0.tar.gz 27524706 BLAKE2B 751b78fca97ec6e93c6a766c5b960dbb5fd91c012637e9c905ef96eea0dc60882ef1604a9868cfb3ca91a2c9ac6f50132ad5d820e6dd52114e68112bbe6decb0 SHA512 cb67570e2f6206c92316ef398382703b4ff0f1740688cd4a9ec66a093a663e903da66daaef666d634a7fddc5ec19da859d706693940a963a3bf58c52e9054056
 DIST word_cloud-1.8.0.tar.gz 27691477 BLAKE2B 26f1a9da8382fb1865d939bf87ed91911a1d5c1f0c38294d514e9ca9917d4293a9c8c7bb304fe68889127becb01eca77c0fc5e1d3588b9a5015971afee4f8aba SHA512 25b30b88953e8aca8ec5c7ce156fd1519c3b10e7d9dd0160d22136513ae28be9eed8bcfcbca0292879c43a115b2b7eac8324640590d571aa27549973fa8b98c5
+DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a

diff --git a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
new file mode 100644
index 00000000000..566b07c3986
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+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"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2021-05-23 17:11 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2021-05-23 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     40b34e9479147ec6f94dba8c357a98455d2049f6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 08:11:15 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May 23 17:11:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b34e94

media-gfx/word_cloud: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 -
 media-gfx/word_cloud/word_cloud-1.6.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index 37606f0cc87..b41797dba10 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,3 +1,2 @@
-DIST word_cloud-1.6.0.tar.gz 27524706 BLAKE2B 751b78fca97ec6e93c6a766c5b960dbb5fd91c012637e9c905ef96eea0dc60882ef1604a9868cfb3ca91a2c9ac6f50132ad5d820e6dd52114e68112bbe6decb0 SHA512 cb67570e2f6206c92316ef398382703b4ff0f1740688cd4a9ec66a093a663e903da66daaef666d634a7fddc5ec19da859d706693940a963a3bf58c52e9054056
 DIST word_cloud-1.8.0.tar.gz 27691477 BLAKE2B 26f1a9da8382fb1865d939bf87ed91911a1d5c1f0c38294d514e9ca9917d4293a9c8c7bb304fe68889127becb01eca77c0fc5e1d3588b9a5015971afee4f8aba SHA512 25b30b88953e8aca8ec5c7ce156fd1519c3b10e7d9dd0160d22136513ae28be9eed8bcfcbca0292879c43a115b2b7eac8324640590d571aa27549973fa8b98c5
 DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a

diff --git a/media-gfx/word_cloud/word_cloud-1.6.0.ebuild b/media-gfx/word_cloud/word_cloud-1.6.0.ebuild
deleted file mode 100644
index 03cc7ef9b3e..00000000000
--- a/media-gfx/word_cloud/word_cloud-1.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-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"
-
-PATCHES=( "${FILESDIR}"/${P}-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2021-08-14 11:41 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2021-08-14 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ef6557a8bb8a0f636a8f319dde700e2861ddb72f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 11:41:32 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 11:41:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6557a8

media-gfx/word_cloud: Make install-qa-check happy

Bug: https://bugs.gentoo.org/808150
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/word_cloud-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
index 566b07c3986..6fb35b18b69 100644
--- a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
+++ b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 inherit distutils-r1
 
@@ -15,6 +14,7 @@ SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"  #808150
 
 RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2021-08-14 11:41 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2021-08-14 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     67112b78768551c718e1e52c8b1fe6a9577fd2cc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 11:06:09 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 11:41:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67112b78

media-gfx/word_cloud: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 -
 media-gfx/word_cloud/word_cloud-1.8.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index b41797dba10..e87e275d545 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,2 +1 @@
-DIST word_cloud-1.8.0.tar.gz 27691477 BLAKE2B 26f1a9da8382fb1865d939bf87ed91911a1d5c1f0c38294d514e9ca9917d4293a9c8c7bb304fe68889127becb01eca77c0fc5e1d3588b9a5015971afee4f8aba SHA512 25b30b88953e8aca8ec5c7ce156fd1519c3b10e7d9dd0160d22136513ae28be9eed8bcfcbca0292879c43a115b2b7eac8324640590d571aa27549973fa8b98c5
 DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a

diff --git a/media-gfx/word_cloud/word_cloud-1.8.0.ebuild b/media-gfx/word_cloud/word_cloud-1.8.0.ebuild
deleted file mode 100644
index 9e8a918b249..00000000000
--- a/media-gfx/word_cloud/word_cloud-1.8.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-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"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2022-05-19 10:13 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2022-05-19 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8e7d942c96aa3f9b55c38fe6000d4544dbdfddc9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 10:13:33 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 19 10:13:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7d942c

media-gfx/word_cloud: Update PYTHON_COMPAT

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

 media-gfx/word_cloud/word_cloud-1.8.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
index 6fb35b18b691..1a4663be64b5 100644
--- a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
+++ b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2023-02-25 16:09 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-02-25 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     051ffe95caf0cdd2f7a2b69646f3face21828027
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 12:10:36 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 16:08:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051ffe95

media-gfx/word_cloud: add 1.8.2.2

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

 media-gfx/word_cloud/Manifest                  |  2 ++
 media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index e87e275d5453..a94a234c4887 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1 +1,3 @@
 DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a
+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

diff --git a/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild b/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild
new file mode 100644
index 000000000000..51a0d979fde5
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+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
+	https://dev.gentoo.org/~ulm/distfiles/${P}-python-3.11.patch.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"  #808150
+
+RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	media-fonts/droid"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.6.0-bundled-font.patch
+	"${WORKDIR}"/${P}-python-3.11.patch
+)


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2023-02-25 16:09 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-02-25 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c69072ac1028e42e8cdbc3e2baab957e7e37313f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 12:09:32 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 16:08:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69072ac

media-gfx/word_cloud: add github upstream metadata

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/word_cloud/metadata.xml b/media-gfx/word_cloud/metadata.xml
index 10e4ea021b98..c8432bf0dd76 100644
--- a/media-gfx/word_cloud/metadata.xml
+++ b/media-gfx/word_cloud/metadata.xml
@@ -4,4 +4,7 @@
 <maintainer type="person">
   <email>ulm@gentoo.org</email>
 </maintainer>
+<upstream>
+  <remote-id type="github">amueller/word_cloud</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2023-02-25 17:31 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-02-25 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     38096e68867827433bc7c96274fbd1fa530b305c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 17:26:27 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 17:31:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38096e68

media-gfx/word_cloud: Switch to DISTUTILS_USE_PEP517

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../{word_cloud-1.8.2.2.ebuild => word_cloud-1.8.2.2-r1.ebuild}          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild b/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild
similarity index 95%
rename from media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild
rename to media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild
index 51a0d979fde5..e23142a10402 100644
--- a/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild
+++ b/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9,10,11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2023-11-20  9:09 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-11-20  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     19acc427e304bde15f75cdb911736db0e1848949
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 09:09:34 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 09:09:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19acc427

media-gfx/word_cloud: add 1.9.1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 +
 media-gfx/word_cloud/word_cloud-1.9.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index a94a234c4887..f973418c37bb 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,3 +1,4 @@
 DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a
 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

diff --git a/media-gfx/word_cloud/word_cloud-1.9.1.ebuild b/media-gfx/word_cloud/word_cloud-1.9.1.ebuild
new file mode 100644
index 000000000000..89668c23aaba
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.9.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+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"
+RESTRICT="test"  #808150
+
+RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	media-fonts/droid"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2023-11-20  9:09 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-11-20  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     15f922fb36f2d12f5384c38294c90f37cf058c3e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 09:09:49 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 09:09:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f922fb

media-gfx/word_cloud: drop 1.8.1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                |  1 -
 media-gfx/word_cloud/word_cloud-1.8.1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index f973418c37bb..7891d689cb1a 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,4 +1,3 @@
-DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a
 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

diff --git a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
deleted file mode 100644
index 0aa10a647070..000000000000
--- a/media-gfx/word_cloud/word_cloud-1.8.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-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"
-RESTRICT="test"  #808150
-
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	media-fonts/droid"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2024-04-13  9:50 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2024-04-13  9:50 UTC (permalink / raw
  To: gentoo-commits

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}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2024-04-13  9:50 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2024-04-13  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     dd86b26fa8c1e1d1b95477ff3c651c7aef3a0a28
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 09:49:11 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=dd86b26f

media-gfx/word_cloud: drop 1.8.2.2-r1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/Manifest                     |  2 --
 media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild | 29 -----------------------
 2 files changed, 31 deletions(-)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
index d6509860d70b..daecd7ce5101 100644
--- a/media-gfx/word_cloud/Manifest
+++ b/media-gfx/word_cloud/Manifest
@@ -1,4 +1,2 @@
-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.8.2.2-r1.ebuild b/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild
deleted file mode 100644
index e23142a10402..000000000000
--- a/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-DISTUTILS_USE_PEP517=setuptools
-
-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
-	https://dev.gentoo.org/~ulm/distfiles/${P}-python-3.11.patch.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"  #808150
-
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	media-fonts/droid"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.6.0-bundled-font.patch
-	"${WORKDIR}"/${P}-python-3.11.patch
-)


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
@ 2024-04-13 12:08 Ulrich Müller
  0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2024-04-13 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0202c11daec91510fb1ec3b2d86ba60374d7a984
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 11:51:13 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 11:51:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0202c11d

media-gfx/word_cloud: Restore test restriction

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

 media-gfx/word_cloud/word_cloud-1.9.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/word_cloud/word_cloud-1.9.3.ebuild b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
index e945048fb129..180f8312e7e8 100644
--- a/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
+++ b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
@@ -16,6 +16,7 @@ SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"  #808150
 
 RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-13 12:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 13:08 [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 17:11 Ulrich Müller
2021-05-23 17:11 Ulrich Müller
2021-08-14 11:41 Ulrich Müller
2021-08-14 11:41 Ulrich Müller
2022-05-19 10:13 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-25 17:31 Ulrich Müller
2023-11-20  9:09 Ulrich Müller
2023-11-20  9:09 Ulrich Müller
2024-04-13  9:50 Ulrich Müller
2024-04-13  9:50 Ulrich Müller
2024-04-13 12:08 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox