| Commit message (Expand) | Author | Age | Files | Lines |
* | python-r1.eclass: Expand `use doc` check in example for readability | Michał Górny | 2023-08-19 | 1 | -1/+2 |
* | python{,-any}-r1.eclass: use python_has_version in examples | Matt Whitlock | 2023-08-19 | 1 | -5/+5 |
* | python-utils-r1.eclass: Loosen minimal Python versions | Michał Górny | 2023-07-17 | 1 | -1/+1 |
* | eclass: standardize prologue/epilogue | David Seifert | 2023-03-17 | 1 | -2/+2 |
* | python-r1.eclass: Stop providing multibuild.eclass | Michał Górny | 2023-01-07 | 1 | -2/+2 |
* | python-single-r1.eclass: drop EAPI 6 support | David Seifert | 2022-12-27 | 1 | -1/+1 |
* | python-r1.eclass: drop EAPI 6 support | David Seifert | 2022-12-27 | 1 | -19/+8 |
* | python-any-r1.eclass: drop EAPI 6 support | David Seifert | 2022-12-27 | 1 | -1/+1 |
* | python-r1.eclass: localise 'i' in python_setup | Sam James | 2022-08-24 | 1 | -1/+1 |
* | python*-r1.eclass: Add missing inherit for eqawarn | Ulrich Müller | 2022-07-24 | 1 | -0/+1 |
* | python-r1.eclass: Warn about direct foreach_impl calls in d-r1 | Michał Górny | 2022-06-12 | 1 | -0/+18 |
* | *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE | Ulrich Müller | 2022-03-24 | 1 | -8/+8 |
* | python-utils-r1.eclass: Support matching impls by stdlib version | Michał Górny | 2022-02-09 | 1 | -25/+10 |
* | python-r1.eclass: Improve comment for USE-dep generation | Michał Górny | 2022-02-09 | 1 | -3/+9 |
* | python-utils-r1.eclass: Add function to run python_check_deps() | Michał Górny | 2022-02-09 | 1 | -6/+1 |
* | python-r1.eclass: Remove deprecated python_gen_usedep | Michał Górny | 2022-02-09 | 1 | -42/+1 |
* | eclass: Update links to Gentoo Python Guide | Michał Górny | 2022-01-29 | 1 | -1/+1 |
* | python*-r1.eclass: Remove explicit dep on python-exec | Michał Górny | 2022-01-09 | 1 | -8/+1 |
* | python-r1.eclass: Set @PROVIDES | Michał Górny | 2021-09-02 | 1 | -0/+1 |
* | python-r1.eclass: Enable EAPI 8 | Michał Górny | 2021-06-23 | 1 | -2/+2 |
* | python-r1.eclass: Use 'dosym -r' in EAPI 8 | Michał Górny | 2021-06-23 | 1 | -1/+3 |
* | python-r1.eclass: Ban python_gen_usedep in EAPI 8 | Michał Górny | 2021-06-23 | 1 | -0/+1 |
* | python-r1.eclass: Remove obsolete QA hack for PYTHON_USEDEP | Michał Górny | 2021-06-23 | 1 | -14/+4 |
* | python-r1.eclass: Update doc for -2/-3 arg removal | Michał Górny | 2021-06-23 | 1 | -35/+28 |
* | python-r1.eclass: Remove support for EAPIs prior to 6 | Michał Górny | 2021-04-09 | 1 | -5/+3 |
* | python-r1.eclass: Update examples to use BDEPEND | Michał Górny | 2021-03-28 | 1 | -6/+6 |
* | python-r1.eclass: Fix any-r1-style python_setup without USE flags | Michał Górny | 2021-03-11 | 1 | -5/+8 |
* | python-r1.eclass: Allow empty depstring to python_gen_any_dep | Michał Górny | 2021-02-11 | 1 | -7/+8 |
* | python-r1.eclass: Support PYTHON_SINGLE_USEDEP in any-dep API | Michał Górny | 2020-12-23 | 1 | -7/+33 |
* | python-r1.eclass: Update PYTHON_USEDEP in python_gen_any_dep() | Michał Górny | 2020-12-23 | 1 | -10/+10 |
* | python*-r1.eclass: Check for invalid impl patterns | Michał Górny | 2020-08-07 | 1 | -0/+6 |
* | python-r1.eclass: Fix eclassdoc | Michał Górny | 2020-07-04 | 1 | -2/+8 |
* | python-utils-r1.eclass: Mark python_export private | Michał Górny | 2020-03-22 | 1 | -6/+6 |
* | python-utils-r1.eclass: Make python_wrapper_setup private | Michał Górny | 2020-03-22 | 1 | -2/+2 |
* | python-r1.eclass: Report impl used by python_setup | Michał Górny | 2020-03-05 | 1 | -0/+1 |
* | python*-r1.eclass, distutils-r1.eclass: Link to Python Guide | Michał Górny | 2020-03-05 | 1 | -3/+3 |
* | python*-r1.eclass: Update examples for virtual/pypy removal | Michał Górny | 2019-12-30 | 1 | -1/+1 |
* | python*r1.eclass: Remove python-exec:0 leftover | Michał Górny | 2019-12-07 | 1 | -5/+1 |
* | python*r1.eclass: Reliably allow empty <pattern>s to gen funcs | Michał Górny | 2019-12-07 | 1 | -7/+6 |
* | python*-r1.eclass: Deprecate python_gen_usedep | Michał Górny | 2019-12-07 | 1 | -16/+45 |
* | python-r1.eclass: Remove python_export_best | Michał Górny | 2019-11-29 | 1 | -30/+0 |
* | python-r1.eclass: Fix stripping :0= from PyPy w/ REQ_USE set | Michał Górny | 2019-11-19 | 1 | -1/+1 |
* | python-r1.eclass: add @SUPPORTED_EAPIS | Michał Górny | 2018-08-15 | 1 | -0/+1 |
* | python-r1.eclass: Sanitize exeopts | Michał Górny | 2018-06-13 | 1 | -0/+1 |
* | python-r1.eclass: Enable EAPI 7 (no changes) | Michał Górny | 2018-05-07 | 1 | -2/+2 |
* | python-r1.eclass: Add python_gen_any_dep, to create any-of deps | Michał Górny | 2017-05-29 | 1 | -0/+98 |
* | python-r1.eclass: Support python_check_deps() in python_setup | Michał Górny | 2017-05-29 | 1 | -10/+38 |
* | python-r1.eclass: Inline implementation loop logic into python_setup | Michał Górny | 2017-05-29 | 1 | -9/+26 |
* | python-r1.eclass: Move PYTHON_COMPAT_OVERRIDE warning into flag check | Michał Górny | 2017-05-29 | 1 | -13/+18 |
* | python-r1.eclass: Remove deprecated python_parallel_foreach_impl | Michał Górny | 2017-05-29 | 1 | -35/+0 |