python3-mistune2: update to 2.0.4.
This commit is contained in:
parent
63f70971ab
commit
0460da017b
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'python3-mistune2'
|
||||
pkgname=python3-mistune2
|
||||
version=2.0.0rc1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=2.0.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_install_target="dist/mistune-${version}-*-*-*.whl"
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Markdown parser for Python"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lepture/mistune"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=ad224a1117fb84f148bc7d804ebe6ad7f14930c3602691e3a85cb894b03606c5
|
||||
homepage="https://mistune.lepture.com/en/latest/"
|
||||
changelog="https://mistune.lepture.com/en/stable/changes.html"
|
||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||
checksum=9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808
|
||||
conflicts="python3-mistune>=0"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue