diff options
Diffstat (limited to 'app-office/fava-plugins')
-rw-r--r-- | app-office/fava-plugins/Manifest | 3 | ||||
-rw-r--r-- | app-office/fava-plugins/fava-plugins-1.0-r1.ebuild | 19 | ||||
-rw-r--r-- | app-office/fava-plugins/metadata.xml | 11 |
3 files changed, 0 insertions, 33 deletions
diff --git a/app-office/fava-plugins/Manifest b/app-office/fava-plugins/Manifest deleted file mode 100644 index b338e32..0000000 --- a/app-office/fava-plugins/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST fava-plugins-1.0.tar.gz 3419 BLAKE2B 6bc728e22cf2a1008915000bd0101b373d6b6e621bc7418a142f839c9a34b7c1cbe89d0c998f3c9f80325b3304ac91a359f9cfefc50b04bff812343ca79c0a01 SHA512 f079d829b20dcc88c048bbf314cdcccae236284625af18fe82baf9ae320481e75dab61b71fe597ce94709acb1ccf8fbfe5665ec0aa7200084f8347b3d0f404be -EBUILD fava-plugins-1.0-r1.ebuild 495 BLAKE2B be3d3c5f885441f9e4cf2c8e8e9de106384534e8dbb6821efc3f7f75e95ed4b5dbbb63f0eee9d6a8797d1877eca0d5419b61462087898e8030a13b9fa6b817cb SHA512 52c4b3f5c3e55a6b5d13f6db1069327befbf23610e3f2d4cb5217ee78c2479d7f7034e5915d18022fcd18d7bc9979c8d56d3af2116cd5965e6956f5dead33d9c -MISC metadata.xml 356 BLAKE2B cc68c069f987ddd114c2a8cdda413704b499b7cd2baf84b49cc5705fa7dbc4cc7d803367dfbb9e5be7a8057fa4a952e3e0ced4ea5b71cc508818a9f3cbca2b1a SHA512 11ae54deca78791480ea649f040a6670f4690b1a2312fb2da9989cb3a09f7739a75a47c8e07b75f0c2fcee408c3654f8de9e13aa168915ee60d74c33fe759feb diff --git a/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild b/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild deleted file mode 100644 index 3f5b022..0000000 --- a/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{10,11} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="A collection of beancount plugins" -HOMEPAGE="https://pypi.org/project/fava-plugins/ https://github.com/beancount/fava-plugins" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=app-office/beancount-2.0[${PYTHON_SINGLE_USEDEP}]" diff --git a/app-office/fava-plugins/metadata.xml b/app-office/fava-plugins/metadata.xml deleted file mode 100644 index dacaef1..0000000 --- a/app-office/fava-plugins/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">beancount/fava-plugins</remote-id> - <remote-id type="pypi">fava-plugins</remote-id> - </upstream> -</pkgmetadata> |