FreeBSD Bugzilla – Attachment 231844 Details for
Bug 256995
textproc/py-pygments: Update to 2.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 2.9.0
textproc_py-pygments.diff (text/plain), 1.50 KB, created by
Thierry Thomas
on 2022-02-15 19:01:41 UTC
(
hide
)
Description:
Upgrade to 2.9.0
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2022-02-15 19:01:41 UTC
Size:
1.50 KB
patch
obsolete
>@@ -, +, @@ > textproc/py-pygments: upgrade to 2.9.0 > > Release notes at <https://github.com/pygments/pygments/releases/tag/2.9.0>. > > - Remove conflict with the defunct paraview. > > - Add a test target (3710 passed, 3 skipped). >--- b/textproc/py-pygments/Makefile >+++ b/textproc/py-pygments/Makefile >@@ -1,7 +1,7 @@ > # Created by: Nicola Vitale <nivit@FreeBSD.org> > > PORTNAME= pygments >-DISTVERSION= 2.7.2 >+DISTVERSION= 2.9.0 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,6 +13,8 @@ COMMENT= Syntax highlighter written in Python > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} >+ > USES= python:3.6+ > USE_PYTHON= distutils concurrent autoplist > >@@ -20,10 +22,7 @@ CONFLICTS_INSTALL= py??-pygments-25 > > NO_ARCH= yes > >-.include <bsd.port.pre.mk> >- >-.if ${PYTHON_VER} == ${PYTHON_DEFAULT} >-CONFLICTS_INSTALL= paraview >-.endif >+do-test: >+ (cd ${TEST_WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=) > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >--- b/textproc/py-pygments/distinfo >+++ b/textproc/py-pygments/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1608361332 >-SHA256 (Pygments-2.7.2.tar.gz) = 381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0 >-SIZE (Pygments-2.7.2.tar.gz) = 2350457 >+TIMESTAMP = 1625498300 >+SHA256 (Pygments-2.9.0.tar.gz) = a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f >+SIZE (Pygments-2.9.0.tar.gz) = 4048049
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256995
:
226241
|
226682
|
231195
| 231844