2023-10-19 18:09:04 +00:00

33 lines
965 B
Plaintext

# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-mistletoe
_pkgname="${pkgname#py3-}"
pkgver=1.2.1
pkgrel=0
pkgdesc="markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable"
url="https://github.com/miyuchina/mistletoe"
arch="noarch"
license="MIT"
depends="py3-pygments"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-requests py3-yaml py3-parameterized"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/miyuchina/mistletoe/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
python3 setup.py build
}
check() {
pytest
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
a6dc5dc021d001a0b34a4d6cb5007ef55958b93d143937ecde07602aaf25e3a9c3116be2ed8f8cd90353524cf8d4058239f4018b726bec007b13d917e6deefac py3-mistletoe-1.2.1.tar.gz
"