python3-typogrify: update to 2.1.0, use fork

Switch to a maintained fork advertised in old upstream's website:
https://github.com/mintchaos/typogrify/blob/master/README.rst

Closes: #55082 [via git-merge-pr]
This commit is contained in:
meator 2025-04-16 17:44:24 +02:00 committed by classabbyamp
parent 61439bf695
commit b12275643e
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,16 +1,16 @@
# Template file for 'python3-typogrify'
pkgname=python3-typogrify
version=2.0.7
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
version=2.1.0
revision=1
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/mintchaos/typogrify"
distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
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() {