add a (experimental) blocker for pyasn1
This commit is contained in:
@@ -561,9 +561,9 @@ There are 1739 Ebuilds in total, 1732 of them have in total 1739 (35 different)
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|CC0-1.0|1|
|
||||
|
||||
(Last counted: 19/05/2022)
|
||||
(Last counted: 22/05/2022)
|
||||
|
||||
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
|
||||
|
||||
A big thanks goes to Iris for reviewing this README.
|
||||
Last updated: 19/05/2022
|
||||
Last updated: 22/05/2022
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST pysnmp-pyasn1-1.1.2.tar.gz 126796 BLAKE2B f3640be6b58dae61f7b1c2a757aa498ac0eaf2cf2f880823782a201f6dfe68d0670642effd065ecf80609151cc60173e84839ec57d3a9d628a4e9985877f9273 SHA512 5f2da75b5963f61050b22d27237d480652a5c5a950b93f68ce8a806a8ce36514447f101d742cece3c917f9640a0ce98d6e3471b26fa6e6e8958f9cbdc51250dd
|
||||
EBUILD pysnmp-pyasn1-1.1.2.ebuild 703 BLAKE2B aa061a65ad327aa701a5b8d9315dd379a5b995a874a2c4546bc08d72f205d744cb1387030830949eb59ec0d32620cf926333ac9906b9924330d064ebd4d0d5b8 SHA512 8855577c23afd55ce7714faba7495c0dbac618044794890a6473a5b1deb63958e565ac9a57a251b696ab9edec01bae355b373be4927e560764b863ed503c57fc
|
||||
EBUILD pysnmp-pyasn1-1.1.2-r1.ebuild 739 BLAKE2B a1837ff558e6934356ba1e7f8da76c3f0180b5393cee5d50102416a85ad11148d60a1dcc636a5d93c5a3d00c90fc24b214c3fcbe88b92a45a4d426ec8899ed76 SHA512 15d4c0146886cc4d5626f2ff96bd1cd621943d1f311be08a2b95dfb6fd85a18b806992e35a00f4933c639ccdac2a0916579d18175211bd0f06cd3e392dd73f3c
|
||||
MISC metadata.xml 464 BLAKE2B 0afc9e17dacb900e04e564994c118c9c0b333a71c0ab67bd5cf894762ea78b686bc8a81bc3b33c8fda844b311d6ab8a729b5d3f03c478e967e12fc0b4bf0e3ef SHA512 98bd0cb713584f08de5153c5ae0bcc6e7cbcc3c4845e0b48af20c0f937d4dd8368e9a8622d43a5d9ce3ffefa4df5084c73b133db79e2defefaf1fe4655116a82
|
||||
|
||||
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="!dev-python/pyasn1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
Reference in New Issue
Block a user