mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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:
parent
61439bf695
commit
b12275643e
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-typogrify'
|
# Template file for 'python3-typogrify'
|
||||||
pkgname=python3-typogrify
|
pkgname=python3-typogrify
|
||||||
version=2.0.7
|
version=2.1.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-smartypants"
|
depends="python3-smartypants"
|
||||||
short_desc="Filters to enhance web typography"
|
short_desc="Filters to enhance web typography"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mintchaos/typogrify"
|
homepage="https://github.com/justinmayer/typogrify"
|
||||||
distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
|
distfiles="https://github.com/justinmayer/typogrify/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
|
checksum=212603210fb5a55fd5bed4c34cd9043b96ab605b190d4e17e27396330147e523
|
||||||
make_check=no # conflicting dependencies
|
make_check=no # conflicting dependencies
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue