File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST geeknote-3.0.5.tar.gz 69842 BLAKE2B c6bc3c0622625531d2dc96f334d86fb3dcb9dc4ad459f7a1cbe54e64593641d40b485021b2442a8ac1c56ea5167bcdd46f1a4d9063150945a9a40d3e528aba37 SHA512 87f7598bff94c7b42c276270ab75fbf7dbc26b82229359bcdc684633b1cced2a42716590212b6c19be7e68330b08c292a54d9612eaf72c71bfd5a34c8c4036ac
22DIST geeknote-3.0.6.tar.gz 70684 BLAKE2B 32d4b888bc62eef7198286ea0928eba0de014dcbeca68a4845feb4600264d4f8a9d432481de0c69a6d9b09c980fba34933911358e513bd503f120780bbda7a0d SHA512 095ff8f5f3c493b996a479ce09206929383ea4acbde0598d78c234a7c4e9f05c916b9d56d0d5740474b44485070ed26d9c48a63e3cfae5af6327211c7e756a44
3+ DIST geeknote-3.0.7.tar.gz 71321 BLAKE2B cb05f1ee99e0e3b4e7629f323b92ffd04014feaa43655fca8df0c4787b6da5275ed3608537b19fe843dc2ddd7a92eee76ac09b5d4c5c32908abb47f22d35c63f SHA512 a7939507c190490345ae153405a9bc8be55048f76832e2b0cbf2702a6f24f7b9d2060a7de2a91d20cc0fd4e5af22ef511eeb748ec9430e485dcf1fb09ee72d10
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ PYTHON_COMPAT=( python3_{11..14} )
7+ DISTUTILS_USE_PEP517=setuptools
8+
9+ inherit distutils-r1
10+
11+ DESCRIPTION=" Evernote CLI: CRUD for notes in cloud, in markdown"
12+ HOMEPAGE=" https://github.com/vitaly-zdanevich/geeknote"
13+ SRC_URI=" https://github.com/vitaly-zdanevich/${PN} /archive/refs/tags/v${PV} .tar.gz -> ${P} .tar.gz"
14+
15+ LICENSE=" GPL-3"
16+ SLOT=" 0"
17+ KEYWORDS=" ~amd64"
18+
19+ BDEPEND=" test? (
20+ dev-python/mock[${PYTHON_USEDEP} ]
21+ )"
22+
23+ RDEPEND="
24+ dev-python/evernote2[${PYTHON_USEDEP} ]
25+ dev-python/html2text[${PYTHON_USEDEP} ]
26+ dev-python/sqlalchemy[${PYTHON_USEDEP} ]
27+ dev-python/markdown2[${PYTHON_USEDEP} ]
28+ dev-python/beautifulsoup4[${PYTHON_USEDEP} ]
29+ dev-python/thrift[${PYTHON_USEDEP} ]
30+ dev-python/lxml[${PYTHON_USEDEP} ]
31+ "
32+
33+ distutils_enable_tests pytest
34+
35+ pkg_postinst () {
36+ einfo " Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition"
37+ einfo " plugins=( ... geeknote ...)"
38+ einfo " see more at https://github.com/s7anley/zsh-geeknote"
39+ }
You can’t perform that action at this time.
0 commit comments