Diff word_cloud-1.8.1 with a word_cloud-1.8.2.2-r1
/usr/portage/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild 2023-10-09 14:52:31.652368405 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9,10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9,10,11} ) |
|
7 |
DISTUTILS_USE_PEP517=setuptools |
|
7 | 8 | |
8 | 9 |
inherit distutils-r1 |
9 | 10 | |
10 | 11 |
DESCRIPTION="A little word cloud generator in Python" |
11 | 12 |
HOMEPAGE="https://amueller.github.io/word_cloud/" |
12 |
SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
|
13 |
SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz |
|
14 |
https://dev.gentoo.org/~ulm/distfiles/${P}-python-3.11.patch.xz" |
|
13 | 15 | |
14 | 16 |
LICENSE="MIT" |
15 | 17 |
SLOT="0" |
... | ... | |
21 | 23 |
dev-python/pillow[${PYTHON_USEDEP}] |
22 | 24 |
media-fonts/droid" |
23 | 25 | |
24 |
PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch ) |
|
26 |
PATCHES=( |
|
27 |
"${FILESDIR}"/${PN}-1.6.0-bundled-font.patch |
|
28 |
"${WORKDIR}"/${P}-python-3.11.patch |
|
29 |
) |