rand/dev-python/dec8/dec8-9999-r2.ebuild
2025-03-28 10:13:59 +01:00

20 lines
479 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3
DESCRIPTION="Minimalistic shared libraries of the Decade project."
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
EGIT_REPO_URI="https://git.decade.cz/decade-public/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/jsmin
"