pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/reposurgeon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 21 15:37:49 UTC 2017

Modified Files:
        pkgsrc/devel/reposurgeon: Makefile

Log Message:
Program now supports python-3.x. Mark it as such.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/reposurgeon/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/reposurgeon/Makefile
diff -u pkgsrc/devel/reposurgeon/Makefile:1.26 pkgsrc/devel/reposurgeon/Makefile:1.27
--- pkgsrc/devel/reposurgeon/Makefile:1.26      Sat Jan 21 12:23:48 2017
+++ pkgsrc/devel/reposurgeon/Makefile   Sat Jan 21 15:37:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/01/21 12:23:48 kim Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/21 15:37:49 wiz Exp $
 
 DISTNAME=      reposurgeon-3.40
 CATEGORIES=    devel scm
@@ -21,7 +21,5 @@ MAKE_FLAGS+=  mandir=${PKGMANDIR}
 REPLACE_PYTHON=        repocutter repodiffer repomapper reposurgeon
 REPLACE_SH=    repotool
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # 3.26 uses commands module, which is deprecated in python-3.x
-
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index