dev-python/dunamai - 1.24.1 (schplaf)

Search

Package Information

Description:
Dynamic versioning library and CLI
Homepage:
https://github.com/mtkennerly/dunamai/ https://dunamai.readthedocs.io/ https://pypi.org/project/dunamai/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.24.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1 pypi

DESCRIPTION="Dynamic versioning library and CLI"
HOMEPAGE="
	https://github.com/mtkennerly/dunamai/
	https://dunamai.readthedocs.io/
	https://pypi.org/project/dunamai/
"
SRC_URI="https://github.com/mtkennerly/dunamai/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=dev-python/packaging-20.9[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

DOCS=( CHANGELOG.md CONTRIBUTING.md LICENSE README.md docs/ )

distutils_enable_tests pytest

Dependencies

RDEPEND

>=dev-python/packaging-20.9[${PYTHON_USEDEP}]

BDEPEND

>=dev-python/packaging-20.9[${PYTHON_USEDEP}]

Manifest for 1.24.1

Type File Size Source URLs
DIST dunamai-1.24.1.tar.gz 76413 bytes https://github.com/mtkennerly/dunamai/archive/refs/tags/v1.24.1.tar.gz