commit: 164e857391187dbbcb7167edf0488077ef351d00
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 23:39:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 23:43:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164e8573
dev-python/jsmin: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/jsmin/jsmin-2.2.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/jsmin/jsmin-2.2.2.ebuild
b/dev-python/jsmin/jsmin-2.2.2.ebuild
index bd37dbf71ad..716997406fe 100644
--- a/dev-python/jsmin/jsmin-2.2.2.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.2.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} )
inherit distutils-r1
@@ -12,7 +12,6 @@ HOMEPAGE="https://pypi.org/project/jsmin/
https://github.com/tikitu/jsmin/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 x86"
-IUSE=""
LICENSE="MIT"
SLOT="0"