Skip to content

Commit aae5878

Browse files
committed
dev-python/pyaprilaire: new package, add 0.7.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2940 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 8252ef6 commit aae5878

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1833 Ebuilds in total, 1822 of them have in total 1841 (42 different) licenses assigned.
620+
There are 1834 Ebuilds in total, 1823 of them have in total 1842 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1039|
624+
|MIT|1040|
625625
|Apache-2.0|415|
626626
|GPL-3|120|
627627
|BSD|103|

dev-python/pyaprilaire/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST pyaprilaire-0.7.0.tar.gz 19131 BLAKE2B 8e4ea9d06e633e66063277a15c75186382a7826db511b019a202be093752aa3cc727c290c016d475b119f8774cc5734ca717c7fd2c71265b9936955093e18726 SHA512 74a7a76f7a453cb17b265a4b5f6054846d5f48e8bb16c8e8b777ae1ec86b9fa06d6b69f30b3013a1429a0280d72493f3d21c6af5ceee2e2a4648891d4986988f
2+
EBUILD pyaprilaire-0.7.0.ebuild 504 BLAKE2B e90364ffefea22307f9c2e162dcc1beabe6197c3b40ef5bd483118aa327c06ff2c6c3e33192500f94676e2d6172352720f4f366f31e044991916487b0a4fe772 SHA512 0410d5924a5bd163c359d0e3af2b773bf49ce8d4ef29b3eaccf573355d2ebd09d5ace648346c469482b94e1eeb1c408531f217824a2b4adb76955369ac3fa4fd
3+
MISC metadata.xml 330 BLAKE2B a067bab356a01d81731bcb5a23400094424d555c7665873d7645a185072c7a3f2a6b51d6bb4818237ff1afdac7c54371ed2eb6f23fae0087f2acd1ed86b40d6c SHA512 3f79bfdec5d5f6ce2720cb26dae579b29bca52969d6abc5cc12cb87e6002c74b1701eaf4c6f6438b0baef08941f84f6701ebbb58ccf1701bf9971cf5bb45562a

dev-python/pyaprilaire/metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">pyaprilaire</remote-id>
10+
</upstream>
11+
</pkgmetadata>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="a library to interact with Aprilaire thermostats"
11+
HOMEPAGE=" https://pypi.org/project/pyaprilaire/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
DOCS="README.md"
19+
RDEPEND="dev-python/crc[${PYTHON_USEDEP}]"
20+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)