Diff displaycal-py3-3.9.10 with a displaycal-py3-3.9.10-r2
/usr/portage/media-gfx/displaycal-py3/displaycal-py3-3.9.10-r2.ebuild 2023-10-09 14:52:31.620368404 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
DISTUTILS_EXT=1 |
|
6 | 7 |
DISTUTILS_USE_PEP517=setuptools |
7 | 8 | |
8 | 9 |
inherit distutils-r1 xdg |
... | ... | |
23 | 24 | |
24 | 25 |
RESTRICT="test" |
25 | 26 | |
27 |
PATCHES="${FILESDIR}/${P}-python-3.11.patch" |
|
28 | ||
26 | 29 |
DEPEND=" |
27 | 30 |
dev-python/build[${PYTHON_USEDEP}] |
28 | 31 |
dev-python/certifi:0[${PYTHON_USEDEP}] |
... | ... | |
54 | 57 |
distutils-r1_src_install |
55 | 58 | |
56 | 59 |
# Use Gentoo package name for doc folder |
57 |
mv "${ED}/usr/share/doc/${MY_P}" "${ED}/usr/share/doc/${P}" || die |
|
60 |
mv "${ED}/usr/share/doc/${MY_P}" "${ED}/usr/share/doc/${PF}" || die |
|
58 | 61 |
} |
59 | 62 | |
60 | 63 |
pkg_postinst() { |