New package: python-mistune-0.5.1
This commit is contained in:
parent
7748f2459d
commit
c70d7c3036
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-mistune/template
Normal file
28
srcpkgs/python-mistune/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'python-mistune'
|
||||||
|
pkgname=python-mistune
|
||||||
|
version=0.5.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="mistune-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="mistune.py"
|
||||||
|
short_desc="The fastest markdown parser for Python2"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/lepture/mistune"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||||
|
checksum=cc66489a28845c0e1848ae290af5b555074eb76185136ca058e8eed1faa89692
|
||||||
|
|
||||||
|
python3.4-mistune_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="mistune.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-mistune
Symbolic link
1
srcpkgs/python3.4-mistune
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-mistune
|
Loading…
Reference in a new issue