feffe-portage-overlay/app-office/beancount/beancount-2.3.6.ebuild

29 lines
614 B
Bash
Raw Normal View History

2023-03-15 17:25:29 +01:00
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2024-06-04 21:05:30 +02:00
PYTHON_COMPAT=( python3_{11,12,13} )
2023-03-15 17:25:29 +01:00
inherit distutils-r1
DESCRIPTION="Double-Entry Accounting from Text Files"
HOMEPAGE="https://github.com/beancount/beancount"
SRC_URI="https://github.com/beancount/beancount/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
2024-03-21 09:40:53 +01:00
KEYWORDS="~amd64 ~arm64"
2023-03-15 17:25:29 +01:00
DEPEND="
dev-python/python-dateutil
2023-03-15 18:54:59 +01:00
dev-python/click
2023-03-15 18:57:44 +01:00
dev-python/pytest
2023-03-16 18:44:53 +01:00
dev-python/python-magic
2023-03-16 18:46:15 +01:00
dev-python/bottle"
2023-03-15 17:25:29 +01:00
RDEPEND="${DEPEND}"
BDEPEND=""
# Because I have no idea...
RESTRICT="test"