app-office/calcure - 9999 (rek2-overlay)

Search

Install

Install this version:

emerge -a =app-office/calcure-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-office/calcure-9999

Or alternatively:

emerge --autounmask-write -a =app-office/calcure-9999

Package Information

Description:
Modern TUI calendar and task manager with vim keybindings
Homepage:
https://anufrievroman.gitbook.io/calcure/ https://pypi.org/project/calcure/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 ReK2 - Chris F.N. <rek2@hispagatos.org>
# https://rek2.hispagatos.org
# Distributed under the terms of the GNU General Public License v3

EAPI=8

DISTUTILS_USE_PEP517=setuptools
# add python3_15/python3_16 here once Gentoo's python-r1 eclass supports them
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 git-r3

DESCRIPTION="Modern TUI calendar and task manager with vim keybindings"
HOMEPAGE="https://anufrievroman.gitbook.io/calcure/ https://pypi.org/project/calcure/"
EGIT_REPO_URI="https://github.com/anufrievroman/calcure.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

RDEPEND="
	dev-python/holidays[${PYTHON_USEDEP}]
	dev-python/icalendar[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/holidays[]
	dev-python/icalendar[]