diff options
author | Nils Freydank <holgersson@posteo.de> | 2021-05-16 10:40:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 13:03:07 +0000 |
commit | d4a64653bacef83fba002cd15209e045db688891 (patch) | |
tree | 2e5e973779408c8de6c2bf4757b27ab868734c92 /app-misc | |
parent | dev-python/vdirsyncer: Bump to EAPI=7 and python3_9 (diff) | |
download | gentoo-d4a64653bacef83fba002cd15209e045db688891.tar.gz gentoo-d4a64653bacef83fba002cd15209e045db688891.tar.bz2 gentoo-d4a64653bacef83fba002cd15209e045db688891.zip |
app-misc/khal: Support python3_9
Also update dep versions and HOMEPAGE (HTTPS instead of plain HTTP).
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/khal/khal-0.10.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/khal/khal-0.10.2.ebuild b/app-misc/khal/khal-0.10.2.ebuild index aab3b6993446..0c6dcfa5d3e9 100644 --- a/app-misc/khal/khal-0.10.2.ebuild +++ b/app-misc/khal/khal-0.10.2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 DESCRIPTION="A CalDAV based calendar" -HOMEPAGE="http://lostpackets.de/khal/" +HOMEPAGE="https://lostpackets.de/khal/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" SLOT="0" IUSE="zsh-completion" -RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}] - >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}] +RDEPEND="dev-python/click[${PYTHON_USEDEP}] + dev-python/click-log[${PYTHON_USEDEP}] >=dev-python/icalendar-4.0.3[${PYTHON_USEDEP}] >=dev-python/urwid-1.3.0[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] |