update coveralls-3.3.1 (P310)

This commit is contained in:
Andreas Billmeier 2022-05-01 11:41:24 +02:00 committed by Andreas Billmeier
parent cc812bad5d
commit bab12fb02c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 50 additions and 8 deletions

View File

@ -506,11 +506,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 1716 Ebuilds in total, 1709 of them have in total 1713 (35 different) licenses assigned.
There are 1717 Ebuilds in total, 1710 of them have in total 1714 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1044|
|MIT|1045|
|Apache-2.0|308|
|GPL-3|106|
|BSD|91|

View File

@ -1,3 +1,5 @@
DIST coveralls-1.5.1.tar.gz 11404 BLAKE2B 2dcad06c1751301e5f41bf0bc78795486f5309ebc48e931e4e81cd6f1f6c0cfabcbf865efa5959c81a444141fd2193637ae5c2ffc67a78e6dca16776da55417d SHA512 7073ea7980e78d01dc0f2faa7bebf7c25a4563432b667277a7b6b632f0e45cc26caded9b865806206dd5d7ff26b2454edd095485fc1059d586d55db647f0f7c2
EBUILD coveralls-1.5.1.ebuild 855 BLAKE2B 4f0e59c1ae49d903f8cd82f369e6da50b91a1829296bd99a46cfc5b6c8359cfe69a0e8eabcbc72a0165d9ff1fbce3e43624e52a8e567b3e2c4fc1cbaac9f607a SHA512 18b18f3c8e14ade0687c6161d1f70a3f228628a7c53961e3549990d61d7608351995c6bfb4ac513ef0f8e80547ad5a6914cdb581d4d9457412d4d213195a9d43
MISC metadata.xml 215 BLAKE2B 6bcbc29003d6c295f4b554203e900036f77b3c032285ef4e03ad3d2a87ab68309a9f76119ee45f3f054293a23693bb8616d0a22f4b022312e198fce33fbb24da SHA512 4eaf57e74d82f0d753d1edf476af815e5d0d8291eb096cf191c420e35b922090b674d9b39df6949028881bd1e31b1cdfcdde2f4c8a1e8049ecbca64b85ea9e81
DIST coveralls-3.3.1.tar.gz 17964 BLAKE2B 18fa765a7ae3262a5b10e19b014be7740430d7050034edd80a06fc4cd23f3262b76f24fe6557999b3663d89fb0fccd6c5a4eebc1dad9f704fd4ea24929922634 SHA512 e101b50b1b6bfaac188360093ad8e0444412187efa2f8bb118c297ce59ff1f5087a45ceb51334be9042c66c6516903e52068c63937504b93c2ca0b7c1cc7ed4d
EBUILD coveralls-1.5.1.ebuild 853 BLAKE2B a7bfee37af482f1d54e4076885125e87f4d01911cdb04c2ca2727d382b19462efe86dcb7c432c3a8e7bbdcf6fbd1291d55f31efa66aee98e57ce348745e39c2e SHA512 3cd47888913f41c94722c5a392825b86a54ba5605793ac26102d70a31ba85b041fbc8cc6075865c1053eb24037f22c4e7a4f8b924b38cf4910b4663ac50fbb6c
EBUILD coveralls-3.3.1.ebuild 912 BLAKE2B 38fe4aac8203daee8fec6ca88ce0154369bb27cd6a3e68e6b74cfa2bd7ca950bc45cff0a000a48c95a32d2da879d20a4cf5e6e1e8a62677fd658d38eeec9e72f SHA512 bcccad965b3650bb5fff7b9ad317ecf88cf9a6cadeadc8ef065a5089c3f611f87849276daf2596b8d335eb9e3c2c0df2e3a9f345db0a028a1845eab2c4bc8e30
MISC metadata.xml 328 BLAKE2B 2319b442ac969cf1ae4cdf602dc9bb48f259b00da427a9ed2e8ce0eae27b91985f889747d18b8ba048a70d232e6c33f9557ba34c7953ac013c35ac69d004dbcd SHA512 e2c9947c05752fc2435a85413dc18323defe496e7c9dc40d23c609de42ff0f45c859449e7b892c421a8bb94065980da73fdb0f83f7e5f6365dde6aa4e0c18e96

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -18,7 +18,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]

View File

@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Show coverage stats online via coveralls.io"
HOMEPAGE="http://github.com/TheKevJames/coveralls-python https://pypi.org/project/coveralls/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/coverage-4.1[${PYTHON_USEDEP}]
<dev-python/coverage-7.0[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">coveralls</remote-id>
</upstream>