commit:     5b227833c13eebf1bd479515a67549ae9519e583
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 00:21:19 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 00:21:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b227833

dev-python/towncrier: add Python 3.9, fix tests

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/towncrier/towncrier-19.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/towncrier/towncrier-19.2.0.ebuild 
b/dev-python/towncrier/towncrier-19.2.0.ebuild
index cc8e40526e1..14f7bc852f3 100644
--- a/dev-python/towncrier/towncrier-19.2.0.ebuild
+++ b/dev-python/towncrier/towncrier-19.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Building newsfiles for your project"
@@ -32,7 +32,7 @@ BDEPEND="
 RESTRICT="!test? ( test )"
 
 python_test() {
-       distutils_install_for_testing
+       distutils_install_for_testing --via-root
 
        trial towncrier || die "tests failed with ${EPYTHON}"
 }

Reply via email to