dev-python/odsgenerator: new package, add 1.11.1

Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
Ivan Lloro
2024-11-19 11:54:16 +01:00
parent 3358368811
commit 51bca75942
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST odsgenerator-1.11.1.tar.gz 178109 BLAKE2B 11b53a10918b30ea7152f895ac1578080a4b2813403e2db8b3660d5aaf7d72ff5ea270c201ad8e1a1dbf41149a55988402910489c613ac3546c3d6bf4df94ec3 SHA512 ead8e2e973c09c0bf1ac582499ae945e79a615e9e4c591a9e1d7ee8bcfbe7aa21a387fd9b985d8fa354d96aee876a99829a50ba2d67f182b8e502a15c6aa5b5e

View File

@@ -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
"