diff options
author | Wolfgang Müller | 2025-02-20 22:11:39 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-20 22:14:33 +0100 |
commit | 6e82bf5929b0061ba6564968f4fff8922ce05ab4 (patch) | |
tree | 8615f1167fa2eceeb462314f9c2115ff8c774034 /app-office/autobean-format/autobean-format-0.1.6.ebuild | |
parent | bb5d5f1ecb625be9f3e66183d318bac8c68b2f55 (diff) | |
download | pramantha-6e82bf5929b0061ba6564968f4fff8922ce05ab4.tar.gz |
app-office/autobean-format: drop
Diffstat (limited to '')
-rw-r--r-- | app-office/autobean-format/autobean-format-0.1.6.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-office/autobean-format/autobean-format-0.1.6.ebuild b/app-office/autobean-format/autobean-format-0.1.6.ebuild deleted file mode 100644 index b2ecd42..0000000 --- a/app-office/autobean-format/autobean-format-0.1.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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}" |