commit: 4e0709956ce7bb8514cb8b4808af37e0ad3401b5 Author: Jaak Ristioja <jaak <AT> ristioja <DOT> ee> AuthorDate: Thu May 1 07:41:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 22:00:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e070995
app-misc/khal: Add 0.13.0 Bug: https://bugs.gentoo.org/951516 Signed-off-by: Jaak Ristioja <jaak <AT> ristioja.ee> Part-of: https://github.com/gentoo/gentoo/pull/41876 Closes: https://github.com/gentoo/gentoo/pull/41876 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/khal/Manifest | 1 + app-misc/khal/khal-0.13.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest index 72618f00e8f0..78fd9762c062 100644 --- a/app-misc/khal/Manifest +++ b/app-misc/khal/Manifest @@ -1 +1,2 @@ DIST khal-0.11.2.tar.gz 196986 BLAKE2B 5802b5c7a715ec300feb2618400753fe7f109a894c6bf5cc82eebc349c5c4f651894f14584c91bd479e62f5fa65fd0e400f7c04fb2cc4bee8fef6ffec891216e SHA512 378a81c9f9a21a4af77ccdc5eabbcb62d109bcf5f2e2d3407c6fb504e15efd7dde545428153673cfeb46f60d9e9921efcad6805db2944884f124053e7922ab45 +DIST khal-0.13.0.tar.gz 209200 BLAKE2B fb64250043580146d2306f5739472d4b3ae5bbaef01043548275c93603595c30bdb4de8aea496f679fc3d35de25a46e99e7fcc2385dd52fdcd4891a4c91f5d3f SHA512 728240af85a16a37b462457e22b0f19dc980ba700d89c64a1ce3d34eae04adaaf941a080a10fc78fb2da4d514a067cef24860af9a215a1ffc54aaf9c06e57649 diff --git a/app-misc/khal/khal-0.13.0.ebuild b/app-misc/khal/khal-0.13.0.ebuild new file mode 100644 index 000000000000..cea06010b2c1 --- /dev/null +++ b/app-misc/khal/khal-0.13.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 pypi + +DESCRIPTION="A CalDAV based calendar" +HOMEPAGE="https://lostpackets.de/khal/ https://github.com/pimutils/khal" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/click-3.2[${PYTHON_USEDEP}] + >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}] + >=dev-python/icalendar-6.0[${PYTHON_USEDEP}] + >=dev-python/urwid-2.6.15[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] + >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}] + dev-python/setproctitle[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/vdirsyncer[${PYTHON_USEDEP}] + ) +" + +DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.rst README.rst khal.conf.sample ) + +distutils_enable_tests pytest
