[arch-commits] Commit in vdirsyncer/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Feb 2 04:20:27 UTC 2021


    Date: Tuesday, February 2, 2021 @ 04:20:26
  Author: polyzen
Revision: 840970

upgpkg: vdirsyncer 0.16.8-6: Move setuptools to makedeps

Modified:
  vdirsyncer/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 03:49:39 UTC (rev 840969)
+++ PKGBUILD	2021-02-02 04:20:26 UTC (rev 840970)
@@ -3,20 +3,19 @@
 
 pkgname=vdirsyncer
 pkgver=0.16.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Synchronize CalDAV and CardDAV."
 arch=('any')
 url="https://vdirsyncer.pimutils.org/en/stable/"
 license=('BSD')
 depends=('python-atomicwrites' 'python-click' 'python-click-log'
-'python-click-threading' 'python-requests' 'python-requests-toolbelt'
-'python-setuptools')
+         'python-click-threading' 'python-requests' 'python-requests-toolbelt')
 makedepends=('git' 'python-setuptools-scm' 'python-sphinx')
 optdepends=('python-requests-oauthlib: Google support'
             'python-etesync: Etesync support'
             'python-django: Etesync support')
 checkdepends=('python-hypothesis' 'python-pytest' 'python-pytest-localserver'
-'python-pytest-subtesthack')
+              'python-pytest-subtesthack')
 source=("git+https://github.com/pimutils/vdirsyncer.git#tag=${pkgver}?signed"
         "${pkgname}-0.16.8-deprecated_method.patch::https://github.com/pimutils/vdirsyncer/commit/7577fa21177442aacc2d86640ef28cebf1c4aaef.patch"
         "${pkgname}-0.16.8-python-click.patch")



More information about the arch-commits mailing list