blob: 7c41c8d842fca4f433a18faa07731b9576df4372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-blackdoc
pkgdesc = Run Black on documentation code snippets
pkgver = 0.3.9
pkgrel = 1
url = https://github.com/keewis/blackdoc
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-black
depends = python-more-itertools
depends = python-rich
optdepends = ipython: for working with .ipynb files
optdepends = python-tokenize-rt: for working with .ipynb files
source = https://files.pythonhosted.org/packages/source/b/blackdoc/blackdoc-0.3.9.tar.gz
sha256sums = b1da5ca93550081fc3f1b34bfdc731431ee74c378ea63abb31771a222ef5d053
pkgname = python-blackdoc
|