From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/keep/keep-2.11.ebuild | 45 ---------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 dev-python/keep/keep-2.11.ebuild (limited to 'dev-python/keep/keep-2.11.ebuild') diff --git a/dev-python/keep/keep-2.11.ebuild b/dev-python/keep/keep-2.11.ebuild deleted file mode 100644 index e4b0f6b85fec..000000000000 --- a/dev-python/keep/keep-2.11.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Personal shell command keeper and snippets manager" -HOMEPAGE=" - https://github.com/orkohunter/keep/ - https://pypi.org/project/keep/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/pygithub[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/terminaltables3[${PYTHON_USEDEP}] -" - -python_test() { - "${EPYTHON}" - <<-EOF || die "Smoke test failed with ${EPYTHON}" - import datetime, sys, os - import keep.cli, keep.utils - - # avoid automatic initialization, otherwise keep basically just creates - # this directory and exits - # see https://github.com/OrkoHunter/keep/blob/8dddc00aaaf0e53edbd2477a02d3fe53e38b7f28/keep/utils.py#L53-L63 - os.makedirs(keep.utils.dir_path, exist_ok=True) - - # keep tries to check newest version on pypi once a day, let's pretend - # that this check was already done - # see https://github.com/OrkoHunter/keep/blob/8dddc00aaaf0e53edbd2477a02d3fe53e38b7f28/keep/utils.py#L23-L50 - with open(os.path.join(keep.utils.dir_path, 'update_check.txt'), 'w') as f: f.write(datetime.date.today().strftime("%m/%d/%Y")) - - sys.exit(keep.cli.cli()) - EOF -} -- cgit v1.3.1