diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-04-03 12:20:41 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-04-03 12:20:41 +0000 |
commit | 12b273a8f78f0a305d5cb948af1b25c51788a6fc (patch) | |
tree | 46c0b94a0dc9c5143695ce98a3fd7594f1c8ca7d /misc | |
parent | e919519cf745c2f014648d1b116a254a3364a150 (diff) | |
download | pkgsrc-12b273a8f78f0a305d5cb948af1b25c51788a6fc.tar.gz |
Mark PYTHON_VERSIONS_INCOMPATIBLE=33, no py-suds for that version yet.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-stdnum/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile index 804e4d43481..14ff6a4e209 100644 --- a/misc/py-stdnum/Makefile +++ b/misc/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/03/31 08:42:47 richard Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/03 12:20:41 jperkin Exp $ DISTNAME= python-stdnum-0.9 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/python-/python_/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-suds + DEPENDS+= ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds .include "../../lang/python/egg.mk" |