PYTHON_VERSIONS_ACCEPTED cleanup.
This commit is contained in:
parent
ccbafe23a0
commit
ab38d51b7f
6 changed files with 7 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/08/03 21:13:42 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= AGILe-1.4.0
|
||||
|
@ -24,7 +24,6 @@ PKG_SUPPORTED_OPTIONS= pyext
|
|||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty (PKG_OPTIONS:Mpyext)
|
||||
PYTHON_VERSIONS_ACCEPTED= 32 31 27 26
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../devel/swig/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/09/24 17:14:31 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.5 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
|
||||
DISTNAME= bind10-devel-20120329
|
||||
CATEGORIES= net
|
||||
|
@ -10,7 +9,6 @@ HOMEPAGE= http://www.isc.org/bind10
|
|||
COMMENT= ISC Bind 10 devel-20120119 (snapshot #19)
|
||||
LICENSE= isc
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 31
|
||||
PYTHON_VERSIONS_INCLUDE_3X= yes
|
||||
|
||||
PLIST_SUBST+= PYSITELIB="${PYSITELIB}"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/07 13:57:25 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.4 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-p4-${P4_VER}
|
||||
DISTNAME= p4python
|
||||
|
@ -11,7 +10,6 @@ COMMENT= Perforce SCM Python API
|
|||
.include "../../wip/p4/Makefile.common"
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
PYTHON_VERSIONS_ACCEPTED= 31 30 27 26
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
||||
|
||||
PYSETUPARGS+= --apidir ${BUILDLINK_DIR}/share/examples/p4
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/02 18:49:45 othyro Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
|
||||
DISTNAME= v0.17.3
|
||||
PKGNAME= ${PYPKGPREFIX}-pygit2-${DISTNAME:S/v//1}
|
||||
|
@ -14,7 +13,6 @@ LICENSE= gnu-gpl-v2
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/${PYPKGPREFIX}-//1}
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 32 31 27 26
|
||||
PY_PATCHPLIST= yes
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/12/03 19:05:02 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
|
||||
DISTNAME= uncertainties-2.4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -12,7 +12,6 @@ LICENSE= modified-bsd
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 33 32 27 26
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.2 2013/07/02 11:02:45 othyro Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2014/01/12 09:43:46 thomasklausner Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
|
||||
PKG_SUPPORTED_OPTIONS= alsa cg ffmpeg freetype jack libxml2 openal opengl oss
|
||||
|
@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-pulse
|
|||
.if !empty(PKG_OPTIONS:Mpython)
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
CONFIGURE_ARGS+= --enable-python
|
||||
PYTHON_VERSIONS_ACCEPTED= 32 31
|
||||
PYTHON_VERSIONS_ACCEPTED= 33
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue