Date: Mon, 18 Mar 2024 10:28:12 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f249a269f9b1 - main - editors/retext: Update to 8.0.2 Message-ID: <202403181028.42IASCKD042875@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=f249a269f9b1b11abe7251d3b1f14aec65e5cdb5 commit f249a269f9b1b11abe7251d3b1f14aec65e5cdb5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-18 10:17:22 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-18 10:27:59 +0000 editors/retext: Update to 8.0.2 - Switch to pep517 build - Rename PORTNAME retext -> ReText to match PYPI package name case ChangeLog: https://github.com/retext-project/retext/releases/tag/8.0.2 --- editors/retext/Makefile | 10 +++++----- editors/retext/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/editors/retext/Makefile b/editors/retext/Makefile index c507129bd6bf..fe3098050ff3 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -1,9 +1,7 @@ -PORTNAME= retext -DISTVERSION= 8.0.1 -PORTREVISION= 1 +PORTNAME= ReText +DISTVERSION= 8.0.2 CATEGORIES= editors MASTER_SITES= PYPI -DISTNAME= ReText-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Markdown editor @@ -12,6 +10,8 @@ WWW= https://github.com/retext-project/retext LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.0:textproc/py-markdown@${PY_FLAVOR} \ @@ -21,8 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} USES= desktop-file-utils pyqt:6 python:3.9+ -USE_PYTHON= autoplist distutils noflavors pytest USE_PYQT= pyqt6:run sip:run +USE_PYTHON= autoplist noflavors pep517 pytest NO_ARCH= yes diff --git a/editors/retext/distinfo b/editors/retext/distinfo index 7c026ea34895..96bc48f1c236 100644 --- a/editors/retext/distinfo +++ b/editors/retext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685516647 -SHA256 (ReText-8.0.1.tar.gz) = 8c3a2247d381b40b14cb4a63a184a62e35f16d31699aedfbe9c294a043ec0d96 -SIZE (ReText-8.0.1.tar.gz) = 538968 +TIMESTAMP = 1710616677 +SHA256 (ReText-8.0.2.tar.gz) = fd74d06c580786888da06569ac28981f1d52ae07bc75a9ce6345a0df2c8280dc +SIZE (ReText-8.0.2.tar.gz) = 546236
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181028.42IASCKD042875>