From b12275643e33e1b78dc5c6df9fd2cfeb852e120e Mon Sep 17 00:00:00 2001 From: meator Date: Wed, 16 Apr 2025 17:44:24 +0200 Subject: [PATCH] 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] --- srcpkgs/python3-typogrify/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template index 8f170fe2aec..d409713af41 100644 --- a/srcpkgs/python3-typogrify/template +++ b/srcpkgs/python3-typogrify/template @@ -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 " 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() {