summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2021-06-23 21:54:06 UTCRepository mirror & CI2021-06-237340-14754/+14802
|
* Merge updates from masterRepository mirror & CI2021-06-2313-224/+464
|\
| * python-utils-r1.eclass: Remove _python_ln_relMichał Górny2021-06-231-40/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Enable EAPI 8Michał Górny2021-06-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Use 'dosym -r' in EAPI 8Michał Górny2021-06-231-2/+4
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Ban dift --via-home in EAPI 8Michał Górny2021-06-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Require >=pyproject2setuppy-15Michał Górny2021-06-231-3/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Replace mydistutilsargs with DISTUTILS_ARGSMichał Górny2021-06-231-7/+16
| | | | | | | | | | | | | | Add a new correctly-cased DISTUTILS_ARGS variable that replaces mydistutilsargs. Ban the latter in EAPI 8. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Refactor --install-scripts rewriting logicMichał Górny2021-06-231-22/+21
| | | | | | | | | | | | | | | | | | Refactor the --install-scripts rewriting logic in distutils-r1_python_install to be less horrid. Instead of using variable indirection, just inline the mydistutilsargs logic from esetup.py and rewrite the combined argument array. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-r1.eclass: Enable EAPI 8Michał Górny2021-06-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-r1.eclass: Use 'dosym -r' in EAPI 8Michał Górny2021-06-231-1/+3
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-r1.eclass: Ban python_gen_usedep in EAPI 8Michał Górny2021-06-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-r1.eclass: Remove obsolete QA hack for PYTHON_USEDEPMichał Górny2021-06-231-14/+4
| | | | | | | | | | | | | | | | | | Remove the QA hack for PYTHON_USEDEP that originally prevented python-r1 ebuilds from wrongly depending on python-single-r1 packages. Since the latter no longer define python_targets*, these dependencies are now caught without any hacks. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * multibuild.eclass: Enable EAPI 8Michał Górny2021-06-231-4/+4
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-r1.eclass: Update doc for -2/-3 arg removalMichał Górny2021-06-231-35/+28
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-single-r1.eclass: Enable EAPI 8Michał Górny2021-06-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-single-r1.eclass: Ban PYTHON_MULTI_USEDEP in EAPI 8Michał Górny2021-06-231-6/+6
| | | | | | | | | | | | | | PYTHON_MULTI_USEDEP was a temporary transition measure, and is now equivalent to PYTHON_USEDEP. Ban it in EAPI 8 to clean up ebuilds. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-single-r1.eclass: Update doc for -2/-3 arg removalMichał Górny2021-06-231-20/+16
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-any-r1.eclass: Enable EAPI 8Michał Górny2021-06-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-any-r1.eclass: Remove obsolete PYTHON_USEDEP single-r1 hackMichał Górny2021-06-231-7/+7
| | | | | | | | | | | | | | | | | | Remove the QA hack for PYTHON_USEDEP that originally prevented python-r1 ebuilds from wrongly depending on python-single-r1 packages. Since the latter no longer define python_targets*, these dependencies are now caught without any hacks. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-any-r1.eclass: Remove obsolete eselect-python useMichał Górny2021-06-231-16/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Enable EAPI 8Michał Górny2021-06-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Fix python_fix_shebang for py3.10+Michał Górny2021-06-231-5/+7
| | | | | | | | | | | | We should be safe until Python 3.99 now ;-). Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Deprecated and EAPI8-ban python_is_python3Michał Górny2021-06-232-0/+7
| | | | | | | | | | | | | | There is no use for python_is_python3 anymore, as Python 2 is no longer supported at runtime and the remaining any-r1 uses are pure-2. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Ban py2 deps in python_gen* in EAPI 8Michał Górny2021-06-231-13/+26
| | | | | | | | | | | | | | | | Ban using -2 or python2* as an argument to python_gen_cond_dep and other functions using _python_impl_matches, in order to force cleaning up old entries, in EAPI 8. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Eliminate local python_is_python3 usesMichał Górny2021-06-231-10/+6
| | | | | | | | | | | | | | | | Do not use python_is_python3 in eclass functions to ease banning it. Except for wrapper setup that is still used in py2 any-r1 context, we can unconditionally assume Python 3 everywhere. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Rename *into vars to use underscoresMichał Górny2021-06-231-6/+6
| | | | | | | | | | | | | | | | Rename helper variables used by *into to mark them private with underscores. The old names are leftovers from deprecated API that permitted setting them directly. It was last used in ::gentoo in 2016. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Remove python_optimize support for py<3.5Michał Górny2021-06-231-6/+2
| | | | | | | | | | | | | | | | Remove the support code for Python 2.7, <3.5, as well as PyPy2.7. These are no longer supported at runtime, so byte-compiling should not be used for these impls. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Use 'dosym -r' in EAPI 8Michał Górny2021-06-231-2/+4
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Ban private API in EAPI 8Michał Górny2021-06-231-0/+4
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-office/gnumeric: add 1.12.50David Seifert2021-06-232-0/+94
| | | | | | | | Signed-off-by: David Seifert <soap@gentoo.org>
| * x11-libs/goffice: add 0.10.50David Seifert2021-06-232-0/+66
| | | | | | | | Signed-off-by: David Seifert <soap@gentoo.org>
| * dev-libs/link-grammar: add 5.9.1David Seifert2021-06-232-0/+124
| | | | | | | | Signed-off-by: David Seifert <soap@gentoo.org>
* | 2021-06-23 21:36:31 UTCRepository mirror & CI2021-06-2317-20/+189
| |
* | Merge updates from masterRepository mirror & CI2021-06-2321-8/+1062
|\|
| * dev-python/pytest-cov: Enable py3.10Michał Górny2021-06-231-1/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/process-tests: Enable py3.10Michał Górny2021-06-231-1/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/fields: Enable py3.10Michał Górny2021-06-231-6/+6
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/css-parser: Mark ALLARCHESMichał Górny2021-06-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/stripe: Mark ALLARCHESMichał Górny2021-06-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/sphinx-notfound-page: Mark ALLARCHESMichał Górny2021-06-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/gentoo-kernel-bin: Bump to 5.4.128Michał Górny2021-06-232-0/+121
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/gentoo-kernel-bin: Bump to 5.10.46Michał Górny2021-06-232-0/+121
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/gentoo-kernel-bin: Bump to 5.12.13Michał Górny2021-06-232-0/+121
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * virtual/dist-kernel: Bump to 5.4.128Michał Górny2021-06-231-0/+19
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/gentoo-kernel: Bump to 5.4.128Michał Górny2021-06-232-0/+99
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/vanilla-kernel: Bump to 5.4.128Michał Górny2021-06-232-0/+110
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * virtual/dist-kernel: Bump to 5.10.46Michał Górny2021-06-231-0/+19
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/gentoo-kernel: Bump to 5.10.46Michał Górny2021-06-232-0/+107
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sys-kernel/vanilla-kernel: Bump to 5.10.46Michał Górny2021-06-232-0/+104
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>