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

Jelle van der Waa jelle at archlinux.org
Wed May 26 15:22:41 UTC 2021


    Date: Wednesday, May 26, 2021 @ 15:22:40
  Author: jelle
Revision: 946729

List Cleanup of python-setuptools dependency for console scripts

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 15:19:17 UTC (rev 946728)
+++ PKGBUILD	2021-05-26 15:22:40 UTC (rev 946729)
@@ -5,13 +5,14 @@
 pkgbase=python2-eyed3
 pkgname=('python-eyed3')
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 files"
 arch=('any')
 url="http://eyed3.nicfit.net/"
 license=('GPL')
-depends=('python-deprecation' 'python-filetype' 'python-setuptools')
+depends=('python-deprecation' 'python-filetype')
+#'python-setuptools')
 checkdepends=('python-factory-boy' 'python-pytest')
 source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz
         http://eyed3.nicfit.net/releases/eyeD3-test-data.tgz)



More information about the arch-commits mailing list