diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile index 68747c9c491d..1cd193f6699c 100644 --- a/textproc/py-markups/Makefile +++ b/textproc/py-markups/Makefile @@ -1,33 +1,31 @@ PORTNAME= markups -PORTVERSION= 4.0.0 -PORTREVISION= 3 +PORTVERSION= 4.1.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Markups-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper around various text markup languages -WWW= https://github.com/retext-project/pymarkups +WWW= https://pymarkups.readthedocs.io/en/latest/ \ + https://github.com/retext-project/pymarkups LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0:textproc/py-python-markdown-math@${PY_FLAVOR} TEST_DEPENDS= asciidoc>=0:textproc/asciidoc \ ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>=0:textproc/py-pymdown-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}textile>=0:www/py-textile@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes .include diff --git a/textproc/py-markups/distinfo b/textproc/py-markups/distinfo index b482b605a9c1..13f70f12d146 100644 --- a/textproc/py-markups/distinfo +++ b/textproc/py-markups/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675191095 -SHA256 (Markups-4.0.0.tar.gz) = 3ddb9afb1c55d0cff812e3392ca33f468498c0707a4fa8b2e05d0ba0d32c019e -SIZE (Markups-4.0.0.tar.gz) = 22968 +TIMESTAMP = 1784005300 +SHA256 (markups-4.1.1.tar.gz) = d0284b14fe046037cb0473f08d5c63556042c14c5ed65379e81982afeb55bc21 +SIZE (markups-4.1.1.tar.gz) = 22985 diff --git a/textproc/py-markups/files/patch-pyproject.toml b/textproc/py-markups/files/patch-pyproject.toml index c7271453f3c7..f58e47043d22 100644 --- a/textproc/py-markups/files/patch-pyproject.toml +++ b/textproc/py-markups/files/patch-pyproject.toml @@ -1,11 +1,19 @@ ---- pyproject.toml.orig 2023-01-16 19:07:22 UTC +--- pyproject.toml.orig 2025-04-29 10:56:30 UTC +++ pyproject.toml -@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2"] +@@ -1,13 +1,13 @@ + [build-system] +-requires = ["setuptools>=77.0"] ++requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project] -name = "Markups" +name = "markups" description = "A wrapper around various text markups" readme = "README.rst" authors = [{name = "Dmitry Shachnev", email = "mitya57@gmail.com"}] +-license = "BSD-3-Clause" ++license = {text = "BSD-3-Clause"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Operating System :: OS Independent",