From aae58783465d7768d8dea7dc53ad5f3f6a8b00ab Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 9 Mar 2024 14:13:09 +0100 Subject: [PATCH] dev-python/pyaprilaire: new package, add 0.7.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2940 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/pyaprilaire/Manifest | 3 +++ dev-python/pyaprilaire/metadata.xml | 11 ++++++++++ .../pyaprilaire/pyaprilaire-0.7.0.ebuild | 20 +++++++++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dev-python/pyaprilaire/Manifest create mode 100644 dev-python/pyaprilaire/metadata.xml create mode 100644 dev-python/pyaprilaire/pyaprilaire-0.7.0.ebuild diff --git a/README.md b/README.md index 52e85633e..10fbd088a 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/pyaprilaire/Manifest b/dev-python/pyaprilaire/Manifest new file mode 100644 index 000000000..e32ce6139 --- /dev/null +++ b/dev-python/pyaprilaire/Manifest @@ -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 diff --git a/dev-python/pyaprilaire/metadata.xml b/dev-python/pyaprilaire/metadata.xml new file mode 100644 index 000000000..5ec31e609 --- /dev/null +++ b/dev-python/pyaprilaire/metadata.xml @@ -0,0 +1,11 @@ + + + + + b@edevau.net + Andreas Billmeier + + + pyaprilaire + + diff --git a/dev-python/pyaprilaire/pyaprilaire-0.7.0.ebuild b/dev-python/pyaprilaire/pyaprilaire-0.7.0.ebuild new file mode 100644 index 000000000..d32b288aa --- /dev/null +++ b/dev-python/pyaprilaire/pyaprilaire-0.7.0.ebuild @@ -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