From e02f4a1f01314272c0effbf98243dc6d7b6f6fab Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 25 Sep 2024 17:42:50 +0200 Subject: app-office/autobean-format: new package, add 0.1.6 --- .../autobean-format/autobean-format-0.1.6.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-office/autobean-format/autobean-format-0.1.6.ebuild (limited to 'app-office/autobean-format/autobean-format-0.1.6.ebuild') diff --git a/app-office/autobean-format/autobean-format-0.1.6.ebuild b/app-office/autobean-format/autobean-format-0.1.6.ebuild new file mode 100644 index 0000000..b2ecd42 --- /dev/null +++ b/app-office/autobean-format/autobean-format-0.1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYPI_NO_NORMALIZE=yes +PYTHON_COMPAT=( python3_{12,13} ) +DISTUTILS_USE_PEP517=pdm-backend +inherit distutils-r1 pypi + +DESCRIPTION="Yet another formatter for beancount" +HOMEPAGE="https://github.com/SEIAROTg/autobean-format https://pypi.org/project/autobean-format/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/autobean-refactor-0.2.3[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" -- cgit v1.2.3-2-gb3c3