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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 2 06:42:45 UTC 2021


    Date: Tuesday, February 2, 2021 @ 06:42:45
  Author: polyzen
Revision: 840978

upgpkg: python-dkim 1.0.5-4: Move setuptools to makedeps

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

Modified:
  python-dkim/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 06:27:29 UTC (rev 840977)
+++ PKGBUILD	2021-02-02 06:42:45 UTC (rev 840978)
@@ -2,12 +2,13 @@
 
 pkgname=python-dkim
 pkgver=1.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Python library that implements DKIM and ARC email signing and verification'
 arch=('any')
 url=https://launchpad.net/dkimpy
 license=('ZLIB')
-depends=('python-dnspython' 'python-setuptools')
+depends=('python-dnspython')
+makedepends=('python-setuptools')
 checkdepends=('python-authres' 'python-pynacl')
 optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
 source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz")



More information about the arch-commits mailing list