remove NonexistentBlocker

This commit is contained in:
Andreas Billmeier 2022-03-19 22:48:41 +01:00 committed by Andreas Billmeier
parent 06c4a832ee
commit 9b69d2fe44
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
13 changed files with 50 additions and 57 deletions

View File

@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1741 Ebuilds in total, 1733 of them have in total 1741 (34 different) licenses assigned.
There are 1740 Ebuilds in total, 1732 of them have in total 1740 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1056|
|MIT|1055|
|Apache-2.0|316|
|GPL-3|105|
|BSD|98|

View File

@ -3,5 +3,5 @@ DIST aiodiscover-1.4.7.tar.gz 13129 BLAKE2B ba2647dbf9b0598c9b92cc48fd671b81dfb3
DIST aiodiscover-1.4.8.tar.gz 13151 BLAKE2B 109a2e58782175d4c059a8e1b711b4ce85a0ea4d9274985f032eb442e89818fc5ce7747e6626bd1a76c28732bec3dec9c048295e2eb0abdb238fffe267fb410d SHA512 3e77213ffc32d46433d6e818b2e97dad37d3360dd91431bdcefa78c8f9e84446f045d9dc231bb4ae01ffde19b8dc31f37e579c6b349451c18f7d1937fc6935ca
EBUILD aiodiscover-1.4.5.ebuild 990 BLAKE2B b52aaf60d0e61fe81c00a96c73c37b0156acb1a4465dd3f79f40888dbc86b4f872292104eda8060870e70adbf8903b5a35451dc6222310c7f34ac0b8d0229f84 SHA512 4946f317687769c8cd66f6f0380515c59e93c33a2e4dc65ba4ac9a21d026b8a28ab78c4fdd00e54418612413456aa71c3ee8ef6c8a7f3d692dc0ef0de6df5a42
EBUILD aiodiscover-1.4.7.ebuild 1037 BLAKE2B d31946077d26900c184bbf1ba1da291af16e3893b037054af42edc89f4a5c756406133f5defa2271f77071b2c7b2cef3112815cc761bbba74b98845dd694b3a2 SHA512 8a28e0a2724b4c2c3f76c05dcacd28d1289571e402bec7ebe95fca2ba32dc650989adf9754a912828ef0dfeda6f1f48e6f170776d3fc720b53e1c425a4a842f9
EBUILD aiodiscover-1.4.8.ebuild 1080 BLAKE2B 818a530783651f4bf55ace0b87ae3d7d59417ea42fc9d6c9e0639df9be02e432271eceb24b66bbcdf5ef961fc3d208e2eb4056cd88fa3bd297534cffb1dac2c0 SHA512 9e4898fc56cdf08d39298471f19622d9c4f8929e32fd8ac70a18599cb07a5e15a9a8e85f20e5dd23e6597bc9a8c6150b7154490b3688c48ccd0ff6856c5c5117
EBUILD aiodiscover-1.4.8.ebuild 1033 BLAKE2B e817fd8037037e7d99c1cb75863b140f53e3485d92df9b4f57dfde8f81b31631131058fd2ffd3f093ce88ae6515a2b5c8f9ff8dbf83efbc3231afbd7419c631c SHA512 72a0e1e3d308cf41ed525e8f78b6f173359052195586e5881fd1175d36d210bc247f6e14097787128479bbcf3009f8f883ececb7153b9b92ac72042795de92e1
MISC metadata.xml 453 BLAKE2B 4a2341229992a87bb2f8c72ff39d80be96bc109fa5f6a42350be63e904127c69bf5c60f50dacdde4cffc301116011280914c0169bbcf1619d365617761810c03 SHA512 bbe15e8c45cdafd731c9d2957c0816237b4eb08e186fa15e614109cadebc6bd036f851ddf809933ebaa4b15fb49c4009672a434b7b28fe386490a55bb3142b02

View File

@ -22,8 +22,7 @@ DOCS="README.md"
RDEPEND=">=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
>=dev-python/dnspython-2.1.0[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
>=dev-python/pyroute2-0.5.18[${PYTHON_USEDEP}]
!~dev-python/pyroute2-0.6.1[${PYTHON_USEDEP}]"
>=dev-python/pyroute2-0.5.18[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Modern password hashing for software and servers"
HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.org/project/bcrypt/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
COMMON_DEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${COMMON_DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
"
RDEPEND="${COMMON_DEPEND}
!dev-python/py-bcrypt"
python_test() {
esetup.py test
}

View File

@ -1,3 +1,3 @@
DIST bcrypt-3.1.7.tar.gz 42512 BLAKE2B 5e762f153a5a69c1426748737956fd370e74fcd02e82b5a634e74dbb50fc9e894bdadb4e87eb9cdc580d0853f73ef348d9523ceaf4236df565e39b714bbd1c60 SHA512 bb9a431c8de97d5615d1a7fb67f868d08d839313fd5f3e17d8db40db1870f8b624594352c24c163c6a03485217de873cd92578040350678888728885c7b749de
EBUILD bcrypt-3.1.7-r1.ebuild 888 BLAKE2B cab9a09f209b8810f4e15bece459cf5f6e8656187876e3d27108f10fc94f70a360e009d58f9bff1e35807ada3b3a43a263ddd2669cbdbf4baa94a1c6d4ffe2b7 SHA512 b55c37fdf472097b4257c3c0539e74563d1cf8db1d2bb48d66dd8d6cfe8bc623f39bdadaedf2a18b512f9f606a8459aceb759fd176db3f25143a9108e0a53a76
EBUILD bcrypt-3.1.7-r1.ebuild 865 BLAKE2B 437a148e78389cddf26335e10f8f87b18ec60f598b1c4a9bfece99aa15da4099fc81d54672834a18e348f2f551226bc77fe50f95e7da075aa056830f965b5b5c SHA512 1e0e91e46aa2099f6bad0718982d1e665d926fabfad201e33edbb71972f9c2aa39f23820dafdde822ab9c1ce6448505e3d190b16b934c9cf52c9a8e2d3414462
MISC metadata.xml 378 BLAKE2B 9717a17aea69af094e7c7ee3b835a1205bc4309ba6e9422c939f48343902d49417d15e6e8de3e3ef8de14b5d9a709e2a4b4b9acfb3465d64a0dc5795da8d94ab SHA512 d4c928de2b929f7bf274b8ac4cd3b69875a54ec58f11f20e2d2286b01b0f517788ccc6e67a75833aca4972e66ddc96176bf3be085fa49e13fc355aeb11d30110

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -26,8 +26,7 @@ DEPEND="${COMMON_DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
"
RDEPEND="${COMMON_DEPEND}
!dev-python/py-bcrypt"
RDEPEND="${COMMON_DEPEND}"
python_test() {
esetup.py test

View File

@ -1,5 +1,3 @@
DIST meteofrance-api-1.0.1.tar.gz 16178 BLAKE2B d14593d8ebe3843fc6bb5e93c2f1345d8a9a08518e78ffff50ba25107d5f7d384ed2ab2c2289bd295f3ecf97b7f7950ebf82123e473a32dca79cc394dc67f30d SHA512 570a338725b150838c73e1f5bd92b9801cdf2b908bed8a012963ba4465ae338bbba19a5cf04fb60206854fbde8bfc4471a0a3937a888276eb9d39cec7aa7fb21
DIST meteofrance-api-1.0.2.tar.gz 16190 BLAKE2B 53b0aacc906b9e532ca1f6067d074ce58ecfc749e7378684b1b278b057e8571c5ca5c2be4d2268301eb1cf91d8f762d6dcfc5a2c0005102916239c16dfd0091d SHA512 b4308b43504cb13889f12103241da62dca3400162946f7364cdff37057051bc14b22badfc636f761a40790fd90dda528f8dea67972e2fabfa3e1c7db30d86302
EBUILD meteofrance-api-1.0.1.ebuild 844 BLAKE2B 6d19301282d292746d93baa6aa903f55c49f4674fe404165d16394cc5172e160eb7c2c9036f383a00671c9a437c27c4bfc7be114152877bf92c216e77dd63111 SHA512 a98a0032f15844767b8d804c28f945d5404d8b3856f006f44502ec5d1bdb116d60530888754940b2eb6fe592e01f25846950a923ba81b22cdbf0ac6f58066e04
EBUILD meteofrance-api-1.0.2.ebuild 840 BLAKE2B c24090a19d71047237c242cec81afdef66db6a74c9907d2ba85cbaeb8148076653a44b54a7a6370f445cd6814f96a60f3b2004cccf802e9f3d2917b5822b3f5d SHA512 4908f5a44dcaee4db3dcb53c51b721135888771d6db316ddfc79052ca3235eb37beb3922ae5a71abaa05a0ed00bcb7e43df82a4d267186ec2acecc43dcb9c901
EBUILD meteofrance-api-1.0.2.ebuild 815 BLAKE2B 9e240cc13ef8deb74b3b0a2570f74cfbf536078786bfa889872faec77e915471b04f5a940412ec069bed0348227825fc290728c41c959ed7c0ee67be05af9705 SHA512 6de9ef51b01699ed7e95b574ef598668520671caf6a263f7ca0c65788242afd8c5e62140710a16304326e657d283c0155e4d71d5539bbac941078f2170ff5cae
MISC metadata.xml 458 BLAKE2B b3c2253a6edd87e3908f6d501d2012547cf20028dda528ef6fb06841fd932306f919fae3d023adfdfb42066948f0a8d46868744ec031d154fabb27c5b31ad7b0 SHA512 075ea649ec43c9f0b50c4fba4de2ab9b2cc2625350a8ffd6c8e694e801ece916b4d254bc32ba98efb84c0ee33d3349b5453329f984a0c90ec9d84e1790adee94

View File

@ -1,35 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python client for Meteo-France API."
HOMEPAGE="https://github.com/hacf-fr/meteofrance-api https://pypi.org/project/meteofrance-api/"
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/meteofrance
>=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2020.4[${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,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -19,8 +19,7 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="!dev-python/meteofrance
>=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
RDEPEND=">=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2020.4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -1,3 +1,3 @@
DIST oauth2client-4.0.0.tar.gz 183288 BLAKE2B 3330cbe01228b1b57a668744ce4310ee23a55c858fd05d0424fe43c16bb7e211e0d9e2c3d8c148db276bd61fcf25db12437dce6093dfa89375caaf2c848ca528 SHA512 b59805702c7acb306801a04a92b7f700c0f58d5937b4b27a497018d313922512b5ec3f1711bacf13bc7e01c4f006eda5344a9055f981ba34e116c34c56c5dfec
EBUILD oauth2client-4.0.0.ebuild 1929 BLAKE2B f729bafba15278d5caedeca3825c9a19fb1edc1a86b3082ad2d130ec680408e8f8e235c748d357a95d20cd5027de67e2785d8cf811782f56b120acee53c76d34 SHA512 0a84afdd6f179a1d2edff46eb77c60d4bf389b289e06f76e0940631aa5d3e8f7f71113c3d8411583446aa0081bfd3671be99982faaac36fcd9dbd25bb0dcd60a
EBUILD oauth2client-4.0.0.ebuild 1867 BLAKE2B 5a351fb857d14eb287bad9765db90277853c71af80d0ec15d249ffa8514da2c3ae400e1758b3d69b823668d0d6a6937bf4d444eb35a321e11b77834fa13fe449 SHA512 e3d3ef63fd62cf3377542081d62c8cce3d83920605f255560e61740ef65fc376871170dd2c48b6bc20e62a5b5f814b20435ad4ab7af0c8a34fff6422ca19afb2
MISC metadata.xml 468 BLAKE2B 8b338ac81252d785a0ca6c507e0464f4f884895fcfcf07b0cee89a1d9d50b306ae0b48aa049773b69e0e1a6899397a7b9d88701622890689096fdde7852dc0e3 SHA512 6b5706abd525f020a9b6e1b4bb9e3dee82e09a20105f25fa026a011f798e1a39234c89995f2ed1f7d5774d1a0b1d5df5bea48220ad71c85a442142d25ca9e243

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -24,7 +24,6 @@ RDEPEND="
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/keyring[${PYTHON_USEDEP}]' 'python*')
!<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -1,3 +1,3 @@
DIST PyJWT-2.1.0.tar.gz 60092 BLAKE2B 59bde5f73558c74c964136ce0e8e9b5db6b76d226805fdb8aa8f201f00dceed0036693aa9295fa0ebac03c8fdac29a28f2aa79c697155c0ca744d1549e9bb47a SHA512 d701919c6cf06acb45cb0762a4ab7cc5e6ea247fbc0de80d0efdd1fc4b966c0d27c7400869858bbdc457b200586635aeefa8a38b85db818df6a8713f9bda8ab8
EBUILD pyjwt-2.1.0.ebuild 741 BLAKE2B 945109939869cdb458f371499a2ab9aa844b6218f2847cdb49b43dace9c39757553da683e97caba6a784cc8e560abf4388bb4eb5092e935490d015417fc48c26 SHA512 b89caa25cb0f3a0afe4a2197f180bb7e4c70b45ab4f769d36039eac6732af1eb135b2d4507b4163ec6d33df549a612bd0fa6943eb1983f0f022d36ac0c935ef0
EBUILD pyjwt-2.1.0.ebuild 716 BLAKE2B d8b3be836581d40b3b0b6e67ce4c8d4c13542ed16bf853064e7a5ba616acd32e30a1a2687206692f5f7721d17a5e893dab64f2f8c5c2ee7a2414de5fff09dde2 SHA512 4e0beff31cbeebd7a404ad5fe8342600e1fef89896f39e5dc637fa43bef3968b877f5a6c6a8c84ff9b39cb266ebcafac6b5fa2f765e07b26fad4d36cadddef9d
MISC metadata.xml 448 BLAKE2B e4ceaee9c8f4d05e5a265a49b1007563e934f5dbffc8ffb8f0ed24873c6c455232ffc8f2cb7ea48baa1adb4c8e9f3670003b3b57ccdbec5b8d39417d7f654749 SHA512 287e4297484ca05a9156d6fdb6d47a84ddbc91dd6ac3f732f791c398dbfc5f507d5c54faa54e164fa4d6f634dc631c78e6c04b78e8de8da90caca35d96dce91a

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -15,9 +15,9 @@ S="${WORKDIR}"/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="!dev-python/python-jwt"
RDEPEND=""
BDEPEND="
test? (
>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]