1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

devel/ipython5: Fix build after the recent update of textproc/py-pygments by adding textproc/py-pygments-25 because ipython5 requires this version

Reported by:	linimon
This commit is contained in:
Yuri Victorovich 2020-09-21 04:22:54 +00:00
parent 85a87d5bb2
commit 0339288f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549418
6 changed files with 52 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt_toolkit1>=1.0.4<2.0.0:devel/py-prompt_toolkit1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments<2.6:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments-25<2.6:textproc/py-pygments-25@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}

View File

@ -1324,6 +1324,7 @@
SUBDIR += py-pycountry
SUBDIR += py-pygccxml
SUBDIR += py-pygments
SUBDIR += py-pygments-25
SUBDIR += py-pygtail
SUBDIR += py-pyhamcrest
SUBDIR += py-pyjade

View File

@ -0,0 +1,32 @@
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments
PORTVERSION= 2.5.2
PORTREVISION= 0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -25
DISTNAME= Pygments-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Syntax highlighter written in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils concurrent autoplist
CONFLICTS_INSTALL= py??-pygments
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
CONFLICTS_INSTALL= paraview
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1578903176
SHA256 (Pygments-2.5.2.tar.gz) = 98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
SIZE (Pygments-2.5.2.tar.gz) = 20263984

View File

@ -0,0 +1,13 @@
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library
WWW: https://pygments.org/

View File

@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils concurrent autoplist
CONFLICTS_INSTALL= py??-pygments-25
NO_ARCH= yes
.include <bsd.port.pre.mk>