summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-11-14 23:03:35 -0500
committerDaniel M. Capella2018-11-14 23:03:35 -0500
commitce4d4fe4d4c5637d472fa3a69332202eef6ff671 (patch)
tree1c5fbe7dbac38364879ecb2a626373dd5a8d0dd2 /PKGBUILD
parent061e93b1bf6e395250cfbb58804c8f7c37e29e02 (diff)
downloadaur-python-black.tar.gz
Various fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6ffb7f1d62c..decd322f8f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc='Uncompromising Python code formatter'
arch=('any')
url=https://github.com/ambv/black
license=('MIT')
-depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 'python-toml')
-makedepends=('python-setuptools')
+depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 'python-setuptools'
+ 'python-toml')
optdepends=('python-aiohttp: for the blackd HTTP server')
+checkdepends=('python-aiohttp')
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
sha512sums=('80f94867220f7511dfc72aa8886586530d33187e10c57a7721cb0c97e906941ef811811ef0b2afa77d5454ce00114f3724063a890c41af4d7b68ec59dee29a48')