summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:44 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:03 +0100
commit6334905fd37985c1975ceed3792761502a14968d (patch)
tree71761d0e75a7e4690dbe86f69b66da852cbc8c3b /app-misc/khal
parentapp-misc/goobook: Use pypi.eclass (diff)
downloadgentoo-6334905fd37985c1975ceed3792761502a14968d.tar.gz
gentoo-6334905fd37985c1975ceed3792761502a14968d.tar.bz2
gentoo-6334905fd37985c1975ceed3792761502a14968d.zip
app-misc/khal: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/khal')
-rw-r--r--app-misc/khal/khal-0.10.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/khal/khal-0.10.5.ebuild b/app-misc/khal/khal-0.10.5.ebuild
index eea655df5e87..cc3838fb5aa1 100644
--- a/app-misc/khal/khal-0.10.5.ebuild
+++ b/app-misc/khal/khal-0.10.5.ebuild
@@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_10 )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A CalDAV based calendar"
HOMEPAGE="https://lostpackets.de/khal/ https://github.com/pimutils/khal"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"