pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/epydoc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 22 10:32:02 UTC 2019

Modified Files:
        pkgsrc/devel/epydoc: Makefile

Log Message:
epydoc: PYTHON_VERSIONS_INCOMPATIBLE -> PYTHON_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/epydoc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/epydoc/Makefile
diff -u pkgsrc/devel/epydoc/Makefile:1.24 pkgsrc/devel/epydoc/Makefile:1.25
--- pkgsrc/devel/epydoc/Makefile:1.24   Tue Jul  3 05:03:09 2018
+++ pkgsrc/devel/epydoc/Makefile        Tue Jan 22 10:32:02 2019
@@ -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 @@ LICENSE=    mit
 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