dev-python/amberelectric: add 1.1.0

Closes: #2745
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 18:12:58 +01:00
parent b6a568464a
commit 5865414e35
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 31 additions and 6 deletions

View File

@ -617,12 +617,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 1684 Ebuilds in total, 1673 of them have in total 1692 (42 different) licenses assigned.
There are 1685 Ebuilds in total, 1674 of them have in total 1693 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|959|
|Apache-2.0|367|
|Apache-2.0|368|
|GPL-3|113|
|BSD|95|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST amberelectric-1.0.4.tar.gz 34445 BLAKE2B 6285a163c826930451042ffb740dcbe6b23da5c3ae71638f55c0a85400b2efbefa4e07f4866d394869f5ec1108d315dfcdf222434725fec76bdffb8e7c975fec SHA512 f688254b0642c7da9875f606bf57d7d489d0f052548d8f6df3522ae766d3b29fc8b475d3683ef1819ad85fcd38504d869198c335ea3f073d3f078ec704265a49
EBUILD amberelectric-1.0.4.ebuild 802 BLAKE2B 4ecbe9a22ae990cf31eda3555cd509a89f204553f3883f879563e6a3b4a5c9c5dd9440d700bcfe4c962f498e4809e82686dc6da2ba98ec3d91f58d4853edad47 SHA512 f0595a4f64261e6c304d005e0ee34ab9f1ba75d0ed53e0fcec0a2d5e5fc5f48f09772982dd09207d9153735f972aa3c969a7ace2f69bd61749723716539c9f00
MISC metadata.xml 525 BLAKE2B 832f10551139a3f61cfa0e4ebc80a2c5eb3ccfafe0acbe65e793ee0144da306d08406bd667102efb03a440ae054aeb56794e97a74d0d2063fce36c8fd3657551 SHA512 ec5af7a1363a6fe340f3e4b88f76d937f3d28a0b1ea7090617dbb278e8dc42f51e13bc27abf264c04d96a2458e35e5b20de6aa435028e29b6c33c11d83260595
DIST amberelectric-1.1.0.tar.gz 38883 BLAKE2B 5aafaa476be16b678f10f7afb92b2aad598c3100df872208185ff8cb0cc79b85eb533a845c6d7f0d68797c1f6c8ed899fe1ca6dc8856cd6590a4efa37e99014c SHA512 65eb343c57f21379b93f51a7ee77e17c0ce05830c992391f1801a9e0287053ca44a2499c868266fe7da72f3bdf8ce823d6af36cbe2a24aece05eb5f6fd95c25a
EBUILD amberelectric-1.0.4.ebuild 802 BLAKE2B 9e64d72b8b63e198d2aee48d1575de5cedb207e9fe9a68b889f760a87fbdcc5785d943614dc556326b7403c0d62fe79948cbb073150a11dea94941d050fd34be SHA512 5c33b24710af96151448e52eca2ed8bc7ad554672533a3850069bd0054edfe958e504ced857ae01f0f1ae6f7c626f7b893756e184ca8ce76af38e247dcae2dd3
EBUILD amberelectric-1.1.0.ebuild 700 BLAKE2B 5006bbfec921a6cd7b17da4d17a174193ae9ab662610f7268c8c4074e74860c74c9a96faaa54cc4585e9a54d32b644b9892fa094d3ff257431a88353d16897b9 SHA512 9b402d4d85f9066eba7b5d3717a15032a50d1e01ffdccb0f687ecfb283b183537651e9b1c4187c9edc29abed541636c2f1802de84dfac3df3d4d760e27515097
MISC metadata.xml 528 BLAKE2B 2f6be3a592ad964a17416f92da2a4f7a3bf354a1c29d9edbefbe52186524a31159f4bab47b1adf87730cd0f9d94f10cee518e4f7e296f3411678791931c7315c SHA512 faf1aec7882a245301a003c61389c22e19e9a4663909cec15de7c97b3ab43fb8100887825b0f10873494aec1a2e46ab25359294816ce5c284ecddb4b16437c61

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Interface to the Amber Electric API, allowing you to download current and forecast price, as well as download your historic usage."
HOMEPAGE="https://github.com/madpilot/amberelectric.py https://pypi.org/project/amberelectric/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">amberelectric</remote-id>
<remote-id type="github">madpilot/amberelectric</remote-id>
<remote-id type="github">madpilot/amberelectric.py</remote-id>
<maintainer status="unknown">
<email>dev+pypi@amber.com.au</email>
<name>Amber Electric</name>