commit: 7c0c3f3e597b1926f0c7378010b77b5b335f160a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 21:13:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 21:39:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0c3f3e
dev-python/webassets: add Python 3.9 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/webassets/webassets-2.0.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/webassets/webassets-2.0.ebuild b/dev-python/webassets/webassets-2.0.ebuild index 15cc8518666..c5a300af7a6 100644 --- a/dev-python/webassets/webassets-2.0.ebuild +++ b/dev-python/webassets/webassets-2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -24,7 +24,12 @@ BDEPEND=" dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] !!dev-ruby/sass - )" + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-2.0-python39.patch" +) distutils_enable_tests pytest