dev-python/ha-iotawattpy: add 0.1.2
Closes: #3277 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8191a65e21
commit
f89dffe07c
@ -617,13 +617,13 @@ 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 1800 Ebuilds in total, 1789 of them have in total 1808 (42 different) licenses assigned.
|
||||
There are 1801 Ebuilds in total, 1790 of them have in total 1809 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1028|
|
||||
|Apache-2.0|397|
|
||||
|GPL-3|107|
|
||||
|GPL-3|108|
|
||||
|BSD|106|
|
||||
|LGPL-3|25|
|
||||
|GPL-2|22|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST ha-iotawattpy-0.1.1.tar.gz 18298 BLAKE2B fa086455450f5d371863f1357897ca2b98e8d95aea6b2df2ba4c77a495c218a186594d7533e5affad5467b2c27520092edb4ccb2ce8cdd4c0159a0dc7b5070b7 SHA512 1ecc60f8ffe4735009873d1a40d8e9b8168d3c42c4241e62fcee4fd0b61e1cd8b2b9c6e0a664e2aa1a83fa277a1257f96385feb86e8404817317f7c46aff6545
|
||||
EBUILD ha-iotawattpy-0.1.1.ebuild 678 BLAKE2B 9fad348ab0623c63c7d4f742065b6fd30f9ceb748e74c2c04b83b1016179a995bf70ca090c1c44ad74c4d14fc86d2ed1c6980422071afaed43fbdc35a90a4a50 SHA512 2f7cc59cab84b46687e8d9ed97a69f2defb9ca78e06d21bd1d1cdb752d5adba6f8e27d2166deaec3bb3b003a642d1ebb2ebde99b358f3ab8fb7380d048dbf798
|
||||
DIST ha-iotawattpy-0.1.2.tar.gz 20888 BLAKE2B f6711d0d889930cdaf35ebac2ed83e32714e17f13250518af9c8f7d519043a87a22068d14a6e8af302d6f3681e7555b8f6489f823c9a6abe5efe7998822e919b SHA512 61d21ee1fca6b0872278c36bf22eb4a150b704dd8ffd26d950828291402d95fc4b3757c06c513396983ab92018f9b7cc2cab5170611e80122c00d3f8b694c5a0
|
||||
EBUILD ha-iotawattpy-0.1.1.ebuild 678 BLAKE2B fae11454457b4903538a2c1ccca847bbe2031538d51d9469de09e518808930d9f7865b14ae5d5c05d30aff059dd198e361c76b60dc80f2d91f8263333d98df1e SHA512 47d5b5fb35124d94432e89a38f0b25fa244256a3bc6e013b2ba65f038674b090e7d0e7b2a92503a987e92022fdf8797870ac515df6bf9ef673ea2a84d6b4f165
|
||||
EBUILD ha-iotawattpy-0.1.2.ebuild 576 BLAKE2B d7ec25adfcf2cce5ff28663d7d766bb4e1c8d51bc8f198327b3a59d69e965c310c6b1a638997e4737b3eae574e21d844a9d97f8e8004c802301326077b9cd52c SHA512 14a53eb5eecf238befe37c22b5a221c1fafebbbfc1502b2d989233e454bfc64c83a27ae7df05a29e7364aa6f2035328e61cc406214536467c3583a3f150ab039
|
||||
MISC metadata.xml 520 BLAKE2B a73adfb88c4c2e3b7c3ae4ad03ea2c989fb38c9e605a881347c366a38c98b7013c7672bc4c9827f1cda2c784da811f400cf38cda1008e2409ab0fdabf3214647 SHA512 2cf2192bd3929a39041d1c19b31db04f61a6bd766085395393191c4382d5f027b9d70400df0033bbc94685e0f5ed1d4b1c6f944acd02b656179275ca2ff4906e
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
24
dev-python/ha-iotawattpy/ha-iotawattpy-0.1.2.ebuild
Normal file
24
dev-python/ha-iotawattpy/ha-iotawattpy-0.1.2.ebuild
Normal 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_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python library for the IoTaWatt Energy device"
|
||||
HOMEPAGE="https://github.com/gtdiehl/iotawattpy https://pypi.org/project/ha-iotawattpy/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.16.1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user