Skip to content

Commit

Permalink
editors/retext: Update to 8.0.2
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
nunotexbsd committed Mar 18, 2024
1 parent d484be5 commit f249a26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions editors/retext/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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} \
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions editors/retext/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f249a26

Please sign in to comment.