diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-18 15:18:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-18 15:18:01 +0000 |
| commit | fac0acb695f0ee17d0a8cd649d40775806e93174 (patch) | |
| tree | b6a638d1bc4b181ff0bb7437934bebf757b9e00a /dev-python | |
| parent | 2dd8aa0b5001c0a199faeb786b5e2babba796a99 (diff) | |
| download | baldeagleos-repo-fac0acb695f0ee17d0a8cd649d40775806e93174.tar.gz baldeagleos-repo-fac0acb695f0ee17d0a8cd649d40775806e93174.tar.xz baldeagleos-repo-fac0acb695f0ee17d0a8cd649d40775806e93174.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cython/cython-3.1.0_beta1-r1.ebuild (renamed from dev-python/cython/cython-3.1.0_beta1.ebuild) | 3 | ||||
| -rw-r--r-- | dev-python/cython/files/cython-3.1.0_beta1-pypy3.patch | 36 | ||||
| -rw-r--r-- | dev-python/langdetect/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch | 13 | ||||
| -rw-r--r-- | dev-python/langdetect/langdetect-1.0.9.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/langdetect/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/multidict/multidict-6.4.3.ebuild | 5 |
7 files changed, 53 insertions, 20 deletions
diff --git a/dev-python/cython/cython-3.1.0_beta1.ebuild b/dev-python/cython/cython-3.1.0_beta1-r1.ebuild index d34f7aab5689..54fcd8230f1b 100644 --- a/dev-python/cython/cython-3.1.0_beta1.ebuild +++ b/dev-python/cython/cython-3.1.0_beta1-r1.ebuild @@ -20,6 +20,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" RESTRICT="!test? ( test )" @@ -35,6 +36,8 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch" "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch" + # https://github.com/cython/cython/pull/6782 + "${FILESDIR}/${P}-pypy3.patch" ) distutils_enable_sphinx docs \ diff --git a/dev-python/cython/files/cython-3.1.0_beta1-pypy3.patch b/dev-python/cython/files/cython-3.1.0_beta1-pypy3.patch new file mode 100644 index 000000000000..9884e1b84a64 --- /dev/null +++ b/dev-python/cython/files/cython-3.1.0_beta1-pypy3.patch @@ -0,0 +1,36 @@ +From c1e709dd260b7621f36737b585dac1fd45a7704c Mon Sep 17 00:00:00 2001 +From: da-woods <dw-git@d-woods.co.uk> +Date: Sun, 6 Apr 2025 08:43:34 +0100 +Subject: [PATCH] Fix __Pyx_Owned_Py_None usage as actual function (GH-6782) + +In the tracing code, we are using it like a function (i.e. casting to void to mark it unused) so it has to be a function, not just a macro. + +Fixes https://github.com/cython/cython/issues/6781 +--- + Cython/Utility/TypeConversion.c | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/Cython/Utility/TypeConversion.c b/Cython/Utility/TypeConversion.c +index b86125699c7..e085fae8eb3 100644 +--- a/Cython/Utility/TypeConversion.c ++++ b/Cython/Utility/TypeConversion.c +@@ -103,7 +103,7 @@ static CYTHON_INLINE PyObject *__Pyx_XNewRef(PyObject *obj) { + #endif + } + +-#define __Pyx_Owned_Py_None(b) __Pyx_NewRef(Py_None) ++static CYTHON_INLINE PyObject *__Pyx_Owned_Py_None(int b); + static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b); + static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); + static CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject*); +@@ -420,6 +420,10 @@ static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject* o) { + } + } + ++static CYTHON_INLINE PyObject *__Pyx_Owned_Py_None(int b) { ++ CYTHON_UNUSED_VAR(b); ++ return __Pyx_NewRef(Py_None); ++} + + static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b) { + return b ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False); diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index a11d7c268c91..37a64204a00a 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 9b3521c5721afa49a58e0c35267f7d82bb56bd7e1d6d3152be0d36cd220180a526cb20b90b1113fbf0fff4a512137570f0b3bcf864498b7b7cc00403cb61ca27 SHA512 16d311400bf84a5f04e15f3da4b68b2810e4b005009f4d03dc8a487176dfc294403c976c412c83dcfa8084a49ef7b7d5389b43fb2ba446ce107ce4595e3558c6 +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 eb2586280d80..56733bbffc48 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>pastalian46@gmail.com</email> - <name>Takuya Wakazono</name> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> </maintainer> - - <origin>gentoo-guru-overlay</origin> + <upstream> + <bugs-to>https://github.com/Mimino666/langdetect/issues</bugs-to> + </upstream> + <origin>slonko-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/multidict/multidict-6.4.3.ebuild b/dev-python/multidict/multidict-6.4.3.ebuild index 92008c121f69..83f92e0d85f3 100644 --- a/dev-python/multidict/multidict-6.4.3.ebuild +++ b/dev-python/multidict/multidict-6.4.3.ebuild @@ -29,6 +29,11 @@ RDEPEND=" >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] ' 3.10) " +BDEPEND=" + test? ( + dev-python/objgraph[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest |
