summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-07 07:31:00 +0000
committeradam <adam@pkgsrc.org>2021-03-07 07:31:00 +0000
commit45f6f532ac429339d525b5fa1ac98d77c4a086f6 (patch)
tree6793e4ae4e89d5e6815f7f4cf1829e1665f93353
parent683100350f443bd8b83887a25f826fa868ab77b8 (diff)
downloadpkgsrc-45f6f532ac429339d525b5fa1ac98d77c4a086f6.tar.gz
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.
-rw-r--r--editors/retext/Makefile10
-rw-r--r--editors/retext/distinfo10
2 files changed, 9 insertions, 11 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index a383f55c400..5ad1572de3c 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/retext-project/retext
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 --git a/editors/retext/distinfo b/editors/retext/distinfo
index 693e58a4109..0eb1550e547 100644
--- a/editors/retext/distinfo
+++ b/editors/retext/distinfo
@@ -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