New package: python3-typogrify-2.0.7
This commit is contained in:
parent
f72b07bd65
commit
4e93cbdf10
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-typogrify'
|
||||
pkgname=python3-typogrify
|
||||
version=2.0.7
|
||||
revision=1
|
||||
wrksrc="typogrify-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-smartypants"
|
||||
short_desc="Filters to enhance web typography"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/mintchaos/typogrify"
|
||||
distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
|
||||
checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
|
||||
make_check=no # conflicting dependencies
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in New Issue