diff --git a/any.rst b/any.rst index b467a17..7da0047 100644 --- a/any.rst +++ b/any.rst @@ -90,7 +90,7 @@ This is best explained using an example: # Distributed under the terms of the GNU General Public License v2 EAPI=6 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) inherit meson python-any-r1 @@ -163,7 +163,7 @@ need to be wrapped in appropriate USE conditions: EAPI=7 - PYTHON_COMPAT=( python3_{6,7} ) + PYTHON_COMPAT=( python3_{6..7} ) inherit python-any-r1 DESCRIPTION="Programmable Completion for bash" @@ -212,7 +212,7 @@ a similar condition in ``python_check_deps()``: EAPI=7 - PYTHON_COMPAT=( python3_{6,7} ) + PYTHON_COMPAT=( python3_{6..7} ) inherit python-any-r1 cmake DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" diff --git a/basic.rst b/basic.rst index 151d3d7..b128df5 100644 --- a/basic.rst +++ b/basic.rst @@ -25,7 +25,7 @@ The valid values are: Typical use:: - PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit python-single-r1 diff --git a/buildsys.rst b/buildsys.rst index b35abb0..427cfb4 100644 --- a/buildsys.rst +++ b/buildsys.rst @@ -50,7 +50,7 @@ to inherit ``python-any-r1``. The eclass takes care of setting EAPI=7 - PYTHON_COMPAT=( python3_{6,7} ) + PYTHON_COMPAT=( python3_{6..7} ) inherit python-any-r1 scons-utils toolchain-funcs COMMIT="6e5e8a57628095d8d0c8bbb38187afb0f3a42112" @@ -113,7 +113,7 @@ be combined. EAPI=7 - PYTHON_COMPAT=( python3_{6,7} ) + PYTHON_COMPAT=( python3_{6..7} ) inherit python-any-r1 scons-utils toolchain-funcs MY_P=${PN}-src-r${PV/_rc/-rc} @@ -286,7 +286,7 @@ unconditionally. EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 diff --git a/depend.rst b/depend.rst index ee9dbd5..44be300 100644 --- a/depend.rst +++ b/depend.rst @@ -80,7 +80,7 @@ SQLite support when running tests: # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) + PYTHON_COMPAT=( python3_{6..8} pypy3 ) inherit distutils-r1 diff --git a/distutils-legacy.rst b/distutils-legacy.rst index ad5f2dd..379b42d 100644 --- a/distutils-legacy.rst +++ b/distutils-legacy.rst @@ -72,7 +72,7 @@ The value needs to be set before inheriting the eclass: EAPI=7 - PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) + PYTHON_COMPAT=( python2_7 python3_{6..8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -276,7 +276,7 @@ files are contained within the copy used for the current interpreter. EAPI=7 DISTUTILS_USE_SETUPTOOLS=no - PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + PYTHON_COMPAT=( python3_{6..8} pypy3 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/distutils.rst b/distutils.rst index fa4f77e..07e7723 100644 --- a/distutils.rst +++ b/distutils.rst @@ -787,7 +787,7 @@ containing Sphinx documentation: EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -829,7 +829,7 @@ to ``distutils_enable_sphinx``. EAPI=7 - PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) + PYTHON_COMPAT=( pypy3 python3_{6..8} ) inherit distutils-r1 DESCRIPTION="Correctly inflect words and numbers" @@ -868,7 +868,7 @@ packages. EAPI=7 - PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) + PYTHON_COMPAT=( python2_7 python3_{6..8} ) inherit distutils-r1 DESCRIPTION="Python Serial Port extension" diff --git a/expert-multi.rst b/expert-multi.rst index d980609..328f809 100644 --- a/expert-multi.rst +++ b/expert-multi.rst @@ -37,7 +37,7 @@ dependencies to available targets. EAPI=7 - PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy{,3} ) + PYTHON_COMPAT=( python2_7 python3_{6..8} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -101,7 +101,7 @@ list. EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 @@ -158,7 +158,7 @@ targets. EAPI=6 - PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + PYTHON_COMPAT=( python2_7 python3_{5..7} ) inherit python-r1 toolchain-funcs diff --git a/multi.rst b/multi.rst index 6e54595..38ae4ea 100644 --- a/multi.rst +++ b/multi.rst @@ -332,7 +332,7 @@ that it is entirely normal that the same environment will be set inside EAPI="7" - PYTHON_COMPAT=( python{3_6,3_7} ) + PYTHON_COMPAT=( python3_{6..7} ) PYTHON_REQ_USE="ncurses,readline" inherit python-r1 diff --git a/single.rst b/single.rst index 4636a4c..ad65468 100644 --- a/single.rst +++ b/single.rst @@ -174,7 +174,7 @@ USE-conditional: EAPI=6 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 @@ -222,7 +222,7 @@ applies to build time (tests) while the other to runtime (bindings). EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) inherit cmake python-single-r1 DESCRIPTION="Sound design and signal processing system for composition and performance" diff --git a/test.rst b/test.rst index 1343a41..df14ea6 100644 --- a/test.rst +++ b/test.rst @@ -35,7 +35,7 @@ setting ``RDEPEND``, it also copies it to test dependencies. EAPI=7 - PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) + PYTHON_COMPAT=( python2_7 python3_{6..8} pypy3 ) inherit distutils-r1 DESCRIPTION="An easy whitelist-based HTML-sanitizing tool" @@ -81,7 +81,7 @@ Please read the section on `undesirable test dependencies`_ too. EAPI=6 - PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) + PYTHON_COMPAT=( python2_7 python3_{6..8} pypy3 ) inherit distutils-r1 DESCRIPTION="Universal encoding detector" @@ -138,7 +138,7 @@ it call ``distutils-r1_src_test``: EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) + PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1 DESCRIPTION="Extra features for standard library's cmd module" @@ -184,7 +184,7 @@ of its logic. EAPI=7 - PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 ) + PYTHON_COMPAT=( python2_7 python3_{6..8} pypy3 ) inherit distutils-r1 DESCRIPTION="Bash tab completion for argparse"