From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/
Date: Wed, 3 May 2023 05:22:50 +0000 (UTC) [thread overview]
Message-ID: <1683091351.55b81a908d6e069ec4a0792e84ff37dc0099a972.sam@gentoo> (raw)
commit: 55b81a908d6e069ec4a0792e84ff37dc0099a972
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 05:22:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 3 05:22:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b81a90
app-misc/khal: add 0.11.1
Fix test deps while at it.
Closes: https://bugs.gentoo.org/896582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/khal/Manifest | 1 +
app-misc/khal/khal-0.11.1.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest
index 660f191bb0c0..781dd1a99e48 100644
--- a/app-misc/khal/Manifest
+++ b/app-misc/khal/Manifest
@@ -1,2 +1,3 @@
DIST khal-0.10.4.tar.gz 185736 BLAKE2B 0cb9deb793f577bbcedcbba4788988973ee9d0ab71fdd30a01142a54434767d74b1d10e5bfa5f6a2feb9f18a8a9fe22717d4a38a07ab5e30b331c87b79a79f39 SHA512 b32f1bfe5d3a3976278726a6570eb345a5ad44f63a52b75f045fd0509d145edd5b76e11a10acffd9c3982edc124f93daec34a37c39299c2311796c0314016eb6
DIST khal-0.10.5.tar.gz 188468 BLAKE2B 195e61fcff7cff1308f2819ec54c5733acebb5ace18f88afa8fc561926857dab3e0e0b82d1f7e3e0235e69ed9ad56544d6eeb95a9e9829dc078d49ebf96c0485 SHA512 f7b1e4d4934757ec7458fc4e73c6b6c5ee6b1c64f6cdc3e61771a2f05041515e4afb73b4a17cbc577747039b689ddd66503e120648c4bfe4e33113a3de6f3d14
+DIST khal-0.11.1.tar.gz 193942 BLAKE2B 12f98781b9a64710537f7728a087f24ef1d73600e957eac7b699948047c1676a9c91a38a415741c6acd94a7ba72014d4b009425edab249225c8bef23b94c0387 SHA512 c4fd25dc4981f4937562949b78f81d3e57b7ef54f7f6d96855645ca239eea9dec7ee6f3c957a67261e7ae2975ab55b36a686db476b03f4fd0bacce94e834b239
diff --git a/app-misc/khal/khal-0.11.1.ebuild b/app-misc/khal/khal-0.11.1.ebuild
new file mode 100644
index 000000000000..49071ea28ff0
--- /dev/null
+++ b/app-misc/khal/khal-0.11.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+PYTHON_REQ_USE="sqlite"
+DISTUTILS_USE_PEP517=setuptools
+
+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[${PYTHON_USEDEP}]
+ dev-python/click-log[${PYTHON_USEDEP}]
+ dev-python/icalendar[${PYTHON_USEDEP}]
+ dev-python/urwid[${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/atomicwrites[${PYTHON_USEDEP}]
+ dev-python/tzlocal[${PYTHON_USEDEP}]
+ dev-python/setproctitle[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ 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
next reply other threads:[~2023-05-03 5:22 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-03 5:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 17:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/ Michał Górny
2024-05-28 15:27 Michał Górny
2024-05-28 15:27 Michał Górny
2023-07-05 18:20 Amy Liffey
2023-05-06 9:40 Sam James
2023-05-03 5:25 Sam James
2022-10-18 4:04 Sam James
2022-05-19 18:23 Sam James
2022-05-06 13:46 Michał Górny
2022-02-02 15:49 Amy Liffey
2021-12-21 3:39 Yixun Lan
2021-08-16 7:36 Michał Górny
2021-07-31 0:18 Sam James
2021-06-01 13:03 Sam James
2020-12-17 18:03 Amy Liffey
2020-08-02 20:27 Aaron Bauman
2020-03-04 5:01 Michał Górny
2020-01-27 11:49 Mikle Kolyada
2020-01-22 21:35 Michał Górny
2019-12-24 19:54 Mikle Kolyada
2019-11-26 20:34 Aaron Bauman
2019-10-13 5:32 Amy Liffey
2019-10-04 19:29 Amy Liffey
2018-12-05 5:49 Amy Liffey
2018-12-01 10:40 Amy Liffey
2018-06-04 9:06 Amy Liffey
2018-06-02 18:26 Amy Liffey
2018-06-01 6:57 Amy Liffey
2018-02-15 16:35 Amy Liffey
2017-11-28 13:27 Amy Liffey
2017-10-03 8:35 Amy Liffey
2017-10-03 8:35 Amy Liffey
2017-07-02 7:33 Amy Liffey
2017-05-25 20:27 Amy Liffey
2017-04-22 9:56 Pacho Ramos
2017-04-09 20:19 Amy Liffey
2017-03-08 19:34 Amy Liffey
2017-01-25 21:49 Amy Liffey
2016-12-24 12:05 Amy Winston
2016-11-26 10:09 Amy Winston
2016-11-06 21:21 Amy Winston
2016-11-06 20:49 Amy Winston
2016-04-23 20:21 Amy Winston
2016-02-21 15:18 Amy Winston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1683091351.55b81a908d6e069ec4a0792e84ff37dc0099a972.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox