dev-python/pyyaml: remove obsolete test
Closes: #4450 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
795f1ca014
commit
1b7db53027
@ -654,9 +654,9 @@ There are 2382 Ebuilds in total, 2364 of them have in total 2408 (43 different)
|
||||
|GPL-2+|1|
|
||||
|GPL-2-with-linking-exception|1|
|
||||
|
||||
(Last counted: 17/05/2025)
|
||||
(Last counted: 13/08/2025)
|
||||
|
||||
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: 17/05/2025
|
||||
Last updated: 13/08/2025
|
||||
|
@ -1,4 +1,4 @@
|
||||
AUX pyyaml-6.0.1-cython3.patch 1423 BLAKE2B ff93a6bc36d0ca7b85a3c3c5cf67c57c600334b817cd52db5336a52427bd41bf667aa42405eb4c539eb8024b2b8533462f50da439def3be53bdedabfe9459ac4 SHA512 9ad485f625c859b67cefb45cd3f5cdd3304117c9d2b7e926f157b0b127805fad6ef83783fbead1e53e536eeafc60570eb1a75b309835de136c386faa8ba6f6c0
|
||||
DIST pyyaml-6.0.1.gh.tar.gz 120376 BLAKE2B c34f2169f6eb6aa718aeb53dbfaf02590e11e504d16cc85a802e1a1191f296ef9aa2501db683e1a48173ce6adeaeca09f2ab989581dcf1c1ba4004831bb4cf47 SHA512 1c74a92a4ad7d47854dc7bcb2e89b3c8e0b14fa815c7dbfbc22b24480dbba6c81e971c77ee384c494a960914b95f06edf943d7431925a5ed674a0ba830d258e0
|
||||
EBUILD pyyaml-6.0.1-r1.ebuild 921 BLAKE2B 69548407972be6cbc52a080cbf483d9437e4e2e99eda7ee3a19fc25ff7586ffdeab891d8c11356946191c6a92df11b9d52f1ede05a4889f46a01d6bd7177512c SHA512 a148974c0a39184e4ef31928fa02700297d96a29466acbc238461c285550b33344e4fccfb8bb3ff105ce769e51d028e6685920d049f19a7a3f493fa5811cc687
|
||||
EBUILD pyyaml-6.0.1-r1.ebuild 888 BLAKE2B 3f809dd1cfad5631f465280c5ad2038034171da95236913337cb68ccb736b01bb221d4e1bb9e026dfc14746dfcdde05382903d56495c45dbc1f406310e23dcff SHA512 9d1b2593bc1452149f3f79c156a40b6790ef400185e92301e844e4b7ff63d2273431e604b04f003f7fc0b0bef63a872b3266db577c8e230d8b084a9b19ef715c
|
||||
MISC metadata.xml 502 BLAKE2B 7d10b84e7a6d5887d3356dfadb450e7cf516611ff84fa97e66f59543b00d430b3ccba26ef9249ad1f7031e97a6662afcfb0db771c71dda38c59a20d0130807ba SHA512 24d81d6986f177eb94ca46cd783cc505f0698c701047133c6e8408f6dc2eb97ec5acc2843ac6948ceb7337eb859a6a77e6b16922365065994bf11e3a190da10a
|
||||
|
@ -39,8 +39,6 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-6.0.1-cython3.patch
|
||||
)
|
||||
|
||||
distutils_enable_tests setup.py
|
||||
|
||||
src_configure() {
|
||||
export PYYAML_FORCE_CYTHON=1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user