pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/eyeD3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 20 07:06:41 UTC 2020

Modified Files:
        pkgsrc/audio/eyeD3: Makefile

Log Message:
eyeD3: mark as python 3.x only due to py-faker via py-factory_boy


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/eyeD3/Makefile

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

Modified files:

Index: pkgsrc/audio/eyeD3/Makefile
diff -u pkgsrc/audio/eyeD3/Makefile:1.14 pkgsrc/audio/eyeD3/Makefile:1.15
--- pkgsrc/audio/eyeD3/Makefile:1.14    Tue May 19 18:52:35 2020
+++ pkgsrc/audio/eyeD3/Makefile Wed May 20 07:06:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/05/19 18:52:35 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/20 07:06:41 wiz Exp $
 
 DISTNAME=      eyeD3-0.9.5
 CATEGORIES=    audio
@@ -15,6 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-filetype-[0-9]*
 
 PYTHON_VERSIONED_DEPENDENCIES+=        test:test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-faker via py-factory_boy
+
 USE_LANGUAGES=                 # none
 
 # 13 test failures as of 0.9.5



Home | Main Index | Thread Index | Old Index