diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-22 14:28:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-22 14:28:57 +0000 |
commit | ec184232acb127d96e3273a658ffb7f3de0fa88f (patch) | |
tree | 8236a0a69749ae0cbdcead2671e4d343c7f0532d /textproc | |
parent | d35ac71e0e179d50e75b05b0c3f568ff3fccb613 (diff) | |
download | pkgsrc-ec184232acb127d96e3273a658ffb7f3de0fa88f.tar.gz |
No Python 3 support for py-jinja2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 6f2d9b1b8c6..ba2f59e3346 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/25 06:56:52 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/05/22 14:28:57 joerg Exp $ DISTNAME= Sphinx-1.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -17,8 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments USE_LANGUAGES= #none -PYTHON_VERSIONS_INCLUDE_3X= yes - REPLACE_PYTHON+= sphinx/pycode/pgen2/token.py #USE_TOOLS+= makeinfo |