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

Jelle van der Waa jelle at archlinux.org
Sat Jan 23 20:26:12 UTC 2021


    Date: Saturday, January 23, 2021 @ 20:26:11
  Author: jelle
Revision: 406664

Drop python-setuptools dependency

In recent versions of setuptools and Python, console-script entry points are
using stdlib importlib by default, thus python-setuptools (provider of the
pkg_resource module) is no longer a runtime dependency.

Modified:
  arch-signoff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 20:21:09 UTC (rev 406663)
+++ PKGBUILD	2021-01-23 20:26:11 UTC (rev 406664)
@@ -2,13 +2,13 @@
 
 pkgname=arch-signoff
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Sign off Arch Linux testing packages'
 arch=(any)
 url="https://github.com/archlinux/arch-signoff"
 license=("custom:ISC")
 depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
-         'python-requests' 'python-setuptools')
+         'python-requests')
 makedepends=('python-setuptools-scm' 'asciidoc' 'git')
 source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git?signed#tag=$pkgver")
 validpgpkeys=(



More information about the arch-commits mailing list