pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/retext retext: updated to 7.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50cc83e9c5f8
branches:  trunk
changeset: 448274:50cc83e9c5f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 07 07:31:00 2021 +0000

description:
retext: updated to 7.2.1

ReText 7.2.1

* Improved support for dark Qt themes.
* Fixed preview jumping to top during MathJax rendering.
* Fixed QTextBrowser-based preview jumping.
* Fixed opening files with spaces from QTextBrowser-based
  preview.
* Use `defaultCodec` setting by default when saving files;
  correctly detect encoding for UTF-8 files with BOM.

diffstat:

 editors/retext/Makefile |  10 ++++------
 editors/retext/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 62536bfc54bb -r 50cc83e9c5f8 editors/retext/Makefile
--- a/editors/retext/Makefile   Sun Mar 07 07:30:09 2021 +0000
+++ b/editors/retext/Makefile   Sun Mar 07 07:31:00 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/02/11 03:42:44 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/07 07:31:00 adam Exp $
 
-VERSION=       7.2.0
-DISTNAME=      ReText-${VERSION}
+DISTNAME=      ReText-7.2.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/ReText/}
@@ -11,16 +10,15 @@
 COMMENT=       Simple but powerful editor for Markdown and reStructuredText
 LICENSE=       gnu-gpl-v3
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../x11/py-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 62536bfc54bb -r 50cc83e9c5f8 editors/retext/distinfo
--- a/editors/retext/distinfo   Sun Mar 07 07:30:09 2021 +0000
+++ b/editors/retext/distinfo   Sun Mar 07 07:31:00 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/02/11 03:42:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.4 2021/03/07 07:31:00 adam Exp $
 
-SHA1 (ReText-7.2.0.tar.gz) = f58cdf88c4804de51822f5864830b80652cb4827
-RMD160 (ReText-7.2.0.tar.gz) = e904a6bd2a855cf28eafd068484d18568731777e
-SHA512 (ReText-7.2.0.tar.gz) = ed1cb0088fcd3f1cba96bb07137766c6ae8177e8c9a91f22334ef2f949b58792e03f0b5022d9ef71bfb611b7969c651b4c7920f48ed8e1ad07caff2f69c85a35
-Size (ReText-7.2.0.tar.gz) = 516895 bytes
+SHA1 (ReText-7.2.1.tar.gz) = 8358a6b3178b35e1980e9fad8d924b890c59deed
+RMD160 (ReText-7.2.1.tar.gz) = b3e980d4611347088c228271c5b746920e890aec
+SHA512 (ReText-7.2.1.tar.gz) = 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604
+Size (ReText-7.2.1.tar.gz) = 522364 bytes



Home | Main Index | Thread Index | Old Index