app-text/nnote: drop 0.3.4

Signed-off-by: Agil Mammadov <mammadovagil@proton.me>
This commit is contained in:
Agil Mammadov
2026-06-24 12:43:05 +04:00
parent 370c535b90
commit 1877b885d0
2 changed files with 0 additions and 27 deletions

View File

@@ -1,4 +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
DIST nnote-0.3.5.tar.gz 21211 BLAKE2B 23106f942affffcae68170069a8a3aa4f5daef432a10f68abd4904c4e2726d1eaa961b56815c923108bbddf56e0b8efe55692ebf1441cf200c820ad4d8d17fe6 SHA512 81d8110932fbfbebadf501961cacf2ba1a39420dcd19031b7ccdcd6a4c28578bcb6dd183eb5eafd947de026c778d99ce4a60e91760704820c3804f0432333c05
DIST nnote-0.3.5.tar.gz.provenance 9668 BLAKE2B 0574f3f960278c04d244365a5e42fe1095d94f1cf16641a530b26d89c00c27ea9cceab8ba372b1e4b2048836281b1fcd6a64b33d620bae50b31d49582748922a SHA512 d03f3197fd9344065c01668e4c68872b51ab0bd2320d99257eb9d35382b0a4c1095039b999e748d92d5b13767ad540b6628ae693fe1f957409ae5d593e46ef68

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
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}]
"