blob: 2ba362f9610edea3ff2ad5a054b49394a6c0b828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-markdown-exec
pkgdesc = Utilities to execute code blocks in Markdown files
pkgver = 1.12.1
pkgrel = 1
url = https://pawamoy.github.io/markdown-exec
arch = any
license = ISC
checkdepends = python-pytest
checkdepends = python-griffe
checkdepends = mkdocstrings
makedepends = python-pdm-backend
makedepends = python-build
makedepends = python-installer
source = https://files.pythonhosted.org/packages/source/m/markdown_exec/markdown_exec-1.12.1.tar.gz
md5sums = 7937943421cad50c85faeb36581c6288
pkgname = python-markdown-exec
depends = python-pymdown-extensions>=9
|