python-mistune: update to 0.8.4
Cython is no longer required.
This commit is contained in:
parent
65ef14d67a
commit
e3a89f035e
1 changed files with 8 additions and 5 deletions
|
@ -1,24 +1,27 @@
|
||||||
# Template file for 'python-mistune'
|
# Template file for 'python-mistune'
|
||||||
pkgname=python-mistune
|
pkgname=python-mistune
|
||||||
version=0.8.3
|
version=0.8.4
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="mistune-${version}"
|
wrksrc="mistune-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
pycompile_module="mistune.py"
|
pycompile_module="mistune.py"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
short_desc="The fastest markdown parser for Python2"
|
short_desc="The fastest markdown parser for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/lepture/mistune"
|
homepage="https://github.com/lepture/mistune"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||||
checksum=bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619
|
checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-mistune_package() {
|
python3-mistune_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
pycompile_module="mistune.py"
|
pycompile_module="mistune.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue