commit: 95dda64d52346d26bd55f9c4fd549c7f26ee0156
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 15:03:21 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 15:33:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dda64d
dev-python/stapler: add python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/stapler/stapler-1.0.0_p20200531.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
index ab82faad35b..d71209069ac 100644
--- a/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
+++ b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
@@ -1,9 +1,9 @@
-# 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} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1 vcs-snapshot