add epson-projector-0.1.3

This commit is contained in:
Andreas Billmeier 2019-11-22 19:20:11 +01:00
parent ebdbda291a
commit 1bbdb6168c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -87,6 +87,7 @@
* add pyEmby-1.6
* add enturclient-0.2.0
* add pyenvisalink-4.0
* add epson-projector-0.1.3
2019-11-18 homeassistant-0.102.0_beta2
* update pyatmo-3.0.1

View File

@ -0,0 +1,3 @@
DIST epson-projector-0.1.3.tar.gz 4495 BLAKE2B 3c82e9b3c7c6dcc31c86831cd417447154f9501efb3daa28b731173a3e02e1e72617799c0e904d02e7f56fdb230e1d1a67cc8a6c0999d5965e82aef59deafd16 SHA512 a108f7248ca61023d2ac297a174502d2db1259960c10dd9c166c063662012377eb5db285a00387c4748e104cab6502da3dd53ba815afb65f524df92ecf77a7af
EBUILD epson-projector-0.1.3.ebuild 794 BLAKE2B f4534b8d62e1759e471a0da06f673c37ebba160ab7459cbdaf8b4071ee426012cb6fddc0371571295e7fca4cfa75e4e01152f806a946e6baf940695d3669ab22 SHA512 1fb1370084301d3668610af19a8ce9c396f26690bc24e1220c8e7e71645f5a1c9427faeb6308b11cc64d68a599a47c052c7dd06af7104a8de68fa0721efaa81b
MISC metadata.xml 465 BLAKE2B ead00b89e35cffcdea4c35d14ed59da904a69cfe3d9b101891bc3c2b87b20170d6ebafcb37b8b76f08b6ecb4fff410bd5474912534f1712029eece025b70b2b0 SHA512 5de300246209d3b8c30f4a41c176401f1ed5ca995ec5da4f1dc608f2e65af1e40204a34c78bbcce0eaa4b25af01a1c3a1c8f93629a91801fb6970b1d1cce37c2

View File

@ -0,0 +1,33 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MY_PN=${PN/-/_}
DESCRIPTION="Epson projector support for Python"
HOMEPAGE="https://github.com/pszafer/epson_projector https://pypi.org/project/epson-projector/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/aiohttp-3.3.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">epson-projector</remote-id>
<maintainer status="unknown">
<email>pszafer@gmail.com</email>
<name>Paweł Szafer</name>
</maintainer>
</upstream>
</pkgmetadata>