add directv-0.3.0

This commit is contained in:
Andreas Billmeier 2020-04-05 08:55:53 +02:00
parent e5671482c6
commit a176d218ff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 83 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* bump home-assistant-frontend-20200401.0
* bump roku-4.1.0
* bump brother-0.1.11
* add directv-0.3.0
2020-03-31 homeassistant-0.107.7
* bump frontend-20200330.0

View File

@ -0,0 +1,5 @@
DIST directv-0.2.0.tar.gz 6991 BLAKE2B 3da8ccd7d5b014265757b12a290658dafd8b4cd6b70422ac7f6be4916539711823484ae864d2fbc0a7e0c83a6892038d71e2c807018069f5450d3daefec5bcda SHA512 f1cff9ab1d5e07aa3ca27583131f49dea6d7eaa3f7fc5ac2b0eae30ae82800fe0396bad3c206535b6f831f0588d948f55d7be82d308b7880fc7f3f12871bca3a
DIST directv-0.3.0.tar.gz 7055 BLAKE2B a34f97cdeb13a3b13b311476dec68c580e5adafcea082adf8c1fbbe6a5a62d965d47b882bbf263a2bbdec3bc8d58a3107e6a87049bf799e7739563a8b4ff995e SHA512 563b21b9aea03144b72b0f1930e38101cc2ac1176463f4e56ba4e9f8a67e3d8f7c2765744d0b93dcfc4e86e465ce2dabd713c53fa8d8dbd74a88e9279b4e3236
EBUILD directv-0.2.0.ebuild 779 BLAKE2B a3afe3d9f32025a3beba29bd5d156bbced8411b2ce0cb262bb0e9db8c5aafed550cabbc68ba144de266b17d63f2830b741cc37fef14e99842e85863e7a13aa32 SHA512 0b38e05bd555c53b4dc953db51cf82c966e7132ce5d195764f2079f7b4a51fea440b62c027331bd38e8bdbc105c98e646dcb2be374cdd86d0cf50508af87e23c
EBUILD directv-0.3.0.ebuild 779 BLAKE2B a3afe3d9f32025a3beba29bd5d156bbced8411b2ce0cb262bb0e9db8c5aafed550cabbc68ba144de266b17d63f2830b741cc37fef14e99842e85863e7a13aa32 SHA512 0b38e05bd555c53b4dc953db51cf82c966e7132ce5d195764f2079f7b4a51fea440b62c027331bd38e8bdbc105c98e646dcb2be374cdd86d0cf50508af87e23c
MISC metadata.xml 460 BLAKE2B 784527ea7b0319a1da5f3cc0986835643d2dd610f98fa558a1ac9eae7d537f8ccf8a12217e3f5eb16da0ed1cc8e5d0aa722a81d885fed4eea72139b7735d4d48 SHA512 dfed4fd4f44af156780c1b4231ef5a1cc7362051a82fbd77db5ffbd9a429cc244223732ed416f688edde107b28ce9c11ff4eb67584f368cca0d911cab1fe0fc2

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for DirecTV (SHEF)."
HOMEPAGE="https://github.com/ctalkington/python-directv https://pypi.org/project/directv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
~dev-python/yarl-1.4.4[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for DirecTV (SHEF)."
HOMEPAGE="https://github.com/ctalkington/python-directv https://pypi.org/project/directv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
~dev-python/yarl-1.4.4[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">directv</remote-id>
<maintainer status="unknown">
<email>chris@talkingtontech.com</email>
<name>Chris Talkington</name>
</maintainer>
</upstream>
</pkgmetadata>