mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-text/nnote: new package, add 0.3.4
Signed-off-by: Agil Mammadov <mammadovagil@proton.me>
This commit is contained in:
25
app-text/nnote/nnote-0.3.4.ebuild
Normal file
25
app-text/nnote/nnote-0.3.4.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..15} )
|
||||
DISTUTILS_USE_PEP517=uv-build
|
||||
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}]
|
||||
"
|
||||
Reference in New Issue
Block a user