diff options
Diffstat (limited to 'dev-python/commitizen/commitizen-3.27.0.ebuild')
-rw-r--r-- | dev-python/commitizen/commitizen-3.27.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/commitizen/commitizen-3.27.0.ebuild b/dev-python/commitizen/commitizen-3.27.0.ebuild new file mode 100644 index 0000000..6628053 --- /dev/null +++ b/dev-python/commitizen/commitizen-3.27.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..13} ) + +inherit distutils-r1 + +DESCRIPTION="Commitizen is release management tool designed for teams" +HOMEPAGE="https://github.com/commitizen-tools/commitizen" +SRC_URI="https://github.com/commitizen-tools/commitizen/archive/refs/tags/v${PV}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="1" + +RDEPEND="" + +RDEPEND=" + >=dev-vcs/git-1.8.5.2 + ${DEPEND} +" |