mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-markdown-math: update to 0.7.
This commit is contained in:
parent
70559559d2
commit
8e3d344c94
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-markdown-math'
|
# Template file for 'python3-markdown-math'
|
||||||
pkgname=python3-markdown-math
|
pkgname=python3-markdown-math
|
||||||
version=0.6
|
version=0.7
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=python-markdown-math-${version}
|
wrksrc=python-markdown-math-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Markdown"
|
depends="python3-Markdown"
|
||||||
|
checkdepends="python3-Markdown"
|
||||||
short_desc="Math extension for Python-Markdown"
|
short_desc="Math extension for Python-Markdown"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/python-markdown-math"
|
homepage="https://github.com/mitya57/python-markdown-math"
|
||||||
distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
|
distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
|
||||||
checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
|
checksum=17a12175e8b2052a1c3402fca410841c551c678046293b1f7c280ccfe7b302a0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue