Compare commits

..

No commits in common. "119a86cc006367bb0d60dcc82676ebb7aa6b9189" and "2ba9417a31bba60e82f0ceecbb651b8fb1a344d9" have entirely different histories.

12 changed files with 27 additions and 22 deletions

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_OPTIONAL=1 DISTUTILS_OPTIONAL=1
inherit cmake distutils-r1 inherit cmake distutils-r1

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9} ) PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_OPTIONAL=1 DISTUTILS_OPTIONAL=1
inherit cmake distutils-r1 inherit cmake distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9} ) PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="A list-like type" DESCRIPTION="A list-like type"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9} ) PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Allowlist-based HTML cleaner" DESCRIPTION="Allowlist-based HTML cleaner"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9}) PYTHON_COMPAT=( python3_{6,7,8,9})
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
@ -19,6 +19,7 @@ RDEPEND="
dev-python/future dev-python/future
dev-python/aiohttp dev-python/aiohttp
dev-python/aiofiles dev-python/aiofiles
python_targets_python3_6? ( dev-python/dataclasses )
dev-python/h11 dev-python/h11
dev-python/hyper-h2 dev-python/hyper-h2
dev-python/logbook dev-python/logbook

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9}) PYTHON_COMPAT=( python3_{6,7,8,9})
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
@ -19,6 +19,7 @@ RDEPEND="
dev-python/future dev-python/future
dev-python/aiohttp dev-python/aiohttp
dev-python/aiofiles dev-python/aiofiles
python_targets_python3_6? ( dev-python/dataclasses )
dev-python/h11 dev-python/h11
dev-python/hyper-h2 dev-python/hyper-h2
dev-python/logbook dev-python/logbook

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_{7..9}) PYTHON_COMPAT=(python3_{6..9})
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs" DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_{7..9}) PYTHON_COMPAT=(python3_{6..9})
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs" DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_{7..9}) PYTHON_COMPAT=(python3_{6..9})
inherit distutils-r1 inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_7 ) PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call" DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..9} ) PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Encode and decode Base64 without "=" padding." DESCRIPTION="Encode and decode Base64 without "=" padding."

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{7..8} ) PYTHON_COMPAT=( python3_{6..8} )
inherit qmake-utils python-single-r1 xdg inherit qmake-utils python-single-r1 xdg
DESCRIPTION="A fancy, customizable, keyboard-operable Qt/QML+Python Matrix chat client." DESCRIPTION="A fancy, customizable, keyboard-operable Qt/QML+Python Matrix chat client."
@ -66,6 +66,9 @@ RDEPEND="
>=dev-python/mistune-0.8.4[${PYTHON_USEDEP}] >=dev-python/mistune-0.8.4[${PYTHON_USEDEP}]
>=dev-python/pillow-7.0.0[${PYTHON_USEDEP}] >=dev-python/pillow-7.0.0[${PYTHON_USEDEP}]
>=dev-python/pymediainfo-4.2.1[${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] ) python_single_target_python3_7? ( >=dev-python/pyfastcopy-1.0.3[python_targets_python3_7] )
') ')