FreeBSD Bugzilla – Attachment 251825 Details for
Bug 280080
textproc/py-docutils: Update to 0.21.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 0.21.2
py-docutils-0.21.2.diff.txt (text/plain), 4.19 KB, created by
Wen Heping
on 2024-07-02 01:33:58 UTC
(
hide
)
Description:
Update to 0.21.2
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2024-07-02 01:33:58 UTC
Size:
4.19 KB
patch
obsolete
>diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile >index 62471004272a..9b30201234a3 100644 >--- a/textproc/py-docutils/Makefile >+++ b/textproc/py-docutils/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= docutils >-PORTVERSION= 0.19 >+PORTVERSION= 0.21.2 > PORTEPOCH= 1 > CATEGORIES= textproc python > MASTER_SITES= PYPI >@@ -12,8 +12,15 @@ WWW= https://docutils.sourceforge.io/ > LICENSE= BSD2CLAUSE GPLv3+ PD PSFL > LICENSE_COMB= multi > >-USES= python >-USE_PYTHON= autoplist concurrent distutils >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} >+ >+USES= python shebangfix >+USE_PYTHON= autoplist concurrent pep517 >+ >+SHEBANG_FILES= docutils/writers/odf_odt/prepstyles.py \ >+ docutils/__main__.py \ >+ docutils/utils/smartquotes.py \ >+ docutils/utils/math/math2html.py > > NO_ARCH= yes > >@@ -24,14 +31,6 @@ PYGMENTS_DESC= Syntax highlighting > > PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} > >-SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \ >- rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html >- >-post-install: >-.for script in ${SCRIPTS} >- ${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script} >-.endfor >- > do-test: > cd ${WRKSRC} && ${PYTHON_CMD} test/alltests.py --verbose > >diff --git a/textproc/py-docutils/distinfo b/textproc/py-docutils/distinfo >index a9e01d2031d1..645d1c99b23b 100644 >--- a/textproc/py-docutils/distinfo >+++ b/textproc/py-docutils/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1662997695 >-SHA256 (docutils-0.19.tar.gz) = 33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 >-SIZE (docutils-0.19.tar.gz) = 2056383 >+TIMESTAMP = 1719881612 >+SHA256 (docutils-0.21.2.tar.gz) = 3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f >+SIZE (docutils-0.21.2.tar.gz) = 2204444 >diff --git a/textproc/py-docutils/pkg-plist b/textproc/py-docutils/pkg-plist >deleted file mode 100644 >index 7d1eed03382e..000000000000 >--- a/textproc/py-docutils/pkg-plist >+++ /dev/null >@@ -1,10 +0,0 @@ >-bin/rst2html >-bin/rst2latex >-bin/rst2man >-bin/rst2odt >-bin/rst2odt_prepstyles >-bin/rst2pseudoxml >-bin/rst2s5 >-bin/rst2xetex >-bin/rst2xml >-bin/rstpep2html >diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile >index 4b184341eeaf..e0189e4d9298 100644 >--- a/textproc/py-sphinx-tabs/Makefile >+++ b/textproc/py-sphinx-tabs/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sphinx-tabs > PORTVERSION= 3.4.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= textproc python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.0,1<0.20.0,1:textproc/py-docutils@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.0,1<0.22.0,1:textproc/py-docutils@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ >diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile >index 3c5e5d2ff7be..a57539a42b95 100644 >--- a/textproc/py-sphinx/Makefile >+++ b/textproc/py-sphinx/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sphinx > PORTVERSION= 5.3.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= textproc python > MASTER_SITES= PYPI >@@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-applehelp>=0:textproc/py-sphin > ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-qthelp>=0:textproc/py-sphinxcontrib-qthelp@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0:devel/py-Jinja2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pygments>=2.12:textproc/py-pygments@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}docutils>=0.14,1<0.20,1:textproc/py-docutils@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}docutils>=0.14,1<0.22,1:textproc/py-docutils@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}snowballstemmer>=2.0:textproc/py-snowballstemmer@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Babel>=2.9:devel/py-babel@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}alabaster>=0.7<0.8:textproc/py-alabaster@${PY_FLAVOR} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 280080
:
251825
|
251895