diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
commit | 3445d075bebfeeda915b20c358b79af5b9db8895 (patch) | |
tree | f5adf48498a05775bea8c492276fdbad87e6ff60 /lang | |
parent | 03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff) | |
download | pkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz |
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs/Makefile.common | 4 | ||||
-rw-r--r-- | lang/npm/Makefile | 4 | ||||
-rw-r--r-- | lang/py-basicproperty/Makefile | 4 | ||||
-rw-r--r-- | lang/py-pyrex/Makefile | 4 | ||||
-rw-r--r-- | lang/py-pythonz/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index d42f3247e91..1fed370f1f6 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2018/05/12 08:59:56 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.21 2018/07/03 05:03:22 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs6/Makefile # used by lang/nodejs8/Makefile @@ -17,7 +17,7 @@ USE_TOOLS+= bash gmake pkg-config USE_LANGUAGES= c c++ PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.24 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.10.24 GCC_REQD+= 4.8 diff --git a/lang/npm/Makefile b/lang/npm/Makefile index e5dad9c3ddf..986f0986244 100644 --- a/lang/npm/Makefile +++ b/lang/npm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/06/28 11:28:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:22 adam Exp $ DISTNAME= npm-6.1.0 CATEGORIES= lang @@ -17,7 +17,7 @@ SITES.${MARKED}.tar.gz= -https://github.com/markedjs/marked/archive/v${MARKED:S/ USE_TOOLS+= gmake perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # required by gyp scripts included +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # required by gyp scripts included REPLACE_INTERPRETER+= node REPLACE.node.old= .*node diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index dca7d5132f7..3aff2d9e0a2 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:22 adam Exp $ DISTNAME= basicproperty-0.6.9a PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ USE_LANGUAGES= c REPLACE_PYTHON= basicproperty/tests/test.py EGG_NAME= ${DISTNAME}0 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 post-extract: # wrong architecture binary diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index b975973ae19..ae99346ad32 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/01/01 14:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/03 05:03:22 adam Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 USE_TOOLS+= pax PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.9 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/py-pythonz/Makefile b/lang/py-pythonz/Makefile index 3b3c1e5afde..bc7d91f7ae7 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:22 adam Exp $ DISTNAME= pythonz-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= mit WRKSRC= ${WRKDIR}/pythonz-${DISTNAME} USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.1 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pythonz \ |