From 8b9369ccf865b1e043f589bdfbbd8bd605b6af35 Mon Sep 17 00:00:00 2001 From: Agil Mammadov Date: Sun, 21 Jun 2026 21:08:53 +0400 Subject: [PATCH] app-text/nnote: new package, add 0.3.4 Signed-off-by: Agil Mammadov --- app-text/nnote/Manifest | 2 ++ app-text/nnote/metadata.xml | 13 +++++++++++++ app-text/nnote/nnote-0.3.4.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 app-text/nnote/Manifest create mode 100644 app-text/nnote/metadata.xml create mode 100644 app-text/nnote/nnote-0.3.4.ebuild diff --git a/app-text/nnote/Manifest b/app-text/nnote/Manifest new file mode 100644 index 0000000000..772dc61c55 --- /dev/null +++ b/app-text/nnote/Manifest @@ -0,0 +1,2 @@ +DIST nnote-0.3.4.tar.gz 8275 BLAKE2B 608052b6d322beb72f1b6af63da285ae911c9a028e9a865e443181f248ed81fa8d6208397723055524a7585cdef04203dae3dc5f526790889c84698c45a0bf0a SHA512 08f8fe1e8a087c14ade6ced55a6b72e945edb97c2943bdf9a74c983240cf651ab93a1e33ebc3463623fe695a96fd4797177908fd9662c217fd5452fecc9f97e3 +DIST nnote-0.3.4.tar.gz.provenance 9762 BLAKE2B 4eaf7a058110a99d0c1472d936a23c408566cf75bd8ca3c0115bf6c3098a7f56e43fe7ea42522b837bf0e8aa403007cdd5f65061bce798cce779d088230ac9d1 SHA512 570863370245e7802689edffe7188af008f8052691842002d06a167a1814faa8072f88d10bf22a5e12806f29129f171990c94fa68e9d95d10e05cb4a97fba2c8 diff --git a/app-text/nnote/metadata.xml b/app-text/nnote/metadata.xml new file mode 100644 index 0000000000..83b0dda0a2 --- /dev/null +++ b/app-text/nnote/metadata.xml @@ -0,0 +1,13 @@ + + + + + Agil Mammadov + mammadovagil@proton.me + + + stiermid/nnote + nnote + https://github.com/stiermid/nnote/issues + + diff --git a/app-text/nnote/nnote-0.3.4.ebuild b/app-text/nnote/nnote-0.3.4.ebuild new file mode 100644 index 0000000000..3ea4079c0e --- /dev/null +++ b/app-text/nnote/nnote-0.3.4.ebuild @@ -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}] +"