Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 923931
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- pychromecast-13.0.7.ebuild  2023-04-20 10:46:38.505647070 -0500
0
++ pychromecast-14.0.1.ebuild  2024-04-03 21:19:29.616780930 -0500
Lines 6-12 Link Here
6
DISTUTILS_USE_PEP517=setuptools
6
DISTUTILS_USE_PEP517=setuptools
7
PYPI_NO_NORMALIZE=1
7
PYPI_NO_NORMALIZE=1
8
PYPI_PN=PyChromecast
8
PYPI_PN=PyChromecast
9
PYTHON_COMPAT=( python3_{9..11} )
9
PYTHON_COMPAT=( python3_{11..12} )
10
inherit distutils-r1 pypi
10
inherit distutils-r1 pypi
Lines 18-27 Link Here
18
LICENSE="MIT"
18
LICENSE="MIT"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="amd64 x86"
20
KEYWORDS="~amd64 ~x86"
21
RDEPEND="
21
RDEPEND="
22
       >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
22
       >=dev-python/casttube-0.2.1[${PYTHON_USEDEP}]
23
       >=dev-python/protobuf-python-3.19.1[${PYTHON_USEDEP}]
23
       >=dev-python/protobuf-python-4.25.2[${PYTHON_USEDEP}]
24
       >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
24
       >=dev-python/zeroconf-0.131.0[${PYTHON_USEDEP}]
25
"
25
"

Return to bug 923931