# Compiling Time: 0 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>
# Contributor: Devil505 <devil505linux@gmail.com>

pkgname=python3-mdurl
pkgver=0.1.2
pkgrel=2
pkgdesc="URL utilities for markdown-it"
groups=('devel-extra')
depends=('python3-uc-micro-py')
makedepends=('python3-build' 'python3-installer' 'python3-flit_core')
archs=('x86_64')
_F_pypi_name="mdurl"
Finclude pypi
sha1sums=('bab8d4aa0ce6723d4361f9cf31f84bc8f5febff7')

build() {
	Fcd
	Fpatchall
	Fexec python3 -m build --wheel --no-isolation || Fdie
	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
