summaryrefslogtreecommitdiff
path: root/audio/eyeD3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /audio/eyeD3
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'audio/eyeD3')
-rw-r--r--audio/eyeD3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile
index 757e1573755..ece6ea4a7c8 100644
--- a/audio/eyeD3/Makefile
+++ b/audio/eyeD3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/03/14 19:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:01 adam Exp $
DISTNAME= eyeD3-0.7.11
CATEGORIES= audio
@@ -10,7 +10,7 @@ COMMENT= Python tool for working with audio files (in particular, mp3)
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.11
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.7.11
REPLACE_SH+= bin/eyeD3
SUBST_CLASSES+= python