summaryrefslogtreecommitdiff
path: root/app-text/nnote/nnote-0.3.5.ebuild
blob: d196c75f80d0613bbe52b1050ddc5280348d7794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{13..14} )
DISTUTILS_USE_PEP517=flit-core
PYPI_VERIFY_REPO="stiermid/nnote"
inherit distutils-r1 pypi

DESCRIPTION="A plain, file-based note-taking CLI"
HOMEPAGE="
	https://stiermid.github.io/nnote/
	https://github.com/stiermid/nnote
	https://pypi.org/project/nnote/
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest