bump eagle200-reader-0.2.2

This commit is contained in:
2019-11-23 22:53:14 +01:00
parent b617b1b415
commit 1d18912960
4 changed files with 49 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add eagle200-reader-0.2.2
* add raincloudy-0.0.7
* bump pyrainbird-0.4.1
* add radiotherm-2.0.0

View File

@@ -0,0 +1,3 @@
DIST eagle200-reader-0.2.2.tar.gz 3437 BLAKE2B 8e373881795741631813fbefb88facc4b8824157560aecf8fc468761e271402cd1bc53e3cb9fef96695f61a9c83f297d2fb6ac752e933c9c4bbf39dc2f585070 SHA512 56647f6d9668f8cc0573eba482e577aabc971c256522aec39d7f1a18dcad5e75c3ca9547ff1d9bb3757afb57cc6b773d8e64cc981ca78621ab81d73178e1792c
EBUILD eagle200-reader-0.2.2.ebuild 786 BLAKE2B da8c008884ab76958065c22f38baa923fbdfc0709b616e01c8048d3e594031621cd6f1982ebfc073ff2f19208b545af8785e35c87ece34d89b7fae0d6077d4dc SHA512 27ed85edc9e42835ff8feb23fa6b05302ed24b73f3e50f05a76e648415420ce857f42e9a16e5955a96b5f79b28134a8fa616f99860823565209cb53678e578e2
MISC metadata.xml 341 BLAKE2B a01b1a51a4fbc0878075cae63b2afb7d68bf6241cfea29435d7bd4d94a84aa449ade73a62298e87a78a6449488a1e9cf48ae92c325251ac4bfab6588d9c572f0 SHA512 01d3347a7fb8d17535abe523d71604b1aa2873ce2d97019bf132dc8af8c117313c152dbb62d56558f9655f72bc171201528dfff858b2e93c0c3fa1d94dd6db6e

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="A program to read from an Rainforest Eagle-200 on the local network"
HOMEPAGE="https://github.com/gtdiehl/eagle200_reader https://pypi.org/project/eagle200-reader/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
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}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,12 @@
<?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">eagle200-reader</remote-id>
</upstream>
</pkgmetadata>