dev-python/pysuezV2: add 1.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-03 16:50:01 +01:00
parent 0b75314daf
commit 7be305b2b5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 27 additions and 2 deletions

View File

@ -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 2305 Ebuilds in total, 2291 of them have in total 2328 (43 different) licenses assigned.
There are 2306 Ebuilds in total, 2292 of them have in total 2329 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1314|
|Apache-2.0|534|
|Apache-2.0|535|
|GPL-3|143|
|BSD|124|
|GPL-2|26|

View File

@ -1,3 +1,5 @@
DIST pysuezv2-0.2.2.tar.gz 8359 BLAKE2B 5d0efd071f5b50783f53125bc2393c9ad4583d4644449b95a650cb0a8f7d7115b98ea7314e7cfe5df4243ec3604c102c51b76292cf935acb0118d2153096a250 SHA512 9348ea46511f91fa0a3333b4bc90e42af75e9128e8fe0bd4c5fd15e2562e3831e4095fc32374b4daa43812a977e2e0378db3ad40a622ae2ea9705c557f9e6544
DIST pysuezv2-1.1.0.tar.gz 12642 BLAKE2B d1b3009ccdfff795e27f567a2edf3462d09e1f07ea9f8e36622d2bcd53a37206c597701d7913d5e4d0494f29127ed29ac69914ddc670c0a725b62c862c281953 SHA512 ba82152e75b4d292c3a489d186477649afbf1c01f51bcca11c3170efbc4e187b4522330115c76dbf4864db2ad4a75a271b0f89c1957ab60282d9211449a0b4fd
EBUILD pysuezV2-0.2.2.ebuild 602 BLAKE2B 844677ae2bb4a1109e1978803ca66052cdcfe01e5f145e206cbf706ba8fe4fd4750fe628dec924be9b72cf45a26a892daba8c9f042ef307b97147be7c3c6ce5e SHA512 e476a5dfef04b4c344aa3694aa1be2557f70968084b71cf59f3fee600572bf932315e4831d6d2f5c89de3f235dc0c89893a26a6e378944c6d3c6c3f79d3a7610
EBUILD pysuezV2-1.1.0.ebuild 601 BLAKE2B 0b80807d50e6eec3f492ae1a8321f63abc3f35030730dfe2df5bb0a901ca503e7868067d1475f30f3338e3923960bc274688364498f65867c2d0d8ebf77b335f SHA512 f299158fbd3d7abeb23971f8891db67f2fa992c166d082d472a52065b5f4012fe054540e9d8d97a039bdf830efc82216865af96db2492201e40ff410c56b4943
MISC metadata.xml 517 BLAKE2B 0891fdc7930bfd004cb81764d84753b7ac410928a21263ff68a50f8d961ee0cb381d9bef737d2aa8cd35c587343af2a33ada19c8e61cd1e9f29cfc2ed71ba626 SHA512 04c38bcbddd6d692107b53a046cf5306b73506cf93a9ecc05e9eedd82cdf329471a2c985912bd6172aadf5b920e279fced419c92f7687ddb0b52334f0109c458

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_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Get your water consumption data from your Suez account (www.toutsurmoneau.fr or www.eau-olivet.fr)"
HOMEPAGE="https://github.com/jb101010-2/pySuez/ https://pypi.org/project/pysuezV2/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest