Index: head/textproc/py-rst2html5/Makefile =================================================================== --- head/textproc/py-rst2html5/Makefile (revision 470593) +++ head/textproc/py-rst2html5/Makefile (revision 470594) @@ -1,23 +1,25 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= rst2html5 PORTVERSION= 1.9.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Produces HTML5 documents from reStructuredText sources LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.1:textproc/py-pygments@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include Index: head/textproc/py-rst2html5/files/patch-setup.py =================================================================== --- head/textproc/py-rst2html5/files/patch-setup.py (nonexistent) +++ head/textproc/py-rst2html5/files/patch-setup.py (revision 470594) @@ -0,0 +1,19 @@ +# Conflicts with docutils >-= 0.13.1 +# 1d6174076454 doesn't actually resolve the (file) conflict +# https://bitbucket.org/andre_felipe_dias/rst2html5/issues/27/ +# https://github.com/getnikola/nikola/issues/2657 +# https://github.com/marianoguerra/rst2html5/issues/87 + +--- setup.py.orig 2018-05-22 02:47:00 UTC ++++ setup.py +@@ -51,8 +51,8 @@ setup( + include_package_data=True, + entry_points={ + 'console_scripts': [ +- 'rst2html5 = rst2html5_:main', +- 'rst2html5.py = rst2html5_:main', # overrides docutils' rst2html5.py ++ 'rst2html5-rst2html5 = rst2html5_:main', ++ 'rst2html5-rst2html5.py = rst2html5_:main', # overrides docutils' rst2html5.py + ], + }, + ) Property changes on: head/textproc/py-rst2html5/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property