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:
Carlos J. Puga Medina 2017-04-19 19:06:19 +00:00
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

View file

@ -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

View file

@ -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

View 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"