Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/cython: upgrade to 0.28.2 | Roberto Oliveira | 2018-05-28 | 1 | -2/+2 |
| | |||||
* | main/cython: upgrade to 0.28.1 | Roberto Oliveira | 2018-04-05 | 1 | -2/+2 |
| | |||||
* | main/cython: upgrade to 0.27.3 | Stuart Cardall | 2018-01-02 | 1 | -2/+2 |
| | | | | https://github.com/cython/cython/blob/master/CHANGES.rst | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | main/cython: upgrade to 0.27.2 | Roberto Oliveira | 2017-10-27 | 1 | -2/+2 |
| | |||||
* | main/cython: upgrade to 0.27.1 | Roberto Oliveira | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | main/cython: upgrade to 0.25.2 | tmpfile | 2017-06-19 | 1 | -6/+4 |
| | |||||
* | main/cython: fix indentation and license | Jakub Jirutka | 2016-10-30 | 1 | -7/+7 |
| | |||||
* | main/cython: update to 0.25.1 | Stuart Cardall | 2016-10-30 | 1 | -5/+5 |
| | | | | https://github.com/cython/cython/blob/master/CHANGES.rst | ||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 1 | -2/+2 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/cython: update to 0.24.1 | Stuart Cardall | 2016-08-12 | 1 | -19/+10 |
| | | | | https://github.com/cython/cython/blob/master/CHANGES.rst | ||||
* | main/cython: fix $depends_dev | Stuart Cardall | 2016-05-09 | 1 | -2/+2 |
| | |||||
* | main/cython: update to 0.24 | Stuart Cardall | 2016-04-18 | 1 | -4/+4 |
| | |||||
* | main/cython: new upstream version 0.23.5 | Christian Kampka | 2016-03-29 | 1 | -4/+4 |
| | |||||
* | update all source= lines to use :: instead of saveas- syntax | Muh Muhten | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | main/cython: update to 0.23.4 | Stuart Cardall | 2015-10-26 | 1 | -4/+4 |
| | |||||
* | main/cython: update to 0.23.3 | Stuart Cardall | 2015-10-07 | 1 | -4/+4 |
| | |||||
* | main/cython: update to 0.23.2 | Stuart Cardall | 2015-09-17 | 1 | -4/+4 |
| | |||||
* | main/cython: update to 0.23.1 | Stuart Cardall | 2015-08-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | 0.23.1 (2015-08-22) Bugs fixed Invalid C code for generators. This fixes ticket 858. Invalid C code for some builtin methods. This fixes ticket 856. Invalid C code for unused local buffer variables. This fixes ticket 154. Test failures on 32bit systems. This fixes ticket 857. Code that uses "from xyz import *" and global C struct/union/array variables could fail to compile due to missing helper functions. This fixes ticket 851. Misnamed PEP 492 coroutine property cr_yieldfrom renamed to cr_await to match CPython. Missing deallocation code for C++ object attributes in certain extension class hierarchies. Crash when async coroutine was not awaited. Compiler crash on yield in signature annotations and default argument values. Both are forbidden now. Compiler crash on certain constructs in finally clauses. Cython failed to build when CPython's pgen is installed. | ||||
* | main/cython: update to 0.23 | Stuart Cardall | 2015-08-12 | 1 | -5/+4 |
| | |||||
* | main/cython: update to 0.22.1 | Stuart Cardall | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | testing/cython: move to main | Carlo Landmeter | 2015-04-24 | 1 | -0/+40 |