dev-python/iammeter: add 0.2.1

Closes: #2618
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 11:31:58 +01:00
parent 5742cee38b
commit e169c14f7e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 22 additions and 2 deletions

View File

@ -612,11 +612,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 1602 Ebuilds in total, 1591 of them have in total 1606 (42 different) licenses assigned.
There are 1603 Ebuilds in total, 1592 of them have in total 1607 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|920|
|MIT|921|
|Apache-2.0|341|
|GPL-3|102|
|BSD|88|

View File

@ -1,3 +1,5 @@
DIST iammeter-0.1.7.tar.gz 3855 BLAKE2B 16e7a3c5bb74955f4fa6181735d81aa48287a66562ad09a407be32984dbc7248fd8bdf170583c13518a62ce0dc82e049cd80051ccec1211dbc8aca5ca421fc35 SHA512 21ab35340bd1c0eda6a269965e52230cc0c6b788a94c30cdeb67411766fc5b0f670071b74cb4c164825637e2b25a9c9c1dd5f378702784174bff7f232545ef35
DIST iammeter-0.2.1.tar.gz 3989 BLAKE2B 5d1efcbfbad76e8967b3aa2a1c622b1b394269f964dcb4a47ebf84f4f7ee63090509bd8462c99f1b56f57317aa0e203f88274b8fb9044be78d49ae6a51c1da69 SHA512 96a66cd25df84b44cd9418823891f6273a20c05bfef85328b6eca7fc58f5bb533c84c7427a7e681e56a95bb58cb69249a30498bc351213b52edba65e51d01428
EBUILD iammeter-0.1.7.ebuild 615 BLAKE2B b843b303e1acd675a084b4d5f6ee4313dce180c284a7d0cb3abe1104e57d3af8bd5204772ceade12415eee9d41ed6cbdf6582cc876800367a29d492ab08014b7 SHA512 1f7ce41845daf1510dd4cbb61afbc11282a844845f3102733f9af782dc56b5e4f99888a7f0253d7b6b178b0680c1276af4f3dec224d7f541a4a95e5e4ae2526a
EBUILD iammeter-0.2.1.ebuild 427 BLAKE2B 686b608df516e1b1c6dbbe563cd5db6d93400d561078fa5fa699bf682dbed8cab8aa8bb3cba0458328f026083c0533f3ce1688a7b5696c932171709dab026bcb SHA512 8aaedf1d2f9e3831b53a37dde115a1a3cee66a8ffbf346f52a203a0bd19f4d9959490ef7484d6b9c07608fbe03de924d857b38e81750ea1a1021257de704b34b
MISC metadata.xml 514 BLAKE2B 5eb0c3d2aced4cd833f82c23cf31c8e669af755bb1a9128fd7899c0fc29a928c5d9620478a12458ef52e18b337e08cf6f491e73f6c1e1efca1fdf4171dc423ee SHA512 42661c2281f3ed4fd277a8ffbbd1b8c9516f8f61e9b7ca734371802fc5f5f9e0eab3728d83e21fa59f9959c2f560415a08ae3019925ef07a72df1fd2d07d5449

View File

@ -0,0 +1,18 @@
# Copyright 1999-2023 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="IamMeter api"
HOMEPAGE="https://github.com/lewei50/iammeter https://pypi.org/project/iammeter/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"