diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-03-01 00:37:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-03-01 00:37:58 +0000 |
| commit | 8ddb1a3d1229412a438971f82d37d518a0223726 (patch) | |
| tree | 83438b5ddb9d23a390f1a3fc505303d3d2223bf2 /dev-python/pychromecast | |
| parent | 9acab46e1a820daece7b2e631485c157ce2210ad (diff) | |
| download | baldeagleos-repo-21.1.5.tar.gz baldeagleos-repo-21.1.5.tar.xz baldeagleos-repo-21.1.5.zip | |
Adding metadatav21.1.5
Diffstat (limited to 'dev-python/pychromecast')
| -rw-r--r-- | dev-python/pychromecast/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pychromecast/metadata.xml | 20 | ||||
| -rw-r--r-- | dev-python/pychromecast/pychromecast-8.1.0.ebuild (renamed from dev-python/pychromecast/pychromecast-4.1.0.ebuild) | 14 |
3 files changed, 17 insertions, 19 deletions
diff --git a/dev-python/pychromecast/Manifest b/dev-python/pychromecast/Manifest index 7c62c88d53ab..b27eb658a113 100644 --- a/dev-python/pychromecast/Manifest +++ b/dev-python/pychromecast/Manifest @@ -1 +1 @@ -DIST PyChromecast-4.1.0.tar.gz 44463 BLAKE2B 3ee92cfe57134665621c347dda9b21a06fa1d000f840d25b49f843edef86e35e22b82c9d4f80b8e0ae6f5fabcc4662d7c619363686a37903e27d84e0f85c8fca SHA512 688014a115f3189fed5535e70622a7323e4a29fd65678aa14a302047c5246dbc6a932a8f4eabb58f9fcecc0f4bdbe627d1496a4b6d28e680ad4fac6dd902c825 +DIST PyChromecast-8.1.0.tar.gz 50867 BLAKE2B c5d3e07f1644d0a83ba25826e27ee62f36b80f594f6851714c2d17ab6e8bb9e982bfa72731715bba15b6b587967461bb5def3cc49569d43b5186ceebc4a360c0 SHA512 882ab5987a7ddbf61a177ff867986461bc21bb5560a7de1bafb3a873173981139897ca36336e5b21b0e013f0100d437d1077038f35676998d3eccf353d684f9b diff --git a/dev-python/pychromecast/metadata.xml b/dev-python/pychromecast/metadata.xml index a59cfbf773ee..0c0e206b616b 100644 --- a/dev-python/pychromecast/metadata.xml +++ b/dev-python/pychromecast/metadata.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <upstream> - <remote-id type="pypi">PyChromecast</remote-id> - </upstream> -</pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <upstream> + <remote-id type="pypi">PyChromecast</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pychromecast/pychromecast-4.1.0.ebuild b/dev-python/pychromecast/pychromecast-8.1.0.ebuild index af0bc8910945..390f077e559d 100644 --- a/dev-python/pychromecast/pychromecast-4.1.0.ebuild +++ b/dev-python/pychromecast/pychromecast-8.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,18 +8,14 @@ inherit distutils-r1 DESCRIPTION="Python module to talk to Google Chromecast" HOMEPAGE="https://github.com/home-assistant-libs/pychromecast" -SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz" S="${WORKDIR}/PyChromecast-${PV}" +SRC_URI="mirror://pypi/P/PyChromecast/PyChromecast-${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=dev-python/requests-2.0[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}] >=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.17.7[${PYTHON_USEDEP}] - >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]" -BDEPEND="" + >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]" |
