pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/epydoc epydoc: PYTHON_VERSIONS_INCOMPATIBLE -> P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1944c56768cb
branches: trunk
changeset: 328491:1944c56768cb
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 22 10:32:02 2019 +0000
description:
epydoc: PYTHON_VERSIONS_INCOMPATIBLE -> PYTHON_VERSIONS_ACCEPTED
diffstat:
devel/epydoc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 2aaa87533875 -r 1944c56768cb devel/epydoc/Makefile
--- a/devel/epydoc/Makefile Tue Jan 22 10:29:46 2019 +0000
+++ b/devel/epydoc/Makefile Tue Jan 22 10:32:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/07/03 05:03:09 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/01/22 10:32:02 adam Exp $
DISTNAME= epydoc-3.0.1
CATEGORIES= devel python
@@ -12,10 +12,10 @@
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
-USE_LANGUAGES= #none
+USE_LANGUAGES= # none
USE_TOOLS+= pax
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.0.1
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.0.1
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/epydoc
Home |
Main Index |
Thread Index |
Old Index