Skip to content

Commit

Permalink
extend PYTHON_VERSIONS_ for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Jul 3, 2018
1 parent 3276b2d commit 66fac59
Show file tree
Hide file tree
Showing 495 changed files with 994 additions and 996 deletions.
4 changes: 2 additions & 2 deletions archivers/py-czipfile/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:04 wiz Exp $
# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:01 adam Exp $

DISTNAME= czipfile-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/czipfile
COMMENT= Replacement for builtin zipfile, with fast, C-based zipfile decryption
LICENSE= python-software-foundation

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # for 2.x only
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # for 2.x only

.include "../../lang/python/egg.mk"
.include "../../devel/py-cython/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/ardour/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2018/04/29 21:31:25 adam Exp $
# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:01 adam Exp $

DISTNAME= ardour-4.7
PKGREVISION= 12
Expand Down Expand Up @@ -140,7 +140,7 @@ CONF_FILES+= ${EGDIR}/trx.menus ${PKG_SYSCONFDIR}/trx.menus
# As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters
CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 35 # as of 4.4
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.4

.include "../../mk/bsd.prefs.mk"

Expand Down
4 changes: 2 additions & 2 deletions audio/aubio/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2017/08/01 14:58:51 wiz Exp $
# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:01 adam Exp $

DISTNAME= aubio-0.3.2
PKGREVISION= 2
Expand All @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in
# Python related variables:
PY_PATCHPLIST= yes
REPLACE_PYTHON= python/aubiocut python/aubiopitch
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.2

CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t

Expand Down
4 changes: 2 additions & 2 deletions audio/csound5/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2017/08/01 14:58:52 wiz Exp $
# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:01 adam Exp $

DISTNAME= Csound${CSOUND_VERSION}
PKGNAME= csound5-${CSOUND_VERSION}
Expand Down Expand Up @@ -27,7 +27,7 @@ SCONS_ARGS+= buildInterfaces=0
# Has long files our tar doesn't understand.
EXTRACT_USING= gtar

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 5.01

INSTALLATION_DIRS= bin

Expand Down
4 changes: 2 additions & 2 deletions audio/csound6-manual/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:22 wiz Exp $
# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:01 adam Exp $

DISTNAME= manual_src
PKGNAME= csound6-manual-${CSOUND_VERSION}
Expand Down Expand Up @@ -31,7 +31,7 @@ SUBST_FILES.python= Makefile
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Fixing path to python.

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 6.02
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 6.02

do-install:
cd ${WRKSRC}/html && pax -rw * ${DESTDIR}${PREFIX}/${DOCDIR}
Expand Down
4 changes: 2 additions & 2 deletions audio/csound6/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2018/04/29 21:31:26 adam Exp $
# $NetBSD: Makefile,v 1.27 2018/07/03 05:03:01 adam Exp $

DISTNAME= Csound${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
Expand All @@ -25,7 +25,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
# Has long files our tar doesn't understand.
EXTRACT_USING= bsdtar

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.01
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 5.01

INSTALLATION_DIRS= bin

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions audio/moss/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:22 wiz Exp $
# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:02 adam Exp $

DISTNAME= moss-0.1.13
PKGREVISION= 6
Expand All @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg
DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ogg, py-vorbis
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ogg, py-vorbis

REPLACE_PYTHON= ${WRKSRC}/*.py

Expand Down
4 changes: 2 additions & 2 deletions audio/picard/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.35 2018/03/12 11:16:04 wiz Exp $
# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:02 adam Exp $

DISTNAME= picard-1.3.2
PKGREVISION= 4
Expand All @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.3.1
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.3.1

HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
Expand Down
4 changes: 2 additions & 2 deletions audio/py-acoustid/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:02 adam Exp $

DISTNAME= v1.0.0
PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0
Expand All @@ -17,7 +17,7 @@ DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint
WRKSRC= ${WRKDIR}/pyacoustid-1.0.0
USE_LANGUAGES= # none
EGG_NAME= pyacoustid-1.0.0
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.0
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.0.0

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions audio/py-ao/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:02 adam Exp $

DISTNAME= pyao-0.82
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --prefix ${PREFIX}

CONFLICTS= ${PYPKGPREFIX}-pyao-[0-9]*

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.82
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.82

.include "../../audio/libao/buildlink3.mk"
.include "../../lang/python/distutils.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-cddb/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.22 2018/07/03 05:03:02 adam Exp $

DISTNAME= CDDB-1.4
PKGNAME= ${PYPKGPREFIX}-cddb-1.4
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://cddb-py.sourceforge.net/
COMMENT= Python module to access the CDDB online database
LICENSE= gnu-gpl-v2

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.4
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.4

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions audio/py-daap/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2017/09/04 18:08:18 wiz Exp $
# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:02 adam Exp $

DISTNAME= PythonDaap-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= https://movieos.org/code/pythondaap/
COMMENT= Python binding for DAAP
LICENSE= gnu-lgpl-v2.1

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.7
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*

.include "../../lang/python/distutils.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-discogs_client/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:02 adam Exp $

DISTNAME= v1.1.1
PKGNAME= ${PYPKGPREFIX}-discogs_client-1.1.1
Expand All @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/discogs_client-1.1.1
USE_LANGUAGES= # none
EGG_NAME= discogs_client-1.1.1

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions audio/py-id3/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:02 adam Exp $

DISTNAME= id3-py_1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//}
Expand All @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
EGG_NAME= ${DISTNAME:S/py_//:tu}

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions audio/py-id3lib/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:02 adam Exp $

DISTNAME= pyid3lib-0.5.1
PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1
Expand All @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1

USE_LANGUAGES= c c++

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5.1
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.5.1

.include "../../lang/python/distutils.mk"
.include "../../audio/id3lib/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-karaoke/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:02 adam Exp $

DISTNAME= pykaraoke-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-Numeric, py-wxWidgets
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-Numeric, py-wxWidgets

REPLACE_PYTHON+= performer_prompt.py
REPLACE_PYTHON+= pycdg.py
Expand Down
4 changes: 2 additions & 2 deletions audio/py-libmtag/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2017/08/16 21:22:11 wiz Exp $
# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:02 adam Exp $

DISTNAME= libmtag-python-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
Expand All @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config

EGG_NAME= MTag-0.0.0

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.1
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.1

.include "../../lang/python/distutils.mk"
.include "../../audio/libmtag/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-mad/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:03 adam Exp $

DISTNAME= pymad-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6

.include "../../audio/libmad/buildlink3.mk"
.include "../../lang/python/distutils.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-musicbrainz/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:23 wiz Exp $
# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:03 adam Exp $

DISTNAME= python-musicbrainz2-0.4.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
Expand All @@ -14,7 +14,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat

PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37

.include "../../audio/libdiscid/buildlink3.mk"
.include "../../lang/python/distutils.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-musique/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.57 2018/04/16 14:34:08 wiz Exp $
# $NetBSD: Makefile,v 1.58 2018/07/03 05:03:03 adam Exp $

DISTNAME= pymusique-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat

PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mcrypt, py-gtk2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mcrypt, py-gtk2

.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-ogg/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2017/01/01 14:43:24 wiz Exp $
# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:03 adam Exp $

DISTNAME= pyogg-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -16,7 +16,7 @@ CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= config_unix.py
CONFIGURE_ARGS+= --prefix ${PREFIX}

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.3
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.3

.include "../../lang/python/distutils.mk"
.include "../../multimedia/libogg/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/py-vorbis/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:24 wiz Exp $
# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:03 adam Exp $

DISTNAME= pyvorbis-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2

PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ogg, and itself not ported as of 1.3
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ogg, and itself not ported as of 1.3

HAS_CONFIGURE= yes
CONFIG_SHELL= ${PYTHONBIN}
Expand Down
4 changes: 2 additions & 2 deletions audio/quodlibet2/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2018/04/16 14:34:08 wiz Exp $
# $NetBSD: Makefile,v 1.25 2018/07/03 05:03:03 adam Exp $

DISTNAME= quodlibet-2.6.3
PKGREVISION= 15
Expand All @@ -20,7 +20,7 @@ USE_PKGLOCALEDIR= yes
#BUILD_TARGET= _trayicon.so _mmkeys.so

PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-gstreamer0.10
REPLACE_PYTHON= exfalso.py quodlibet.py operon.py

.include "../../devel/py-gobject/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/solfege/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.61 2018/04/16 14:34:09 wiz Exp $
# $NetBSD: Makefile,v 1.62 2018/07/03 05:03:03 adam Exp $

DISTNAME= solfege-3.14.1
PKGREVISION= 29
Expand Down Expand Up @@ -27,7 +27,7 @@ USE_TOOLS+= gmake gm4 makeinfo pkg-config msgfmt bash:run
REPLACE_BASH= lesson-files/bin/csound-play-harmonic-interval.sh

REPLACE_PYTHON= *.py *.py.in */*.py */*.py.in
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2

SUBST_CLASSES+= sound
SUBST_STAGE.sound= do-configure
Expand Down
4 changes: 2 additions & 2 deletions audio/sonata/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.51 2018/04/16 14:34:09 wiz Exp $
# $NetBSD: Makefile,v 1.52 2018/07/03 05:03:03 adam Exp $

EGG_NAME= Sonata-1.6.2.1
DISTNAME= ${EGG_NAME:tl}
Expand All @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
DEPENDS+= ${PYPKGPREFIX}-mpd-[0-9]*:../../audio/py-mpd

PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-soappy, py-gtk2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml via py-soappy, py-gtk2

USE_TOOLS+= pkg-config msgfmt

Expand Down

0 comments on commit 66fac59

Please sign in to comment.