Date: Tuesday, February 9, 2021 @ 06:09:10 Author: polyzen Revision: 850795
upgpkg: khal 0.10.2-5: Remove setuptools from depends https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/ Modified: khal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 06:01:30 UTC (rev 850794) +++ PKGBUILD 2021-02-09 06:09:10 UTC (rev 850795) @@ -9,7 +9,7 @@ _name=khal pkgname=khal pkgver=0.10.2 -pkgrel=4 +pkgrel=5 pkgdesc='CLI calendar application build around CalDAV' arch=('any') url="https://lostpackets.de/khal/" @@ -17,7 +17,7 @@ makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed') depends=('python-atomicwrites' 'python-click' 'python-click-log' 'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz' -'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg') +'python-tzlocal' 'python-urwid' 'python-xdg') optdepends=('python-setproctitle: Set process name' 'vdirsyncer: Synchronize CalDAV calendars') checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
