diff options
author | rodent <rodent@pkgsrc.org> | 2015-10-03 22:57:22 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-10-03 22:57:22 +0000 |
commit | 6acc2f5bf42983dec0bd9882d98ea45863906e20 (patch) | |
tree | aa89dca44e990a3bebb16587e8433f3b6ae67b77 /devel | |
parent | 7b20dc1542bd61a9ef8b2950c0b0b9d87d2797e2 (diff) | |
download | pkgsrc-6acc2f5bf42983dec0bd9882d98ea45863906e20.tar.gz |
Lack of py3x support is not due to py-paramiko.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr-svn/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 877708b5578..5ff9e6ccb6c 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/12/31 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/10/03 22:57:22 rodent Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -25,7 +25,7 @@ USE_LANGUAGES= #none #TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko #TEST_TARGET= check-verbose -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy, py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 47df07a99dd..702aeffe420 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2015/07/29 18:05:52 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2015/10/03 22:57:22 rodent Exp $ DISTNAME= bzr-2.6.0 CATEGORIES= devel scm @@ -17,7 +17,7 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex, py-paramiko +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex REPLACE_PYTHON= bzr bzrlib/weave.py REPLACE_PYTHON+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py |