directv-0.3.0 (fixes #127), olds removed

This commit is contained in:
Andreas Billmeier 2020-09-12 15:44:59 +02:00 committed by Andreas Billmeier
parent 1ff4ca4b57
commit 5547955ca0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 12 additions and 40 deletions

View File

@ -12,6 +12,8 @@
* update esphome-1.14.5-r2, Python 3.8 for my production box
* update esphome-1.15.0_beta4, esphome-9999 (without src_prepare())
* directv-0.3.0 (fixes https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/127), olds removed
2020-09-11 homeassistant-0.115.0_beta5
* bump numpy-1.19.2
* bump homeassistant-0.115.0_beta5

View File

@ -1,5 +1,3 @@
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 799 BLAKE2B 9ab36bb4ccc9e7c0fdfcf42ff8b86208594cfcbbb52af382e743c34390e8a180d7e4cd4075eacb07d8c0881e385ef8a809201ef4bc87a57a6fe49470c9422f60 SHA512 e4da48c41a048de69053c9dae45e1567f71b1b9f404f2683cd29068b751096670d0775e0c33bc03c0e86d58bbc86ae592e9e4432c40c31fb3fc99438189491bc
EBUILD directv-0.3.0.ebuild 799 BLAKE2B 9ab36bb4ccc9e7c0fdfcf42ff8b86208594cfcbbb52af382e743c34390e8a180d7e4cd4075eacb07d8c0881e385ef8a809201ef4bc87a57a6fe49470c9422f60 SHA512 e4da48c41a048de69053c9dae45e1567f71b1b9f404f2683cd29068b751096670d0775e0c33bc03c0e86d58bbc86ae592e9e4432c40c31fb3fc99438189491bc
DIST directv-0.3.0.tar.gz 19111 BLAKE2B 63340a12fb08ed49367be7bed6171ae768409dedf244959c554619f889745a87d762043a0b085d24d38e8e1d0c4ad01796d737bef099c27aded900deaf5c5c17 SHA512 88badd331829998b39c3b666ec6b4b66c5c5ceeb203a6a80c8b94be522753530a5272d290f7b306c44cecade32ade77f9c1e28f1926608879d70f6c84a21199f
EBUILD directv-0.3.0.ebuild 966 BLAKE2B cf0c311c466c86a8d2c492592ed77a32e32215ba7e1d31f7012ee336075005434caaedb4c7beb80105bd1ec139e0ace4d2979b8e914845960792d6c5c8ee9fef SHA512 7f17db644330198c44b6cf0aff5952a5bc42c0dff4458dfeeaa02b32835deb802b99e1d136679204876670b1f865294b011c665a20065ab13137a6f227235ab4
MISC metadata.xml 460 BLAKE2B 784527ea7b0319a1da5f3cc0986835643d2dd610f98fa558a1ac9eae7d537f8ccf8a12217e3f5eb16da0ed1cc8e5d0aa722a81d885fed4eea72139b7735d4d48 SHA512 dfed4fd4f44af156780c1b4231ef5a1cc7362051a82fbd77db5ffbd9a429cc244223732ed416f688edde107b28ce9c11ff4eb67584f368cca0d911cab1fe0fc2

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..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"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.4[${PYTHON_USEDEP}]"
BDEPEND="${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

@ -9,7 +9,12 @@ 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"
# SDIST at Pypi is incomplete
MY_PN="python-directv"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/ctalkington/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
@ -18,8 +23,8 @@ IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.4[${PYTHON_USEDEP}]"
RDEPEND="~dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
~dev-python/yarl-1.4.2[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (