add pyeverlights-0.1.0
This commit is contained in:
parent
507f34e240
commit
d73a43406f
3
dev-python/pyeverlights/Manifest
Normal file
3
dev-python/pyeverlights/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyeverlights-0.1.0.tar.gz 2075 BLAKE2B 1ce0a272f349f1ad994354bceab166eacc423756874c11966779420b619395670f286bf649aad0de00335700589f16edac96cf3165c6db91618a3cb71434b658 SHA512 82ad4bd9cecae1b362a3b07474a9c0468e62632f8b8351852eaa841933e810a4002f6d1a82a2c2ee63f23eb7cb0abca2b2abeb0426d2f19a9083e5cbf3ac1ead
|
||||
EBUILD pyeverlights-0.1.0.ebuild 769 BLAKE2B f0c4546d51b6818861e8c3ff6d9816275583fd2d8f13c9ff401af7f18cc689f1631ca9eaa359844fa027cd9538e3a1e294849e73a6a5674e70a1579a9d7ebc36 SHA512 bc7e4100471a409e6fb27cccefb839d30ae536f00decea98ee4bf17578e380593236fa079e0a58c1bc5b9c4e3b8146b49b6d67fdedae19f3097add084e0c55e6
|
||||
MISC metadata.xml 461 BLAKE2B ecb36bd33d6ad932e981dcb30115ec5046bc0420dbc390a31c4cddd04f2d865c1ac8322f1b86cd22e1ba0f1358d7e7948e71ee7efa1d9a5dcdb8defd1d210a50 SHA512 18b49cf059ade7824e7cb2a80999b956a5af991c01696e5b57841d86fb8e330bd26ba9b140258cda0c922be3824ad0fa562191cbedf560853d9d46f9fc866878
|
||||
16
dev-python/pyeverlights/metadata.xml
Normal file
16
dev-python/pyeverlights/metadata.xml
Normal 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">pyeverlights</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jon@joncaruana.com</email>
|
||||
<name>Jon Caruana</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyeverlights/pyeverlights-0.1.0.ebuild
Normal file
30
dev-python/pyeverlights/pyeverlights-0.1.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library for controlling an EverLights lighting system."
|
||||
HOMEPAGE="https://github.com/joncar/pyeverlights https://pypi.org/project/pyeverlights/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user