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 /security/py-xmlsec | |
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 'security/py-xmlsec')
-rw-r--r-- | security/py-xmlsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index b843a81c8c1..12b59886c8c 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz Exp $ DISTNAME= pyxmlsec-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |