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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 06:15:53 UTC 2021


    Date: Tuesday, February 9, 2021 @ 06:15:53
  Author: polyzen
Revision: 850801

upgpkg: python-icalendar 4.0.7-4: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 06:15:42 UTC (rev 850800)
+++ PKGBUILD	2021-02-09 06:15:53 UTC (rev 850801)
@@ -1,5 +1,5 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Daniel M. Capella <polyzen at archlinux.info>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 # Contributor: Sirat18 <aur at sirat18.de>
 # Contributor: Jonas Heinrich <onny at project-insanity.org>
 
@@ -6,12 +6,13 @@
 _name=icalendar
 pkgname=python-icalendar
 pkgver=4.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
 arch=('any')
 url="https://github.com/collective/icalendar"
 license=('BSD')
-depends=('python-dateutil' 'python-pytz' 'python-setuptools')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-setuptools')
 checkdepends=('python-hypothesis' 'python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')



More information about the arch-commits mailing list