diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-09 11:56:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-09 11:56:15 +0000 |
commit | 923777651e1b02f35db0ad6997d58799159c7a93 (patch) | |
tree | 15370b40c7b500b5172bdadef411e26a5335c585 /net/py-eventlib | |
parent | 7d1a66d6b7006f5cb827d502bfab75ae76bf5b60 (diff) | |
download | pkgsrc-923777651e1b02f35db0ad6997d58799159c7a93.tar.gz |
Add comments for PYTHON_VERSIONS_INCOMPATIBLE.
Diffstat (limited to 'net/py-eventlib')
-rw-r--r-- | net/py-eventlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index f884fb2de11..d69c4ec661c 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/01 10:45:34 joerg Exp $ -# +# $NetBSD: Makefile,v 1.5 2015/04/09 11:56:15 wiz Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,7 +20,8 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 +PYTHON_VERSIONS_INCOMPATIBLE+= 26 # py-logan, py-django +PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 # not yet ported as of 0.1.5 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \ |