30 lines
825 B
YAML
30 lines
825 B
YAML
name: python-markdown
|
||
description: Python implementation of John Gruber’s Markdown
|
||
version: 3.10.3
|
||
revision: 1
|
||
url: https://python-markdown.github.io/
|
||
license: BSD
|
||
maintainers:
|
||
- [email protected]
|
||
architecture: any
|
||
output_architecture: any
|
||
type: source
|
||
depends:
|
||
- python3=3.14.*
|
||
optional_depends:
|
||
- python-pygments:For code highlighting
|
||
- python-pyyaml:For parsing python in YAML metadata
|
||
make_depends:
|
||
- python-build
|
||
- python-installer
|
||
- python-setuptools
|
||
- python-wheel
|
||
check_depends:
|
||
- python-pygments
|
||
- python-pyyaml
|
||
downloads:
|
||
- url: https://github.com/Python-Markdown/markdown/releases/download/${BPM_PKG_VERSION}/markdown-${BPM_PKG_VERSION}.tar.gz
|
||
extract_to: ${BPM_SOURCE}
|
||
extract_strip_components: 1
|
||
checksum: 3589362618f743188b4d955b874402bc814f4f83f544dc207719f4baa7d9c45f
|