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