dev-python/pychromecast: drop olds, bump 13.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2022-12-08 00:10:27 +01:00
committed by Andreas Billmeier
parent a838dae36d
commit 093e9d93f2
4 changed files with 5 additions and 40 deletions

View File

@@ -1,5 +1,3 @@
DIST PyChromecast-12.1.2.tar.gz 51452 BLAKE2B 9e0c73b685adf1f44f2b686c1de9cf1d12d09772a6412738a48dce6ec5e8ddb75a76b1fae4c38db9683173538d8d0e9f9e5e73221389f50c2e10fd21bd58c309 SHA512 93b23fee03b94c06bdee20b209330bc36b9b0501ae81119652faaf11f85531f199e19daf60bd82029808204ba3005b29a98d2e0ff97e36d71b706da080ec0a3e
DIST PyChromecast-12.1.3.tar.gz 51482 BLAKE2B c81d2453eb558ce9687431f7086a8924762242752e9f9981ada6b331ae121932e0ccf686e50c6887e12535fb3b238fa5555f47ea39b5af51e5028b2d5df05e66 SHA512 23bdeba7bc2cfa7306d0584793b2e333e1dc65fdec6cefb79b6d482d6614893d0a85f5e4829cb5703529f0ad541720151f379e9cab724d611ade5549c2e2a0d5
EBUILD pychromecast-12.1.2.ebuild 860 BLAKE2B c0f3c98c4c3f8221b67f19fa7ea9dd5f8843733eb8165e40a569bb0171f950cc2a35fe463b72b63556aceef2c2c5ab1be09fd7ed57a4ecfbe066adeef3910307 SHA512 d2d936b00ba4033f6d4fafb6b25e6832f0b91602438ad0db6431990a9989875664925714652847a338d5a78b59449a39c8a80ef31351760222d115eff87bc1b2
EBUILD pychromecast-12.1.3.ebuild 891 BLAKE2B 25585ca530eaae15886a4cdd5669003f49757e3cc0cee3dcee7834096d4d03fc8662f059d5a925511f0ceccc01bbccb1059bb6df7bbe09eddfdceffcc8e9bc82 SHA512 e6b411aa26b82e6ec4772f9c635d233cba7a0b0c2a2c5bcec9680e822c684719a9bd9f9b3c69e20f8787c2bf082c3161c3c4df9611f58fdeb072079d2840c3d1
MISC metadata.xml 466 BLAKE2B acf69cbfea351162eefd8c9f4bbc56ad838beaa819eba1cc821b3c0763a037692fedfc57978f7a94ffd8d8f4d1cb511a1a98854e504a6d052c6c64cb45383fc0 SHA512 5c9317c9c10f5d8f0a320566dd6d0dce6518d08049c0b6c082adda60dc1f53d55bfa461b0ff01adf444e712affed5925bbe32679244f61398db43fda6e7146be
DIST PyChromecast-13.0.1.tar.gz 51576 BLAKE2B d8a219b18fa96ed7842c9ffbef94b4fa4f87e3dda0675040a6500d22c91769eb97661c2c6ecbee939cdb11bc0ac3c2e9ba70e0909686422d2674c73e8296120a SHA512 86c4119dcd53128c5919627aeb55eb153332826b5b2f8855c59e367098db5201a6f870a8d7a95029393a9522d415ce89e659619608ab11c6cd932b09f694f3a5
EBUILD pychromecast-13.0.1.ebuild 923 BLAKE2B 7cee724fd69f173d22dcc3cd3bad73d45c12f47bfb102a7ddc972ab54119eb8f781069eae4cc07e138a9501c55933780dfe8730f6d6b129a4ef39108c2f36a89 SHA512 2096646c529d8e0c47958c1547c9ebe070d97a46f8c8963e9726b03c70a276fec1f22858d8ece4b24e259dc31b1ef325e914feacdc97e14ee9df265df57a8595
MISC metadata.xml 528 BLAKE2B 5dafc67b7558de5f6aefff40101dd255a3932d7ec749d8b61ce57c8ce634ac10270abba4d348bb105825e9bdb94b71a2734a215611529d2cd3bbcd4c33895fb7 SHA512 d9358eee788b75b13d5ac513af4f5342eb8dcd0efb49b1eb60fc48bae5bc4f54f1ad38f67c5a228f733a8db292bfe2fda045467d395815fc75bde051c157dfc7

View File

@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">PyChromecast</remote-id>
<remote-id type="github">balloob/pychromecast</remote-id>
<maintainer status="unknown">
<email>paulus@paulusschoutsen.nl</email>
<name>Paulus Schoutsen</name>

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python module to talk to Google Chromecast."
HOMEPAGE="https://github.com/balloob/pychromecast https://pypi.org/project/PyChromecast/"
MY_PN="PyChromecast"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/protobuf-python-3.19.1[${PYTHON_USEDEP}]
>=dev-python/python-zeroconf-0.25.1[${PYTHON_USEDEP}]
>=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1