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/fd331cd72f16
branches:  trunk
changeset: 318240:fd331cd72f16
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 8a0b87acf53f -r fd331cd72f16 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