diff options
Diffstat (limited to 'app-office/fava')
-rw-r--r-- | app-office/fava/Manifest | 3 | ||||
-rw-r--r-- | app-office/fava/fava-1.29.ebuild | 50 | ||||
-rw-r--r-- | app-office/fava/metadata.xml | 10 |
3 files changed, 0 insertions, 63 deletions
diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest deleted file mode 100644 index af843df..0000000 --- a/app-office/fava/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST fava-1.29.tar.gz 1576011 BLAKE2B cdd6e5ee4fc734f4205247305ea5553bc0961855718fa82e491911c9b0a00bc49b9de06aeded1eca87233868be555b9ab58619643cac989b7f13d233dbaf7230 SHA512 cc7720a37816f80267b4faa91dfb3fc96e27ace4a67ef68063fc6b81bdbfbaf77e943a2d39fd3b1895a0441806e38df8a0ea462ca2576091d230046b01896033 -EBUILD fava-1.29.ebuild 1522 BLAKE2B 4de00345a55dcf0730db91579af43f748f9a4a846db93cc5d2aced630dbf7982cb92ad19ecce1eddbececce1206331b5afefc7db0fd06a0c7f68fc85dc3992d6 SHA512 458842dd0dfafce41ba9bed0111657aa62892f509457fbd0a8ea20a1055a586b753e749b284d46f3494d7387b23b2523c02c2c882707b240cf523ff162028e85 -MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.29.ebuild b/app-office/fava/fava-1.29.ebuild deleted file mode 100644 index 0257e55..0000000 --- a/app-office/fava/fava-1.29.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Web interface for the accounting tool Beancount" -HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=app-office/beancount-2.3.5[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/babel-2.11.0[${PYTHON_USEDEP}] - >=dev-python/cheroot-8.5.2[${PYTHON_USEDEP}] - >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] - >=dev-python/flask-2.2.0[${PYTHON_USEDEP}] - >=dev-python/jinja2-3.1.4[${PYTHON_USEDEP}] - >=dev-python/click-8.0.1[${PYTHON_USEDEP}] - >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] - >=dev-python/werkzeug-2.3.0[${PYTHON_USEDEP}] - >=dev-python/watchfiles-0.20.0[${PYTHON_USEDEP}] - ') - " - -python_prepare_all() { - sed -i -e 's:build-backend = "_build_backend":build-backend = "setuptools.build_meta":' pyproject.toml || die - - distutils-r1_python_prepare_all -} - -python_test() { - # test_static_url presumes and requires the existence of these two files. - # They need only to exist in order for the code to determine the mtime - # value. - mkdir -p fava/static/{javascript,css} || die - touch fava/static/javascript/main.ts || die - touch fava/static/css/style.css || die - - py.test -v || die -} diff --git a/app-office/fava/metadata.xml b/app-office/fava/metadata.xml deleted file mode 100644 index 124eb43..0000000 --- a/app-office/fava/metadata.xml +++ /dev/null @@ -1,10 +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="pypi">fava</remote-id> - </upstream> -</pkgmetadata> |