dev-python/pyaprilaire: new package, add 0.7.0

Closes: #2940
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:13:09 +01:00
parent 8252ef6122
commit aae5878346
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 36 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 1833 Ebuilds in total, 1822 of them have in total 1841 (42 different) licenses assigned.
There are 1834 Ebuilds in total, 1823 of them have in total 1842 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1039|
|MIT|1040|
|Apache-2.0|415|
|GPL-3|120|
|BSD|103|

View File

@ -0,0 +1,3 @@
DIST pyaprilaire-0.7.0.tar.gz 19131 BLAKE2B 8e4ea9d06e633e66063277a15c75186382a7826db511b019a202be093752aa3cc727c290c016d475b119f8774cc5734ca717c7fd2c71265b9936955093e18726 SHA512 74a7a76f7a453cb17b265a4b5f6054846d5f48e8bb16c8e8b777ae1ec86b9fa06d6b69f30b3013a1429a0280d72493f3d21c6af5ceee2e2a4648891d4986988f
EBUILD pyaprilaire-0.7.0.ebuild 504 BLAKE2B e90364ffefea22307f9c2e162dcc1beabe6197c3b40ef5bd483118aa327c06ff2c6c3e33192500f94676e2d6172352720f4f366f31e044991916487b0a4fe772 SHA512 0410d5924a5bd163c359d0e3af2b773bf49ce8d4ef29b3eaccf573355d2ebd09d5ace648346c469482b94e1eeb1c408531f217824a2b4adb76955369ac3fa4fd
MISC metadata.xml 330 BLAKE2B a067bab356a01d81731bcb5a23400094424d555c7665873d7645a185072c7a3f2a6b51d6bb4818237ff1afdac7c54371ed2eb6f23fae0087f2acd1ed86b40d6c SHA512 3f79bfdec5d5f6ce2720cb26dae579b29bca52969d6abc5cc12cb87e6002c74b1701eaf4c6f6438b0baef08941f84f6701ebbb58ccf1701bf9971cf5bb45562a

View File

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

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="a library to interact with Aprilaire thermostats"
HOMEPAGE=" https://pypi.org/project/pyaprilaire/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/crc[${PYTHON_USEDEP}]"
distutils_enable_tests pytest