add libpurecool-0.5.0 (components.dyson)

This commit is contained in:
2019-07-16 18:23:53 +02:00
parent b2075b2f31
commit e0eecd5ae0
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST libpurecool-0.5.0.tar.gz 36369 BLAKE2B d48608084d539374bc42ed8dfe4590d63f030a476e98be3bd0c83d8fcc01f032a9da07d300aaca09b9dc1dcb2de15db763cfd323d87a636792d09651f91cf9ee SHA512 4de263b0b622dfec188a44402a76defa2ebcbb5ad73844617eab1080009d5eb8cfda7cfaa12e0b0d690e07eb0725f28eb29d208066ea87e1f66e66ec34d30b16
EBUILD libpurecool-0.5.0.ebuild 763 BLAKE2B c43728aa7aa6925510691e7bc8a036e95191a824683e7201fbffcf9108e2e773ce5e9928fa50fd02ae01009ac35fec58ef890907250840d549024b41f39c9396 SHA512 7628698389e298aad105a6e63746e53ebad3518bde0350681aa10d33f0313568f87144522ac5ce56e8d99ca7433e9e56eadfa3e8ea28139e72de7c126188fe1d
MISC metadata.xml 469 BLAKE2B 6fc01911a4b3b371c6c07b8a830d7076cee67b7c7f17bd90c00fcdac5c38d4899cc3b12af682c3bfa4d56104955f9d5b2ae07c1583ed13a25fe3cf1d22587043 SHA512 7fe004f5cd198501e7223a315fbe748bd1459ca61297e592190215f06c08fa1ae858f8abe8abed682a4b6d7bab9f0c8e806e137eeae80a2260c00fca9064b89f

View 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="Dyson Pure Cool/Hot+Cool Link and 360 eye robot vacuum devices Python library"
HOMEPAGE="http://libpurecool.readthedocs.io https://pypi.org/project/libpurecool/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache License 2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
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
}

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">libpurecool</remote-id>
<maintainer status="unknown">
<email>charles.blonde@gmail.com</email>
<name>Charles Blonde</name>
</maintainer>
</upstream>
</pkgmetadata>