diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /ham | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core/Makefile | 4 | ||||
-rw-r--r-- | ham/gnuradio-wxgui/Makefile | 4 | ||||
-rw-r--r-- | ham/usrp/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index ff510a39216..0e241f9aeef 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-core-${VERSION} PKGREVISION= 10 @@ -7,7 +7,7 @@ COMMENT= Runtime system and DSP blocks for GNU Radio LDFLAGS.DragonFly+= -lboost_system LDFLAGS.SunOS+= -lboost_system -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" CONF_FILES+= ${EGDIR}/gnuradio-core.conf ${PKG_SYSCONFDIR}/gnuradio-core.conf diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile index 44902f65534..9d1af724a50 100644 --- a/ham/gnuradio-wxgui/Makefile +++ b/ham/gnuradio-wxgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/05 00:48:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-wxgui-${VERSION} PKGREVISION= 28 @@ -8,7 +8,7 @@ REPLACE_PYTHON+= gr-wxgui/src/python/form.py REPLACE_PYTHON+= gr-wxgui/src/python/powermate.py REPLACE_PYTHON+= gr-wxgui/src/python/slider.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets SUBST_CLASSES+= py-exec SUBST_STAGE.py-exec= pre-configure diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile index 2eef1dc3ca2..1f7f411191f 100644 --- a/ham/usrp/Makefile +++ b/ham/usrp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:08 wiz Exp $ PKGNAME= usrp-${VERSION} PKGREVISION= 10 COMMENT= Non GNU Radio specific part of the USRP code base -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" |