Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/python3-Markdown/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-Markdown'
pkgname=python3-Markdown
version=3.6
revision=3
version=3.10.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
Expand All @@ -10,8 +10,8 @@ short_desc="Python3 implementation of John Gruber's Markdown"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/Python-Markdown/markdown"
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
checksum=ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224
distfiles="${PYPI_SITE}/M/Markdown/markdown-${version}.tar.gz"
checksum=994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950
conflicts="python-Markdown>=0"

do_check() {
Expand Down