remove python3.6 target from several net-im/mirage adjacent ebuilds
This commit is contained in:
parent
3f541a598b
commit
9b65c1de65
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
DISTUTILS_OPTIONAL=1
|
||||
|
||||
inherit cmake distutils-r1
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
DISTUTILS_OPTIONAL=1
|
||||
|
||||
inherit cmake distutils-r1
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A list-like type"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Allowlist-based HTML cleaner"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9})
|
||||
PYTHON_COMPAT=( python3_{7..9})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
|
||||
@ -19,7 +19,6 @@ RDEPEND="
|
||||
dev-python/future
|
||||
dev-python/aiohttp
|
||||
dev-python/aiofiles
|
||||
python_targets_python3_6? ( dev-python/dataclasses )
|
||||
dev-python/h11
|
||||
dev-python/hyper-h2
|
||||
dev-python/logbook
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9})
|
||||
PYTHON_COMPAT=( python3_{7..9})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
|
||||
@ -19,7 +19,6 @@ RDEPEND="
|
||||
dev-python/future
|
||||
dev-python/aiohttp
|
||||
dev-python/aiofiles
|
||||
python_targets_python3_6? ( dev-python/dataclasses )
|
||||
dev-python/h11
|
||||
dev-python/hyper-h2
|
||||
dev-python/logbook
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6..9})
|
||||
PYTHON_COMPAT=(python3_{7..9})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6..9})
|
||||
PYTHON_COMPAT=(python3_{7..9})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6..9})
|
||||
PYTHON_COMPAT=(python3_{7..9})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Encode and decode Base64 without "=" padding."
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
inherit qmake-utils python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="A fancy, customizable, keyboard-operable Qt/QML+Python Matrix chat client."
|
||||
@ -66,9 +66,6 @@ RDEPEND="
|
||||
>=dev-python/mistune-0.8.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-7.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymediainfo-4.2.1[${PYTHON_USEDEP}]
|
||||
python_single_target_python3_6? ( >=dev-python/async_generator-1.10[python_targets_python3_6] )
|
||||
python_single_target_python3_6? ( >=dev-python/dataclasses-0.6[python_targets_python3_6] )
|
||||
python_single_target_python3_6? ( >=dev-python/pyfastcopy-1.0.3[python_targets_python3_6] )
|
||||
python_single_target_python3_7? ( >=dev-python/pyfastcopy-1.0.3[python_targets_python3_7] )
|
||||
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user