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 | |
parent | bb5d5f1ecb625be9f3e66183d318bac8c68b2f55 (diff) | |
download | pramantha-6e82bf5929b0061ba6564968f4fff8922ce05ab4.tar.gz |
app-office/autobean-format: drop
Diffstat (limited to 'app-office/autobean-format')
-rw-r--r-- | app-office/autobean-format/Manifest | 3 | ||||
-rw-r--r-- | app-office/autobean-format/autobean-format-0.1.6.ebuild | 23 | ||||
-rw-r--r-- | app-office/autobean-format/metadata.xml | 11 |
3 files changed, 0 insertions, 37 deletions
diff --git a/app-office/autobean-format/Manifest b/app-office/autobean-format/Manifest deleted file mode 100644 index 12af9e3..0000000 --- a/app-office/autobean-format/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST autobean-format-0.1.6.tar.gz 13061 BLAKE2B c97a94e37c39709e3f79ab4139c7a2a6ff274bf9bbc5264c7ea5a1f1d02693376ad46efa5388369896b3242d7412fc95717f1c12a85bdc8794c562860fd8ceed SHA512 f751992f6fdf4a1dd0b4a80d22a75c85993dab20cc89c55a3f56210bb03e1252d56d53d76a0dab49dff5cf1024c12200429987474f16794ebdb3bef30c72f147 -EBUILD autobean-format-0.1.6.ebuild 576 BLAKE2B ee6f2f0a46dd7177d64be8d2e896701f8fd980b9c27781b71f3bfe3cad6ae42fc6c6dd8d129393d3aed07864643d5613fac153f18e7c6c488805d61d286c5833 SHA512 c5338bd53ac0a6d6055eda80f08af9be0edcc6e6f321c01ca32b35bcf7af7738b99db6eba3ebd9a83052730b61a2cec9acc6821a23c092efcbe06cbf503bb837 -MISC metadata.xml 361 BLAKE2B 0e0936e08fc791cee7e5010bf18b0eac50b2e26f7e9281da2183067b2cef16868098e8cacb69e16c4b1e1d30dc31b51fbad25f5571c29e4a5e03ace2cca2e33c SHA512 63eb7d491f8b13604d243fd37bb39d67b3ae08438a58d005ce2a28713ce47a37d820635411f4a3f291ea9af014c0503943854b29775309ac9440792aed6011df 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}" diff --git a/app-office/autobean-format/metadata.xml b/app-office/autobean-format/metadata.xml deleted file mode 100644 index 52e79fb..0000000 --- a/app-office/autobean-format/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>wolf@oriole.systems</email> - </maintainer> - <upstream> - <remote-id type="github">SEIAROTg/autobean-format</remote-id> - <remote-id type="pypi">autobean-format</remote-id> - </upstream> -</pkgmetadata> |