Update package version to 3.10.2
This commit is contained in:
@@ -1,14 +1,29 @@
|
||||
name: python-markdown
|
||||
description: Python implementation of John Gruber’s Markdown
|
||||
version: 3.4.1
|
||||
version: 3.10.2
|
||||
revision: 1
|
||||
url: https://python-markdown.github.io/
|
||||
license: BSD
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- python3
|
||||
- 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: 994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950
|
||||
|
||||
Reference in New Issue
Block a user