diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-05-06 20:33:01 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-05-06 20:33:01 +0000 |
commit | a4693f09f7dbc5d52c387ffd8dc317295b855d14 (patch) | |
tree | 7ace35fcda51bf4a953307fb4d9c256e58885cf8 /time/khal | |
parent | dd50292dc43dfac1a8eff6808b04e1e68d01192b (diff) | |
download | pkgsrc-a4693f09f7dbc5d52c387ffd8dc317295b855d14.tar.gz |
Not available for python27 because of a dependency (time/py-vdirsyncer)
Diffstat (limited to 'time/khal')
-rw-r--r-- | time/khal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/khal/Makefile b/time/khal/Makefile index a49c0b59731..8ebc8dc8618 100644 --- a/time/khal/Makefile +++ b/time/khal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/12/27 14:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/06 20:33:01 fhajny Exp $ DISTNAME= khal-0.7.0 CATEGORIES= time net @@ -25,6 +25,8 @@ DEPENDS+= ${PYPKGPREFIX}-setproctitle-[0-9]*:../../sysutils/py-setproctitle # test dependency, not packaged yet # freezegun +PYTHON_VERSIONS_INCOMPATIBLE= 27 # time/py-vdirsyncer + PYTHON_VERSIONED_DEPENDENCIES= dateutil INSTALLATION_DIRS= share/doc/khal |