dev-python/evolutionhttp: new package, add 0.0.18
Closes: #3589 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8f8e6db59a
commit
6c3dc8df5f
@ -606,12 +606,12 @@ 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 1980 Ebuilds in total, 1969 of them have in total 1994 (42 different) licenses assigned.
|
||||
There are 1981 Ebuilds in total, 1970 of them have in total 1995 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1146|
|
||||
|Apache-2.0|441|
|
||||
|Apache-2.0|442|
|
||||
|GPL-3|115|
|
||||
|BSD|112|
|
||||
|LGPL-3|25|
|
||||
|
3
dev-python/evolutionhttp/Manifest
Normal file
3
dev-python/evolutionhttp/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST evolutionhttp-0.0.18.tar.gz 11324 BLAKE2B 09af6c2678d480da32eb3c5479c449e60e6c60d5a2d4d6a3349f0f2ded9743a28ebb29a961abacaec1ceb8b1ecb559340a93ba77cc1e063cf9b4008333b58ffa SHA512 4931591d819ede61adc9f7d28a9653e8a9f9e691ef640c1077130343db645b2915f07f0bfddb3521405c952bbd9e85e6d27626a77a0f0fcfd6057f3a9f3516ff
|
||||
EBUILD evolutionhttp-0.0.18.ebuild 529 BLAKE2B ea7b42a04f40216836851fd73bbdc4cebba38157e2a5e10df2bbf6dfdd536cd7e988816a78e03a764375352c26ff4ec769609ae9b8e632f3f01f46707286bcbd SHA512 f68efb34c045c34e5c54e5a7db13ebffbfa26f01a7b5dd4c82ac1623b94e0f6cb3b83e5e76415e1db53476f3868350fffcc64538f685af2704c9c6bf734ed42a
|
||||
MISC metadata.xml 528 BLAKE2B 9ecab539c92da8af61f92494f86262b074ea3ccc1dbf6c8b476e2a66525856cacb2ec52ed73acefee719d1c482c41e8cc50969c9c630b647426ae84be62e5356 SHA512 5290ef2f18b4ddbc035aaf0a88a833589baddfa80979fcfe06bc4f5613f2ecbff2f4ae8ae20c5b32ac9eb539f806b263b6e4f0f880919ca549ab42bbc2226c75
|
20
dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild
Normal file
20
dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild
Normal 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..13} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="An HTTP client for controlling a Bryant Evolution HVAC system"
|
||||
HOMEPAGE="https://github.com/danielsmyers/evolutionhttp/ https://pypi.org/project/evolutionhttp/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
distutils_enable_tests pytest
|
16
dev-python/evolutionhttp/metadata.xml
Normal file
16
dev-python/evolutionhttp/metadata.xml
Normal 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">evolutionhttp</remote-id>
|
||||
<remote-id type="github">danielsmyers/evolutionhttp</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>danielsmyers@gmail.com</email>
|
||||
<name>Daniel Myers</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user