diff options
author | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
commit | 87f13eccbca0e1334b8494bf6ef04411b6cf0bf5 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /net | |
parent | 3b980a4a44c341bc8fe11d23babd6f32cf476968 (diff) | |
download | pkgsrc-87f13eccbca0e1334b8494bf6ef04411b6cf0bf5.tar.gz |
Update for python25 removal.
Diffstat (limited to 'net')
-rw-r--r-- | net/calypso/Makefile | 3 | ||||
-rw-r--r-- | net/coilmq/Makefile | 5 | ||||
-rw-r--r-- | net/py-boto/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/net/calypso/Makefile b/net/calypso/Makefile index 2b7764f76a7..e5e0f3b34ff 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/04/08 19:09:09 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 22:14:02 wiz Exp $ DISTNAME= calypso-1.0 PKGREVISION= 1 @@ -19,7 +19,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PYTHON_VERSIONS_INCLUDE_3X= yes -PYTHON_VERSIONS_INCOMPATIBLE= 25 INSTALLATION_DIRS= share/examples/calypso diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index a013dc6990e..cf640e3e9ce 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/15 05:51:56 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 22:14:02 wiz Exp $ # DISTNAME= CoilMQ-0.6.1 @@ -19,9 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-daemon>=1.5.5:../../devel/py-daemon USE_LANGUAGES= # none -# py-stompclient does not work on python25 -PYTHON_VERSIONS_INCOMPATIBLE= 25 - REPLACE_INTERPRETER+= python REPLACE.python.old= python REPLACE.python.new= ${PYTHONBIN} diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 33807ac46ce..ceeb4ca8510 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/09/05 09:02:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/03 22:14:02 wiz Exp $ # DISTNAME= boto-2.5.2 @@ -17,8 +17,6 @@ REPLACE_PYTHON+= *.py REPLACE_PYTHON+= boto/*/*.py REPLACE_PYTHON+= bin/* -PYTHON_VERSIONS_INCOMPATIBLE= 24 25 - .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |