app-text/nnote: new package, add 0.3.4

Signed-off-by: Agil Mammadov <mammadovagil@proton.me>
This commit is contained in:
Agil Mammadov
2026-06-21 21:08:53 +04:00
parent 614cae4531
commit 8b9369ccf8
3 changed files with 40 additions and 0 deletions

2
app-text/nnote/Manifest Normal file
View File

@@ -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

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Agil Mammadov</name>
<email>mammadovagil@proton.me</email>
</maintainer>
<upstream>
<remote-id type="github">stiermid/nnote</remote-id>
<remote-id type="pypi">nnote</remote-id>
<bugs-to>https://github.com/stiermid/nnote/issues</bugs-to>
</upstream>
</pkgmetadata>

View 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}]
"