diff options
Diffstat (limited to 'dev-python/odsgenerator/odsgenerator-1.11.1.ebuild')
-rw-r--r-- | dev-python/odsgenerator/odsgenerator-1.11.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/odsgenerator/odsgenerator-1.11.1.ebuild b/dev-python/odsgenerator/odsgenerator-1.11.1.ebuild new file mode 100644 index 000000000..d46012e72 --- /dev/null +++ b/dev-python/odsgenerator/odsgenerator-1.11.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 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 + +DESCRIPTION="Generate an OpenDocument Format .ods file from a .json or .yaml file." +HOMEPAGE="https://github.com/jdum/odsgenerator" +SRC_URI="https://github.com/jdum/odsgenerator/archive/refs/tags/v${PV}.tar.gz -> odsgenerator-${PV}.tar.gz" +S="${WORKDIR}/odsgenerator-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.9.1 +" |