diff options
Diffstat (limited to 'textproc/py-rich-rst')
| -rw-r--r-- | textproc/py-rich-rst/Makefile | 6 | ||||
| -rw-r--r-- | textproc/py-rich-rst/distinfo | 6 | ||||
| -rw-r--r-- | textproc/py-rich-rst/files/patch-pyproject.toml | 20 |
3 files changed, 26 insertions, 6 deletions
diff --git a/textproc/py-rich-rst/Makefile b/textproc/py-rich-rst/Makefile index 5af07ee1c368..a53f2d426913 100644 --- a/textproc/py-rich-rst/Makefile +++ b/textproc/py-rich-rst/Makefile @@ -1,5 +1,5 @@ PORTNAME= rich-rst -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,12 @@ WWW= https://rich-rst.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} -USES= python +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-rich-rst/distinfo b/textproc/py-rich-rst/distinfo index ae916fac20b9..e1cf67902145 100644 --- a/textproc/py-rich-rst/distinfo +++ b/textproc/py-rich-rst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705201 -SHA256 (rich_rst-1.3.1.tar.gz) = fad46e3ba42785ea8c1785e2ceaa56e0ffa32dbe5410dec432f37e4107c4f383 -SIZE (rich_rst-1.3.1.tar.gz) = 13839 +TIMESTAMP = 1761446762 +SHA256 (rich_rst-1.3.2.tar.gz) = a1196fdddf1e364b02ec68a05e8ff8f6914fee10fbca2e6b6735f166bb0da8d4 +SIZE (rich_rst-1.3.2.tar.gz) = 14936 diff --git a/textproc/py-rich-rst/files/patch-pyproject.toml b/textproc/py-rich-rst/files/patch-pyproject.toml new file mode 100644 index 000000000000..612c6937a165 --- /dev/null +++ b/textproc/py-rich-rst/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-10-27 03:02:48 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=64" ++ "setuptools>=61" + ] + build-backend = "setuptools.build_meta" + +@@ -9,8 +9,7 @@ readme = "README.md" + version = "1.3.2" + description = "A beautiful reStructuredText renderer for rich" + readme = "README.md" +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text = "MIT"} + authors = [ + { name = "Wasi Master", email = "arianmollik323@gmail.com" } + ] |
