dev-python/epion: new package, add 0.0.3

Closes: #2781
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 10:37:26 +01:00
parent feb4ed2abf
commit 835ea513f6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 2 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1790 Ebuilds in total, 1779 of them have in total 1798 (42 different) licenses assigned.
There are 1792 Ebuilds in total, 1781 of them have in total 1800 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1019|
|MIT|1021|
|Apache-2.0|398|
|GPL-3|118|
|BSD|101|

View File

@ -0,0 +1,3 @@
DIST epion-0.0.3.tar.gz 4213 BLAKE2B d24e6144186d4d7f2fecfbc7ad77cd93b74e33e107c1e475071fe68d6d03e1b33d3ccef44572f451d96f9f7e30f4e81dbefc507ab71556e3b5db9610d3393fdc SHA512 3f7916c14cfb1dba7bf4334997cd6d9baf1905db1f4cca3a803072c679c7c5f299dbe5fbaf22a6e0247ba5269618290273babfd4b73c528f208e7073a1b25e67
EBUILD epion-0.0.3.ebuild 581 BLAKE2B 74cc3c782ef485f3a798ed0b8a17273d10b0540c8f29cd3a8c6164aa2b67425a9979c2541cf3943d00325cd790576afdec623751a5adda137ef13aec69abf931 SHA512 ba984b8554474bfa37ceea70690eb1c628af915bb31985dea6373fc82bc84061f5849ff2235cfa0ce620710318b95595006d1b7d745cc0c4f7daa2eaf23bba3f
MISC metadata.xml 520 BLAKE2B f747fc9b68a4ae55cf3740d60834814c597976a8c7dbcfa89880566527a97059d878ee36f399681d0f66cf823947f9183c1466068341d9b5d097d06c6e008567 SHA512 830d6c656ec560b80ade971645f755641b85f3657034319107daf594bfa14ccd33e56db249125f554bf8a163be7d8570c565b65342bf70edf6492bc172865033

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python API wrapper for Epion Air senor data"
HOMEPAGE="https://github.com/devenzo-com/epion_python https://pypi.org/project/epion/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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 type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">epion</remote-id>
<remote-id type="github">devenzo-com/epion_python</remote-id>
<maintainer status="unknown">
<email>leendert@epion.nl</email>
<name>Leendert Gravendeel</name>
</maintainer>
</upstream>
</pkgmetadata>