textproc/retext: Update to 7.2.1

This commit is contained in:
Tilman Keskinoz
2021-09-02 20:48:35 +02:00
parent d7e288ccb1
commit 00ec8e2c81
3 changed files with 6 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
PORTNAME= retext
DISTVERSION= 7.0.4
PORTREVISION= 6
DISTVERSION= 7.2.1
CATEGORIES= textproc
MAINTAINER= arved@FreeBSD.org
@@ -11,9 +10,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GPL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR}
USES= python:3.2+ desktop-file-utils pyqt:5 qt:5
USE_GITHUB= yes
@@ -24,8 +23,6 @@ USE_QT= linguisttools_build
USE_PYQT= core_run sip_run gui_run widgets_run printsupport_run \
network_run
PYDISTUTILS_INSTALLARGS+= --no-rename
BINARY_ALIAS= lrelease=${LRELEASE}
NO_ARCH= yes

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1561661135
SHA256 (retext-project-retext-7.0.4_GH0.tar.gz) = dd9358dd541266eadf7b4f4606b1eb0a98fa321c25f58f1a9917ec4600345fad
SIZE (retext-project-retext-7.0.4_GH0.tar.gz) = 261646
TIMESTAMP = 1630607245
SHA256 (retext-project-retext-7.2.1_GH0.tar.gz) = a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932
SIZE (retext-project-retext-7.2.1_GH0.tar.gz) = 334029

View File

@@ -1,11 +0,0 @@
--- setup.py.orig 2019-09-09 20:33:15.181197000 +0200
+++ setup.py 2019-09-09 20:37:49.730010000 +0200
@@ -57,7 +57,7 @@
def run(self):
for ts_file in glob(join('locale', '*.ts')):
try:
- check_call(('lrelease', ts_file), env={'QT_SELECT': '5'})
+ check_call(('lrelease', ts_file), env={'QT_SELECT': 'qt5'})
except Exception as e:
log.warn('Failed to build translations: %s', e)
break