mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/jsmin: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="JavaScript minifier"
|
||||
HOMEPAGE="https://pypi.org/project/jsmin/ https://github.com/tikitu/jsmin/"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/jsmin/
|
||||
https://github.com/tikitu/jsmin/
|
||||
"
|
||||
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user