update coveralls-3.3.1-r1

This commit is contained in:
Andreas Billmeier 2022-10-02 12:43:34 +02:00 committed by Andreas Billmeier
parent 7782bc6f73
commit 8f681af5b7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 40 deletions

View File

@ -538,11 +538,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 1917 Ebuilds in total, 1910 of them have in total 1922 (35 different) licenses assigned.
There are 1916 Ebuilds in total, 1909 of them have in total 1921 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1153|
|MIT|1152|
|Apache-2.0|368|
|GPL-3|119|
|BSD|104|

View File

@ -1,5 +1,3 @@
DIST coveralls-1.5.1.tar.gz 11404 BLAKE2B 2dcad06c1751301e5f41bf0bc78795486f5309ebc48e931e4e81cd6f1f6c0cfabcbf865efa5959c81a444141fd2193637ae5c2ffc67a78e6dca16776da55417d SHA512 7073ea7980e78d01dc0f2faa7bebf7c25a4563432b667277a7b6b632f0e45cc26caded9b865806206dd5d7ff26b2454edd095485fc1059d586d55db647f0f7c2
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
EBUILD coveralls-3.3.1-r1.ebuild 915 BLAKE2B 5444ca74aa736c5bfa961727ee6efb29e9944c830f55604317f20c47eca533004eb5945c368d3673d5b69525858059dbb575c24f70484b9bc4e94a5a1d3cbcab SHA512 e6e6542638c2201fd880293f8d11bcc22dc4b8d8265da475ca18f0871f2967d23eb26abace0bc66d168dfc366005b99b89d591b771da2f65f598b1ec8279de23
MISC metadata.xml 328 BLAKE2B 2319b442ac969cf1ae4cdf602dc9bb48f259b00da427a9ed2e8ce0eae27b91985f889747d18b8ba048a70d232e6c33f9557ba34c7953ac013c35ac69d004dbcd SHA512 e2c9947c05752fc2435a85413dc18323defe496e7c9dc40d23c609de42ff0f45c859449e7b892c421a8bb94065980da73fdb0f83f7e5f6365dde6aa4e0c18e96

View File

@ -1,33 +0,0 @@
# 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="https://github.com/coveralls-clients/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 )"
RDEPEND=">=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${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

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest