add hass-splunk-0.1.0

This commit is contained in:
Andreas Billmeier 2020-09-20 17:53:18 +02:00 committed by Andreas Billmeier
parent f621bb1c18
commit 23ace2121b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -4,6 +4,7 @@
2020-09-20
* repair bad pylint Manifest
* add forgotten pip dependency to homeassistant-0.115.2-r1
* add hass-splunk-0.1.0
2020-09-19 homeassistant-0.115.1 (now autogenerated, please excuse any errors)
* update pyvera-0.3.10

View File

@ -0,0 +1,3 @@
DIST hass-splunk-0.1.0.tar.gz 2840 BLAKE2B feb25698c82c312ed4c7898f1dd1a3400cf8df06d8e03dd9c518a57121f9e43c46b00608a0d7e9dbea11ccac72133a916106c524a28f6c5717030403390a877e SHA512 5fefd7c3969c6fe70fd181b2b623d2c458cc0a681747b82db7d1e8dcf4d58121e8771afee4b2571b514c9d89f2cc5c6a380453c876a6d8d893cfd434f478521d
EBUILD hass-splunk-0.1.0.ebuild 782 BLAKE2B 861421b16e8e82680f24d4def4e94830b330c2abcf8df8195177deb5ab9b68cb0a891ae6c4645728c7fcf76d3bbfa24ae232e6f2ab3a2256a6d3be317426054c SHA512 d299593423655ce1a3475f49c40347e8aa6cbe8f27e8e2e7784de520833443f3f7279c069377c02f25cb54d02ce7e766ae65c150e8eb4446667aae0e7a271809
MISC metadata.xml 449 BLAKE2B 02f0492bcf8d7e2fa7fe685d450f6dd717ec679625716821075f5e46319dc30f27aeca6559898c366f496413e8c3e80053e8ab4ee08f8fbd71ce703a70a39557 SHA512 075da8187eb13c07ca2f6f964f1aee4dc04be429b4db1ee14b6c4959a2eaaede2d086cba0c962639201c768d991b4c5d6f1a4d40cfa2a16f58ae30fd2f317308

View File

@ -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..8} )
inherit distutils-r1
DESCRIPTION="Async single threaded connector to Splunk HEC using an asyncio session"
HOMEPAGE="https://github.com/Bre77/hass_splunk https://pypi.org/project/hass-splunk/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="${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,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">hass-splunk</remote-id>
<maintainer status="unknown">
<email>brett@ba.id.au</email>
<name>Brett Adams</name>
</maintainer>
</upstream>
</pkgmetadata>