mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add slave port of devel/py-docutils to support Python 3 version
PR: 217469 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: miwi (Python@)
This commit is contained in:
parent
d8a738baa6
commit
27af12c80c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438902
3 changed files with 13 additions and 2 deletions
|
@ -1374,6 +1374,7 @@
|
|||
SUBDIR += py3-alabaster
|
||||
SUBDIR += py3-asciinema
|
||||
SUBDIR += py3-chardet
|
||||
SUBDIR += py3-docutils
|
||||
SUBDIR += py3-hunspell
|
||||
SUBDIR += py3-libxml2
|
||||
SUBDIR += py3-pager
|
||||
|
|
|
@ -15,11 +15,11 @@ LICENSE_COMB= multi
|
|||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
USES?= python
|
||||
|
||||
OPTIONS_DEFINE= PYGMENTS
|
||||
PYGMENTS_DESC= Syntax highlighting
|
||||
PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments
|
||||
PYGMENTS_RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments
|
||||
|
||||
SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \
|
||||
rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html
|
||||
|
|
10
textproc/py3-docutils/Makefile
Normal file
10
textproc/py3-docutils/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-docutils
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py3-pygments
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue