# Template file for 'python3-typogrify'
pkgname=python3-typogrify
version=2.1.0
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-smartypants"
short_desc="Filters to enhance web typography"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/justinmayer/typogrify"
distfiles="https://github.com/justinmayer/typogrify/archive/refs/tags/${version}.tar.gz"
checksum=212603210fb5a55fd5bed4c34cd9043b96ab605b190d4e17e27396330147e523
make_check=no # conflicting dependencies

post_install() {
	vlicense LICENSE.txt
}
