summaryrefslogtreecommitdiff
path: root/python3-mistune/Pkgfile
blob: 81edda90b69a59cab4456fa1b002ce439b6dc02f (plain)
    1 # Description: A fast yet powerful Python Markdown parser with renderers and plugins
    2 # URL: https://github.com/lepture/mistune
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-pyproject2setuppy
    5 
    6 name=python3-mistune
    7 version=2.0.2
    8 release=1
    9 source=(https://github.com/lepture/mistune/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd mistune-$version
   13   #echo 'build-backend = "setuptools.build_meta"' >> pyproject.toml
   14   /usr/bin/python3 -m pyproject2setuppy.main build
   15   /usr/bin/python3 -m pyproject2setuppy.main install --prefix=/usr \
   16     --root=$PKG \
   17     --skip-build
   18 }

Generated by cgit