diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-17 22:42:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-17 22:42:49 +0000 |
| commit | f5285df0a8af259f7b5cfa1eb2db45402d8a47fb (patch) | |
| tree | 78d4b2f9cd4e9db825e933f4b2cf85e3361470fd /dev-python | |
| parent | 3072dfe98bb17d0b17321578fcc65f534772700d (diff) | |
| download | baldeagleos-repo-f5285df0a8af259f7b5cfa1eb2db45402d8a47fb.tar.gz baldeagleos-repo-f5285df0a8af259f7b5cfa1eb2db45402d8a47fb.tar.xz baldeagleos-repo-f5285df0a8af259f7b5cfa1eb2db45402d8a47fb.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/ament_package/ament_package-0.12.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.6.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/google-pasta/google-pasta-0.2.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/gst-python/gst-python-1.16.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/gst-python/gst-python-1.18.4.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/py-gfm/py-gfm-0.1.4.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/python-caja/python-caja-1.24.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/rosdistro/rosdistro-0.8.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/rospkg/rospkg-1.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/urdf_parser_py/urdf_parser_py-0.4.5.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/vcstools/vcstools-0.1.42.ebuild | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/dev-python/ament_package/ament_package-0.12.0.ebuild b/dev-python/ament_package/ament_package-0.12.0.ebuild index 6027deba39c6..91d9796c64dc 100644 --- a/dev-python/ament_package/ament_package-0.12.0.ebuild +++ b/dev-python/ament_package/ament_package-0.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild index bc5007f34197..58cdaa882b8b 100644 --- a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild +++ b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 DESCRIPTION="Create standalone executables from Python scripts" diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild index 821881b20bd3..56732b0c8229 100644 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild +++ b/dev-python/google-pasta/google-pasta-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 DESCRIPTION="AST-based Python refactoring library" diff --git a/dev-python/gst-python/gst-python-1.16.3.ebuild b/dev-python/gst-python/gst-python-1.16.3.ebuild index 1a50e1c044d2..594ddd6a8ff4 100644 --- a/dev-python/gst-python/gst-python-1.16.3.ebuild +++ b/dev-python/gst-python/gst-python-1.16.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit meson python-r1 xdg-utils diff --git a/dev-python/gst-python/gst-python-1.18.4.ebuild b/dev-python/gst-python/gst-python-1.18.4.ebuild index 14626ea03c5e..e694a0d0445e 100644 --- a/dev-python/gst-python/gst-python-1.18.4.ebuild +++ b/dev-python/gst-python/gst-python-1.18.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit meson python-r1 xdg-utils diff --git a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild index 9f8238dc18f6..ca389a300688 100644 --- a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild +++ b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/py-gfm/py-gfm-0.1.4.ebuild b/dev-python/py-gfm/py-gfm-0.1.4.ebuild index 60d400dcb27b..04aa4a20ada0 100644 --- a/dev-python/py-gfm/py-gfm-0.1.4.ebuild +++ b/dev-python/py-gfm/py-gfm-0.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild index 8040d7a0a1f0..26c0341be543 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 PYSDL="${PN}-2.1.0" diff --git a/dev-python/python-caja/python-caja-1.24.0.ebuild b/dev-python/python-caja/python-caja-1.24.0.ebuild index f12f38bee577..9cbd273be362 100644 --- a/dev-python/python-caja/python-caja-1.24.0.ebuild +++ b/dev-python/python-caja/python-caja-1.24.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit mate python-single-r1 diff --git a/dev-python/rosdistro/rosdistro-0.8.3.ebuild b/dev-python/rosdistro/rosdistro-0.8.3.ebuild index 8bd21ec57713..71aa7ad40053 100644 --- a/dev-python/rosdistro/rosdistro-0.8.3.ebuild +++ b/dev-python/rosdistro/rosdistro-0.8.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 8bd21ec57713..71aa7ad40053 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-python/rospkg/rospkg-1.3.0.ebuild b/dev-python/rospkg/rospkg-1.3.0.ebuild index 9a43e2fb6d1e..e656cd999ffd 100644 --- a/dev-python/rospkg/rospkg-1.3.0.ebuild +++ b/dev-python/rospkg/rospkg-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 9a43e2fb6d1e..e656cd999ffd 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-python/urdf_parser_py/urdf_parser_py-0.4.5.ebuild b/dev-python/urdf_parser_py/urdf_parser_py-0.4.5.ebuild index eb02edd82cea..7f915f98be86 100644 --- a/dev-python/urdf_parser_py/urdf_parser_py-0.4.5.ebuild +++ b/dev-python/urdf_parser_py/urdf_parser_py-0.4.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 DESCRIPTION="URDF parser for Python" diff --git a/dev-python/vcstools/vcstools-0.1.42.ebuild b/dev-python/vcstools/vcstools-0.1.42.ebuild index 080412941179..2bf276548dda 100644 --- a/dev-python/vcstools/vcstools-0.1.42.ebuild +++ b/dev-python/vcstools/vcstools-0.1.42.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |
