mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-mistune: update to 3.0.2, adopt.
This commit is contained in:
parent
f1b73dd3df
commit
a64a8ba62a
1 changed files with 10 additions and 8 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'python3-mistune'
|
||||
pkgname=python3-mistune
|
||||
version=0.8.4
|
||||
revision=7
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=3.0.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
short_desc="Fast markdown parser for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Markdown parser for Python"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lepture/mistune"
|
||||
homepage="https://mistune.lepture.com/"
|
||||
changelog="https://raw.githubusercontent.com/lepture/mistune/master/docs/changes.rst"
|
||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||
checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
|
||||
checksum=fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue