blob: 3186fd8dd09150d28fc340810d6877440629d384 (
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.11.0
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.11.0.tar.gz
md5sums = ee710d4a077a5abb4f900efe9a25e2d1
pkgname = python-markdown-exec
depends = python-pymdown-extensions>=9
|