aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-25 17:42:50 +0200
committerWolfgang Müller2024-09-25 17:42:50 +0200
commite02f4a1f01314272c0effbf98243dc6d7b6f6fab (patch)
tree36fc09004e5cad878639c0e97d92e969444bb31e /app-office
parent602f5e8649b27f6cbb2cb4e60dfd5d6508e948e3 (diff)
downloadpramantha-e02f4a1f01314272c0effbf98243dc6d7b6f6fab.tar.gz
app-office/autobean-format: new package, add 0.1.6
Diffstat (limited to 'app-office')
-rw-r--r--app-office/autobean-format/Manifest3
-rw-r--r--app-office/autobean-format/autobean-format-0.1.6.ebuild23
-rw-r--r--app-office/autobean-format/metadata.xml11
3 files changed, 37 insertions, 0 deletions
diff --git a/app-office/autobean-format/Manifest b/app-office/autobean-format/Manifest
new file mode 100644
index 0000000..12af9e3
--- /dev/null
+++ b/app-office/autobean-format/Manifest
@@ -0,0 +1,3 @@
+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
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}"
diff --git a/app-office/autobean-format/metadata.xml b/app-office/autobean-format/metadata.xml
new file mode 100644
index 0000000..52e79fb
--- /dev/null
+++ b/app-office/autobean-format/metadata.xml
@@ -0,0 +1,11 @@
+<?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>