Thu Nov 25 00:38:35 2021 UTC ()
retext: update to 7.2.2

## ReText 7.2.2 (2021-10-11)

* Issue #552 Fixed bad Spanish translation causing a crash.
* Fixed `TypeError: index 0 has type 'float' but 'int' is expected` with
  Python 3.10.
* Fixed `RuntimeError: ffi_prep_cif_var failed` in XSettings code.


(gutteridge)
diff -r1.7 -r1.8 pkgsrc/editors/retext/Makefile
diff -r1.6 -r1.7 pkgsrc/editors/retext/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/editors/retext/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/retext/Makefile 2021/10/03 12:42:28 1.7
+++ pkgsrc/editors/retext/Makefile 2021/11/25 00:38:35 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2021/10/03 12:42:28 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.8 2021/11/25 00:38:35 gutteridge Exp $
2 2
3DISTNAME= ReText-7.2.1 3DISTNAME= ReText-7.2.2
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= editors python 5CATEGORIES= editors python
7MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
8 7
9MAINTAINER= gutteridge@NetBSD.org 8MAINTAINER= gutteridge@NetBSD.org
10HOMEPAGE= https://github.com/retext-project/retext 9HOMEPAGE= https://github.com/retext-project/retext
11COMMENT= Simple but powerful editor for Markdown and reStructuredText 10COMMENT= Simple but powerful editor for Markdown and reStructuredText
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet 13DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
15DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant 14DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
16DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups 15DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.6 -r1.7 pkgsrc/editors/retext/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/retext/distinfo 2021/10/26 10:21:38 1.6
+++ pkgsrc/editors/retext/distinfo 2021/11/25 00:38:35 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:21:38 nia Exp $ 1$NetBSD: distinfo,v 1.7 2021/11/25 00:38:35 gutteridge Exp $
2 2
3BLAKE2s (ReText-7.2.1.tar.gz) = 78e13ca20638ef633a962e216f37d4d754e38d45ee4b43ed111ee84348a03090 3BLAKE2s (ReText-7.2.2.tar.gz) = 4616f82a0abdd3fa0b2d3fb520b6157afd2699ba63a4573d4223345ff18c5f1a
4SHA512 (ReText-7.2.1.tar.gz) = 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604 4SHA512 (ReText-7.2.2.tar.gz) = 68345b57b2c5446158ed3a6f97b5ead103ef1c99a3aea9cbc69ef7d0807fb64546f38ebde2969b94429eeed6450abb345fecc566dcf6e0767fe84c4e27348e53
5Size (ReText-7.2.1.tar.gz) = 522364 bytes 5Size (ReText-7.2.2.tar.gz) = 522652 bytes