diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-12 12:52:32 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-12 12:52:43 -0500 |
commit | 3e3861e1a72a945240e95cfb24fa57e4d9c5681d (patch) | |
tree | 7183917cce818069dd4228fe5a01bb0769816898 /dev-python/pynput | |
parent | www-apps/phpBB: Address dropped json USE flag in dev-lang/php:8.0 (diff) | |
download | gentoo-3e3861e1a72a945240e95cfb24fa57e4d9c5681d.tar.gz gentoo-3e3861e1a72a945240e95cfb24fa57e4d9c5681d.tar.bz2 gentoo-3e3861e1a72a945240e95cfb24fa57e4d9c5681d.zip |
dev-python/pynput: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/pynput')
-rw-r--r-- | dev-python/pynput/pynput-1.6.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pynput/pynput-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pynput/pynput-1.6.8.ebuild b/dev-python/pynput/pynput-1.6.8.ebuild index 6c5e345211a8..081a00967deb 100644 --- a/dev-python/pynput/pynput-1.6.8.ebuild +++ b/dev-python/pynput/pynput-1.6.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/dev-python/pynput/pynput-9999.ebuild b/dev-python/pynput/pynput-9999.ebuild index 6c5e345211a8..081a00967deb 100644 --- a/dev-python/pynput/pynput-9999.ebuild +++ b/dev-python/pynput/pynput-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |