Diff seaborn-0.12.2 with a seaborn-0.13.0
/usr/portage/dev-python/seaborn/seaborn-0.13.0.ebuild 2023-10-09 14:52:30.372368372 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=flit |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 |
inherit distutils-r1 multiprocessing pypi |
9 | 9 | |
10 | 10 |
DESCRIPTION="Statistical data visualization" |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="BSD" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" |
|
15 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
|
16 | 16 | |
17 | 17 |
RDEPEND=" |
18 |
dev-python/matplotlib[${PYTHON_USEDEP}] |
|
19 |
dev-python/numpy[${PYTHON_USEDEP}] |
|
20 |
dev-python/pandas[${PYTHON_USEDEP}] |
|
21 |
dev-python/statsmodels[${PYTHON_USEDEP}] |
|
22 |
dev-python/scipy[${PYTHON_USEDEP}] |
|
18 |
>=dev-python/matplotlib-3.3[${PYTHON_USEDEP}] |
|
19 |
>=dev-python/numpy-1.20[${PYTHON_USEDEP}] |
|
20 |
>=dev-python/pandas-1.2[${PYTHON_USEDEP}] |
|
21 |
>=dev-python/statsmodels-0.12[${PYTHON_USEDEP}] |
|
22 |
>=dev-python/scipy-1.7[${PYTHON_USEDEP}] |
|
23 | 23 |
" |
24 | 24 |
BDEPEND=" |
25 |
test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] ) |
|
25 |
test? ( |
|
26 |
dev-python/pytest-xdist[${PYTHON_USEDEP}] |
|
27 |
) |
|
26 | 28 |
" |
27 | 29 | |
28 |
PATCHES=( |
|
29 |
"${FILESDIR}"/${P}-matplotlib-3.7.patch |
|
30 |
) |
|
31 | ||
32 | 30 |
distutils_enable_tests pytest |
33 | 31 | |
34 | 32 |
src_test() { |