From fa67436a6dcf516b64f40123c07eb15ed9f1426b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 10 May 2025 06:59:45 +0000 Subject: Adding metadata --- dev-python/djangorestframework-guardian/Manifest | 2 +- dev-python/langdetect/Manifest | 2 ++ .../files/langdetect-1.0.9-explicit-config.patch | 13 ------------- dev-python/langdetect/langdetect-1.0.9.ebuild | 6 ++---- dev-python/langdetect/metadata.xml | 10 ++++++---- dev-python/pyicu/files/pyicu-2.15.2-gcc15.patch | 21 +++++++++++++++++++++ dev-python/pyicu/pyicu-2.14.ebuild | 2 +- dev-python/pyicu/pyicu-2.15.2.ebuild | 4 ++++ 8 files changed, 37 insertions(+), 23 deletions(-) delete mode 100644 dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch create mode 100644 dev-python/pyicu/files/pyicu-2.15.2-gcc15.patch (limited to 'dev-python') diff --git a/dev-python/djangorestframework-guardian/Manifest b/dev-python/djangorestframework-guardian/Manifest index c499bc7ef0a2..12fa2ab49ea4 100644 --- a/dev-python/djangorestframework-guardian/Manifest +++ b/dev-python/djangorestframework-guardian/Manifest @@ -1,3 +1,3 @@ DIST djangorestframework-guardian-0.3.0.gh.tar.gz 9110 BLAKE2B 70e6e347935f3e08b4b3181c591740f4c352bb18dfa2fe20fa8665f124f3228786fcb25b928a66063864729f6da7f5697165b85537813010ffbfa214cc6a4829 SHA512 ce196162f42671e6eeb56b17dd432380ff99626dd541b8d2e7e80e4ec7bfc5c884fd3c37652632363173368f9eb1ae0aa82dc25cb1c46ba927f2170d1abbce94 -EBUILD djangorestframework-guardian-0.3.0.ebuild 999 BLAKE2B aec9f4ae5eab28d19bc8f8e910c7474001030be2b170b6f8b4c365af2a45787d560d3f390ff881e3c9ac3ca580ff2752d884f5e1ab920df3d3e3f7bc0c30838c SHA512 fc70ec4b40c54ccf3a807ac4ef0f67842c59288fb8c7a8dbce572ab24ca48963897260a79ed0404a0222f57ea25b8695877f27834fe51ad46772c60bc81de270 +EBUILD djangorestframework-guardian-0.3.0.ebuild 999 BLAKE2B d81facbdbf5732a453af3fe4a9904e318d45c1017e035e78cd28997b96c3d6b055626a3017a9b80941cbeb89edaeae10ae09ecef6272c3d042583308de4aa6d2 SHA512 6a4f276703276e871c03efe861e92688469bd997dcda4bccdb870579654f6d658c9d416f4701d9d4c465398395692f7910186829c2213b5433bd1ac3c01084a8 MISC metadata.xml 511 BLAKE2B e8a807cbda5957e796a6a30461154bf27dbe19332be4c43e9c75379cecd33e841d23382291477bd370fb74fb7129ebcd72f0fe2b8a810c3c66f930a5b7915b1f SHA512 156eb0f58d790163dff2c8ad2f2f0300bfd7b978d31018ee825d526615a080a3e29b824f3065cca010f4e1023db63ad139f014138573e3834257d7c7be6d473c diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index a11d7c268c91..d12ab8aeaca8 100644 --- a/dev-python/langdetect/Manifest +++ b/dev-python/langdetect/Manifest @@ -1 +1,3 @@ DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db +EBUILD langdetect-1.0.9.ebuild 494 BLAKE2B 9cd8a2a93a8d45bf51fe2324402b175d641762ea591fcb99459427f977a95eccffa6ca4777ca4df39814eea6eac62711567faa654456d32f79023a4685804504 SHA512 d973b85ba1a44389a4275f02a779a93a005f7c2e096467b94b072862e4984d5b42cf33f9821ac68aa5b85b12c98983a90b96049989d8c84497969174b6bb838e +MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45 diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch deleted file mode 100644 index 637368d2f237..000000000000 --- a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix "Package 'langdetect.profiles' is absent from the `packages` configuration." - ---- a/setup.py -+++ b/setup.py -@@ -18,7 +18,7 @@ setup( - author_email='michal.danilak@gmail.com', - url='https://github.com/Mimino666/langdetect', - keywords='language detection library', -- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'], -+ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'], - include_package_data=True, - install_requires=['six'], - license='MIT', diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild index 99577c43fc3e..56733bbffc48 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -19,6 +19,4 @@ KEYWORDS="~amd64" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" ) - distutils_enable_tests unittest diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml index c0f74ac187e2..020e07f2a3dd 100644 --- a/dev-python/langdetect/metadata.xml +++ b/dev-python/langdetect/metadata.xml @@ -2,9 +2,11 @@ - pastalian46@gmail.com - Takuya Wakazono + marcin.deranek@slonko.net + Marcin Deranek - - gentoo-guru-overlay + + https://github.com/Mimino666/langdetect/issues + + slonko-overlay \ No newline at end of file diff --git a/dev-python/pyicu/files/pyicu-2.15.2-gcc15.patch b/dev-python/pyicu/files/pyicu-2.15.2-gcc15.patch new file mode 100644 index 000000000000..aa95cd0b5551 --- /dev/null +++ b/dev-python/pyicu/files/pyicu-2.15.2-gcc15.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/954147 +https://gitlab.pyicu.org/main/pyicu/-/commit/82fa082b149db81c894e0d887c0fff67c3d2826f + +From 82fa082b149db81c894e0d887c0fff67c3d2826f Mon Sep 17 00:00:00 2001 +From: Andi Vajda +Date: Mon, 5 May 2025 18:55:09 -0700 +Subject: [PATCH] switch to is_trivially_copyable for sake of g++ 15+ + +--- a/arg.h ++++ b/arg.h +@@ -853,7 +853,7 @@ public: + }; + + #define _IS_POD(T) \ +- static_assert(std::is_trivial::value); \ ++ static_assert(std::is_trivially_copyable::value); \ + static_assert(std::is_standard_layout::value) + + _IS_POD(AnyPythonObject); +-- +GitLab diff --git a/dev-python/pyicu/pyicu-2.14.ebuild b/dev-python/pyicu/pyicu-2.14.ebuild index 73965611c7b0..291c2d3f2328 100644 --- a/dev-python/pyicu/pyicu-2.14.ebuild +++ b/dev-python/pyicu/pyicu-2.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/pyicu/pyicu-2.15.2.ebuild b/dev-python/pyicu/pyicu-2.15.2.ebuild index a9fadabeb119..98c637b35e2d 100644 --- a/dev-python/pyicu/pyicu-2.15.2.ebuild +++ b/dev-python/pyicu/pyicu-2.15.2.ebuild @@ -38,6 +38,10 @@ BDEPEND=" DOCS=( CHANGES CREDITS README.md ) +PATCHES=( + "${FILESDIR}"/${P}-gcc15.patch +) + distutils_enable_tests pytest python_test() { -- cgit v1.3