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

Daniel M. Capella polyzen at archlinux.org
Thu Aug 15 03:32:01 UTC 2019


    Date: Thursday, August 15, 2019 @ 03:32:00
  Author: polyzen
Revision: 499310

upgpkg: python-black 19.3b0-2

- Add missing python-aiohttp-cors opt dep for blackd

- Use upstream checksum, as can be found by:
  `curl -s https://pypi.org/pypi/black/json | jq -r '.urls[1].digests.sha256'`

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-15 03:31:50 UTC (rev 499309)
+++ PKGBUILD	2019-08-15 03:32:00 UTC (rev 499310)
@@ -4,17 +4,18 @@
 
 pkgname=python-black
 pkgver=19.3b0
-pkgrel=1
+pkgrel=2
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
-url=https://github.com/ambv/black
+url=https://github.com/psf/black
 license=('MIT')
 depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 'python-setuptools'
          'python-toml')
 checkdepends=('python-aiohttp')
-optdepends=('python-aiohttp: for the blackd HTTP server')
+optdepends=('python-aiohttp: for the blackd HTTP server'
+            'python-aiohttp-cors: for the blackd HTTP server')
 source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
-sha512sums=('db241d13c76b0c6fd218d9a741adce3c28447140add1346e540d6ba9238fe87bbd9b159fc9c36c685734da57a001144b4dc3a63c868a267aee36ceb4faa1fbc1')
+sha256sums=('68950ffd4d9169716bcb8719a56c07a2f4485354fec061cdd5910aa07369731c')
 
 build() {
   cd "black-$pkgver"



More information about the arch-commits mailing list