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

Daniel M. Capella polyzen at archlinux.org
Thu Aug 27 02:04:07 UTC 2020


    Date: Thursday, August 27, 2020 @ 02:04:07
  Author: polyzen
Revision: 689222

upgpkg: python-black 20.8b1-2 Fix colorama optdep

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 01:59:47 UTC (rev 689221)
+++ PKGBUILD	2020-08-27 02:04:07 UTC (rev 689222)
@@ -4,7 +4,7 @@
 
 pkgname=python-black
 pkgver=20.8b1
-pkgrel=1
+pkgrel=2
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
@@ -13,9 +13,9 @@
          'python-pathspec' 'python-regex' 'python-setuptools' 'python-toml'
          'python-typed-ast' 'python-typing_extensions')
 checkdepends=('python-aiohttp' 'python-aiohttp-cors')
-optdepends=('colorama: for colored diffs'
-            'python-aiohttp: for the blackd HTTP server'
-            'python-aiohttp-cors: for the blackd HTTP server')
+optdepends=('python-aiohttp: for the blackd HTTP server'
+            'python-aiohttp-cors: for the blackd HTTP server'
+            'python-colorama: for colored diffs')
 source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
 sha256sums=('1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea')
 



More information about the arch-commits mailing list