Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2023 08:33:39 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: 3461c9b50d13 - main - editors/retext: Update to 8.0.1
Message-ID:  <202306010833.3518XdGA023034@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=3461c9b50d1322d940446d0041214ff05b7d4d4d

commit 3461c9b50d1322d940446d0041214ff05b7d4d4d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-05-31 10:28:00 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-06-01 08:33:25 +0000

    editors/retext: Update to 8.0.1
    
    - Switch to MASTER_SITES PYPI
    - Add test target
    
    ChangeLog: https://github.com/retext-project/retext/releases/tag/8.0.1
---
 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 40d4e2b4c7d1..9f9090c5ed8e 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	retext
-DISTVERSION=	8.0.0
-PORTREVISION=	2
+DISTVERSION=	8.0.1
 CATEGORIES=	editors
+MASTER_SITES=	PYPI
+DISTNAME=	ReText-${DISTVERSION}
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Markdown editor
@@ -16,11 +17,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${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_GITHUB=	yes
-GH_ACCOUNT=	retext-project
-USE_PYTHON=	autoplist distutils noflavors
+USE_PYTHON=	autoplist distutils noflavors pytest
 USE_PYQT=	pyqt6:run sip:run
 
 NO_ARCH=	yes
diff --git a/editors/retext/distinfo b/editors/retext/distinfo
index 72dffdc89da1..7c026ea34895 100644
--- a/editors/retext/distinfo
+++ b/editors/retext/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1671360108
-SHA256 (retext-project-retext-8.0.0_GH0.tar.gz) = d0ab71b60c20c88558504e6128245c735614da0f4151602c3196ef88ac28e3d7
-SIZE (retext-project-retext-8.0.0_GH0.tar.gz) = 305905
+TIMESTAMP = 1685516647
+SHA256 (ReText-8.0.1.tar.gz) = 8c3a2247d381b40b14cb4a63a184a62e35f16d31699aedfbe9c294a043ec0d96
+SIZE (ReText-8.0.1.tar.gz) = 538968



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306010833.3518XdGA023034>