[arch-commits] Commit in khard/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Feb 9 06:12:46 UTC 2021
Date: Tuesday, February 9, 2021 @ 06:12:46
Author: polyzen
Revision: 850797
upgpkg: khard 0.17.0-4: Remove setuptools from depends
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Modified:
khard/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-09 06:09:29 UTC (rev 850796)
+++ PKGBUILD 2021-02-09 06:12:46 UTC (rev 850797)
@@ -3,15 +3,15 @@
pkgname=khard
pkgver=0.17.0
-pkgrel=3
+pkgrel=4
pkgdesc="Console CardDAV client"
arch=('any')
url="https://github.com/scheibler/khard"
license=('GPL3')
depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
-'python-setuptools' 'python-unidecode' 'python-vobject')
+ 'python-unidecode' 'python-vobject')
makedepends=('python-sphinx-autoapi' 'python-sphinx-autodoc-typehints'
-'python-setuptools_scm' 'python-sphinx')
+ 'python-setuptools_scm' 'python-sphinx')
checkdepends=('python-pytest')
optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
'diffutils: Using sdiff_khard_wrapper.sh')
More information about the arch-commits
mailing list