git: b587e1b13115 - main - textproc/py-rst2html5: Update to 2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:33:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b587e1b13115975e95c5193f728e54570a170bc3 commit b587e1b13115975e95c5193f728e54570a170bc3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:26:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:26:24 +0000 textproc/py-rst2html5: Update to 2.0 - Update WWW Changes: https://foss.heptapod.net/doc-utils/rst2html5/-/blob/branch/default/CHANGELOG.rst https://rst2html5.readthedocs.io/en/latest/CHANGELOG.html --- textproc/py-rst2html5/Makefile | 7 +++---- textproc/py-rst2html5/distinfo | 6 +++--- textproc/py-rst2html5/files/patch-setup.py | 19 ------------------- textproc/py-rst2html5/pkg-descr | 2 +- 4 files changed, 7 insertions(+), 27 deletions(-) diff --git a/textproc/py-rst2html5/Makefile b/textproc/py-rst2html5/Makefile index 5b07993b4595..b5fbe7187b8c 100644 --- a/textproc/py-rst2html5/Makefile +++ b/textproc/py-rst2html5/Makefile @@ -1,6 +1,5 @@ PORTNAME= rst2html5 -PORTVERSION= 1.9.5 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +11,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.5:textproc/py-pygments@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist diff --git a/textproc/py-rst2html5/distinfo b/textproc/py-rst2html5/distinfo index 36114ca889f6..41c081bd2ad2 100644 --- a/textproc/py-rst2html5/distinfo +++ b/textproc/py-rst2html5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542046265 -SHA256 (rst2html5-1.9.5.tar.gz) = 40edf5e15d38f413282a7d9b61a6e5ee041fde13f1062a735bd3eaa33775a50b -SIZE (rst2html5-1.9.5.tar.gz) = 24303 +TIMESTAMP = 1660576960 +SHA256 (rst2html5-2.0.tar.gz) = 1238e36bf7e6eb05d37fd62d8c2619b0d0c1f17e6802dc8fa1422c6050ee65f7 +SIZE (rst2html5-2.0.tar.gz) = 22680 diff --git a/textproc/py-rst2html5/files/patch-setup.py b/textproc/py-rst2html5/files/patch-setup.py deleted file mode 100644 index ebab3e266e6c..000000000000 --- a/textproc/py-rst2html5/files/patch-setup.py +++ /dev/null @@ -1,19 +0,0 @@ -# Conflicts with docutils >-= 0.13.1 -# 1d6174076454 doesn't actually resolve the (file) conflict -# https://bitbucket.org/andre_felipe_dias/rst2html5/issues/27/ -# https://github.com/getnikola/nikola/issues/2657 -# https://github.com/marianoguerra/rst2html5/issues/87 - ---- setup.py.orig 2018-05-22 02:47:00 UTC -+++ setup.py -@@ -51,8 +51,8 @@ setup( - include_package_data=True, - entry_points={ - 'console_scripts': [ -- 'rst2html5 = rst2html5_:main', -- 'rst2html5.py = rst2html5_:main', # overrides docutils' rst2html5.py -+ 'rst2html5-rst2html5 = rst2html5_:main', -+ 'rst2html5-rst2html5.py = rst2html5_:main', # overrides docutils' rst2html5.py - ], - }, - ) diff --git a/textproc/py-rst2html5/pkg-descr b/textproc/py-rst2html5/pkg-descr index b95d76872367..608897f71e69 100644 --- a/textproc/py-rst2html5/pkg-descr +++ b/textproc/py-rst2html5/pkg-descr @@ -1,4 +1,4 @@ rst2html5 generates HTML5 documents from standalone reStructuredText sources. It's complet rewrite of the docutils rst2html. -WWW: https://bitbucket.org/andre_felipe_dias/rst2html5 +WWW: https://foss.heptapod.net/doc-utils/rst2html5