summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/cython: Remove oldMichał Górny2024-03-104-108/+0
| | | | | Closes: https://bugs.gentoo.org/897934 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Add a hack for -Werror=incompatible-pointer-typesMichał Górny2024-02-272-0/+28
| | | | | | Bug: https://bugs.gentoo.org/918983 Bug: https://github.com/cython/cython/issues/2747 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Remove oldMichał Górny2023-10-021-35/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Backport fix for `metaclass=EnumMeta`Michał Górny2023-09-121-0/+69
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: backport --version fixSam James2023-07-281-0/+35
| | | | | | Closes: https://bugs.gentoo.org/911333 Thanks-to: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: drop 3.0.0_beta3-r2, 3.0.0_rc2Sam James2023-07-172-235/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: Backport reverse iterator fix to 3.0.0_beta3-r2Michał Górny2023-06-151-0/+207
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Backport py3.12 fix needed for pysimdjsonMichał Górny2023-06-041-0/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: workaround parallel install race for importing pythranSam James2023-03-241-0/+20
| | | | | | | | | | | | | | | An empty directory in site-packages is a valid Python module, unfortunately, because of namespaces. If installing packages in parallel, the pythran module might "exist" but be empty (hence no __version__ attribute). Catch AttributeError to avoid a narrow race. This might still be a Portage issue if there's a substantial delay between creating the directory and installing the remaining files though. Thanks to Eli Schwartz for helping out. Bug: https://bugs.gentoo.org/902713 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: Remove oldMichał Górny2022-01-085-308/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: backport test warning (causing failure) patchSam James2021-10-031-0/+20
| | | | | Closes: https://bugs.gentoo.org/739516 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: fix unaligned accesses in type conversionsRolf Eike Beer2021-09-031-0/+33
| | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/22204 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: adapt IndentationError test to python3_10Marek Szuba2021-05-151-0/+14
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/cython: backport tracing fix for python3_10 compatibilityMarek Szuba2021-05-151-0/+213
| | | | | | | | | | | | | | | Spotted it now that I am able to run the cython test suite. There is another error, in test_exceptions.pyx, stemming from the fact IndentationError messages in 3.10 are more verbose (e.g. expected an indented block after 'if' statement on line 1 instead of simply expected an indented block) - that one however seems to be a test-only issue. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/cython: rebase multiprocessing Darwin patch for 0.29.22Sam James2021-03-061-0/+27
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: fix usage on DarwinSam James2020-12-101-0/+29
| | | | | | | | | | macOS now defaults to the 'spawn' multiprocessing method which Cython isn't written for. Let's use a single thread if we're in the spawn case. Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: Remove oldMichał Górny2020-10-221-34/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Improve py39 patch to avoid breaking py27Michał Górny2020-06-151-47/+22
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Backport py3.9 classmethod fixMichał Górny2020-06-141-0/+59
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/cython: Revbump, add python3_8, fix USE=docPatrick McLean2019-11-191-0/+13
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/cython: remove oldTim Harder2019-07-031-19/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-python/cython: fix test failure on ARMMike Gilbert2017-05-121-0/+19
| | | | | Bug: https://bugs.gentoo.org/618242 Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62
* dev-python/cython: revbump -> vn. 0.23.4-r1Pallav Agarwal2016-03-241-0/+11
add emacs USE flag for installing cython-mode Ackd-by: idella4@gentoo.org Closes: https://github.com/gentoo/gentoo/pull/1119