dev-python/iammeter: drop 0.1.7
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6d3b583ca8
commit
e5f5179177
@ -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 1923 Ebuilds in total, 1912 of them have in total 1932 (42 different) licenses assigned.
|
||||
There are 1918 Ebuilds in total, 1907 of them have in total 1927 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1098|
|
||||
|Apache-2.0|425|
|
||||
|MIT|1095|
|
||||
|Apache-2.0|424|
|
||||
|GPL-3|126|
|
||||
|BSD|108|
|
||||
|LGPL-3|26|
|
||||
@ -633,8 +633,8 @@ There are 1923 Ebuilds in total, 1912 of them have in total 1932 (42 different)
|
||||
|GPL-3+|13|
|
||||
|Unlicense|9|
|
||||
|PSF-2|7|
|
||||
|ISC|6|
|
||||
|MPL-2.0|6|
|
||||
|ISC|5|
|
||||
|LGPL-2.1+|4|
|
||||
|EPL-1.0|4|
|
||||
|ZPL|3|
|
||||
|
@ -1,5 +1,3 @@
|
||||
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
|
||||
EBUILD iammeter-0.2.1.ebuild 427 BLAKE2B 5d3873892acd6a6ef8a2ab351b2c53e9651efad16648c5a3ec1234b214c29afcea3f94bc1da96be5da895b69375c84de1784cf242abf5ececea363a49759500e SHA512 3dffc3990ab1206cfda2a7ff5026203456b2694d3063ec289aeff7486afa3f0e064651606362a4c991cfb8e026d9df0e8215fea97a19049c3192cbb9e3cbccbb
|
||||
MISC metadata.xml 514 BLAKE2B 5eb0c3d2aced4cd833f82c23cf31c8e669af755bb1a9128fd7899c0fc29a928c5d9620478a12458ef52e18b337e08cf6f491e73f6c1e1efca1fdf4171dc423ee SHA512 42661c2281f3ed4fd277a8ffbbd1b8c9516f8f61e9b7ca734371802fc5f5f9e0eab3728d83e21fa59f9959c2f560415a08ae3019925ef07a72df1fd2d07d5449
|
||||
|
@ -1,31 +0,0 @@
|
||||
# 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"
|
||||
|
||||
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -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..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user