contrib/python3-mistune/Pkgfile

18 lines
497 B
Plaintext

# Description: A fast yet powerful Python Markdown parser with renderers and plugins
# URL: https://github.com/lepture/mistune
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-mistune
version=0.8.4
release=1
source=(https://github.com/lepture/mistune/archive/v$version/$name-$version.tar.gz)
build() {
cd mistune-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}