summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-13 11:49:11 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-13 11:50:26 +0200
commitdd86b26fa8c1e1d1b95477ff3c651c7aef3a0a28 (patch)
tree817ca843c1121e09d43c16cd6da3ce3ab42f4bc3 /media-gfx/word_cloud
parentmedia-gfx/word_cloud: add 1.9.3 (diff)
downloadgentoo-dd86b26fa8c1e1d1b95477ff3c651c7aef3a0a28.tar.gz
gentoo-dd86b26fa8c1e1d1b95477ff3c651c7aef3a0a28.tar.bz2
gentoo-dd86b26fa8c1e1d1b95477ff3c651c7aef3a0a28.zip
media-gfx/word_cloud: drop 1.8.2.2-r1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-gfx/word_cloud')
-rw-r--r--media-gfx/word_cloud/Manifest2
-rw-r--r--media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild29
2 files changed, 0 insertions, 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
-)