summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-05-24 11:52:04 +0000
committeradam <adam@pkgsrc.org>2022-05-24 11:52:04 +0000
commitdfa215dc460b5061a1368681a999f3280dddeced (patch)
treeb43e9de48740084a3a14135fb7b94b8a13df9155 /comms/py-rich/Makefile
parent1cf78515c31e3de460e0da2d309debe4f15857af (diff)
downloadpkgsrc-dfa215dc460b5061a1368681a999f3280dddeced.tar.gz
py-rich: updated to 12.4.4
12.4.4 Changed Added clipping per line to SVG output to avoid box characters overlapping Optimized SVG output 12.4.3 Changed Further tweaks to SVG character matrix Added clip rect to SVG to prevent box characters overlapping bottom of terminal 12.4.2 Fixed Fix for SVG on Firefox Changed Removed excess margin from SVG, tweaked cell sizes to better render block characters
Diffstat (limited to 'comms/py-rich/Makefile')
-rw-r--r--comms/py-rich/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index 645eee32730..8b649aa9b86 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/05/09 05:44:54 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/05/24 11:52:04 adam Exp $
-DISTNAME= rich-12.4.1
+DISTNAME= rich-12.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/}