diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4a89926e0..5d6a19a9e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ * bump sphinx-2.3.1 * bump pyps4-2ndscreen-1.0.4 * bump alarmdecoder-1.13.9 + * add aiopylgtv-0.2.4 (replaces pylgtv) 2019-12-31 * esphome tighten protobuf dependency diff --git a/dev-python/aiopylgtv/Manifest b/dev-python/aiopylgtv/Manifest new file mode 100644 index 000000000..72df47a28 --- /dev/null +++ b/dev-python/aiopylgtv/Manifest @@ -0,0 +1,3 @@ +DIST aiopylgtv-0.2.4.tar.gz 15228 BLAKE2B 02894dbb99ba4fe4c23580c14d20214e8bafb9e2331b6087340adfb50e7873e095fcd27b0c21dfea3b3198ff4d3a703ffed6919c82fbcca09dcde00ef48a07ac SHA512 d9df6707891ac8fac852ddd7a98db34499fcc79bc4a316c47d62cac2759f96669d7ab5831348bb823574ed28a2fae51636760d20ac70f14249cffee7f4a035fd +EBUILD aiopylgtv-0.2.4.ebuild 787 BLAKE2B 7d11201c37e29c7a4403d39fc34eb567aa38cac9e12b8070933f4e3a5ab2b3c87b4c8062e5bab6ce5f0b94021b2268d4cf91b5ccecb56cd16a234fbd8cd4a4bf SHA512 d6df96ec7f26672a784ea454a30f3316a44539cd876df2e23ff824ac0d31e64ddec10e415051e947d3389d47ff94983529cd585e372fde2f1dfa3d321a543fb8 +MISC metadata.xml 464 BLAKE2B 3e80d25e02ddc7992057b2696f77226f29f10a07b64044af092014886a1cba6d3afb12e7fe76f67afeb4d064e462f1d9c92c4063968581c3b748c990473c761a SHA512 aedf7a1426ab479004cc9afe1c3b3c9ad440a07919923aed0816882dcf4b05b2c58da6e601b86aac6ce36c8bbee9d35d8f4a14667ab910cb6f1a00b1d9d7a2a6 diff --git a/dev-python/aiopylgtv/aiopylgtv-0.2.4.ebuild b/dev-python/aiopylgtv/aiopylgtv-0.2.4.ebuild new file mode 100644 index 000000000..c667e976e --- /dev/null +++ b/dev-python/aiopylgtv/aiopylgtv-0.2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Library to control webOS based LG Tv devices" +HOMEPAGE="https://github.com/bendavid/aiopylgtv https://pypi.org/project/aiopylgtv/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/websockets[${PYTHON_USEDEP}] + dev-python/asyncio[${PYTHON_USEDEP}] + dev-python/numpy[${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 +} diff --git a/dev-python/aiopylgtv/metadata.xml b/dev-python/aiopylgtv/metadata.xml new file mode 100644 index 000000000..b799aa416 --- /dev/null +++ b/dev-python/aiopylgtv/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + python + + aiopylgtv + + joshbendavid@gmail.com + Josh Bendavid + + +