release homeassistant-0.84.1

This commit is contained in:
2018-12-12 18:29:40 +01:00
parent a6843ea50a
commit 92ddd10d25
11 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DIST pyatv-0.3.12.tar.gz 71354 BLAKE2B e62a5360a1eec5e2883cb11f30e56ef8f2fd7f35dbf926c93a3a976b0b16a04f73b8e5c5be32d6d3d1206ff914c98da41503e06647ee356d42d2fe5b56ed6ea0 SHA512 a0aa3740d05ee04cca916a145de7de6368889f2e2c4df2acaa8da79c0d4665e1a5cee2c218fcd232ff906d7b9970eec02be6e05d743140ee35188d1c239720b3
DIST pyatv-0.3.9.tar.gz 70849 BLAKE2B c394c95ad93d80cb03d95908ab7926ba9c8188ded17518194ae0ba83989af92fca3faef91c7fd1aa35cd13dbb1a74ea9f5ef125950efa2327adb362fd0bb90c3 SHA512 fcdfeba7f764b0168d9c9caa12713b03c5eb9c40cbbf7b87b301c4adb9de1e06629c9f1fd0475d8638fc0eedd12565c12e097f1d9f21980a73b9adc5044f30cd
EBUILD pyatv-0.3.12.ebuild 857 BLAKE2B 0415806f5feb5ec1d64c22fb470544ed103c0dfa297f8893330de841ba05576e9bb9d661e64fc38d3101d10c4665e1825e5a8362e77edfe943a3af40d146ffbf SHA512 5add7af24292c7b5b82c23fa111e9cd7bc738a2804559b256134975c2982c5a92466afad264af2d0d100db17d28d23f6d0a67fb42ce95d7df6aa0e90d1c32460
EBUILD pyatv-0.3.9.ebuild 857 BLAKE2B 0415806f5feb5ec1d64c22fb470544ed103c0dfa297f8893330de841ba05576e9bb9d661e64fc38d3101d10c4665e1825e5a8362e77edfe943a3af40d146ffbf SHA512 5add7af24292c7b5b82c23fa111e9cd7bc738a2804559b256134975c2982c5a92466afad264af2d0d100db17d28d23f6d0a67fb42ce95d7df6aa0e90d1c32460

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=(python3_{4,5,6})
inherit distutils-r1
DESCRIPTION="Library for controlling an Apple TV"
HOMEPAGE="https://github.com/postlund/pyatv"
SRC_URI="https://github.com/postlund/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
${PYTHON_DEPS}
"
DEPEND="
>=dev-python/aiohttp-2.3.6[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.0.2[${PYTHON_USEDEP}]
>=dev-python/curve25519-donna-1.3[${PYTHON_USEDEP}]
>=dev-python/ed25519-1.4[${PYTHON_USEDEP}]
>=dev-python/setuptools-2.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.7[${PYTHON_USEDEP}]
${RDEPEND}
"
DOCS="README.rst" # add -r docs/
src_prepare() {
rm -rf examples # FIXME
eapply_user
}

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=(python3_{4,5,6})
inherit distutils-r1
DESCRIPTION="Library for controlling an Apple TV"
HOMEPAGE="https://github.com/postlund/pyatv"
SRC_URI="https://github.com/postlund/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
${PYTHON_DEPS}
"
DEPEND="
>=dev-python/aiohttp-2.3.6[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.0.2[${PYTHON_USEDEP}]
>=dev-python/curve25519-donna-1.3[${PYTHON_USEDEP}]
>=dev-python/ed25519-1.4[${PYTHON_USEDEP}]
>=dev-python/setuptools-2.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.7[${PYTHON_USEDEP}]
${RDEPEND}
"
DOCS="README.rst" # add -r docs/
src_prepare() {
rm -rf examples # FIXME
eapply_user
}