parent
2622957318
commit
51c15bd9f3
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-Markdown'
|
# Template file for 'python3-Markdown'
|
||||||
pkgname=python3-Markdown
|
pkgname=python3-Markdown
|
||||||
version=3.2.2
|
version=3.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Markdown-${version}"
|
wrksrc="Markdown-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
|
checkdepends="python3-yaml"
|
||||||
short_desc="Python3 implementation of John Gruber's Markdown"
|
short_desc="Python3 implementation of John Gruber's Markdown"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/waylan/Python-Markdown"
|
homepage="https://github.com/Python-Markdown/markdown"
|
||||||
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
|
||||||
checksum=1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17
|
checksum=c3ce9ebb035c078cac0f2036068d054e7dc34354eeecc49c173c33c96b124af6
|
||||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
|
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue