Date: Tue, 5 Dec 2017 13:38:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455582 - head/deskutils/py-khal Message-ID: <201712051338.vB5DcfrR017741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 5 13:38:41 2017 New Revision: 455582 URL: https://svnweb.freebsd.org/changeset/ports/455582 Log: Chase py-vdirsyncer switch to python3 Modified: head/deskutils/py-khal/Makefile Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Tue Dec 5 12:45:08 2017 (r455581) +++ head/deskutils/py-khal/Makefile Tue Dec 5 13:38:41 2017 (r455582) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/p ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>0:sysutils/py-pkginfo@${FLAVOR} -USES= python +USES= python:3.4+ USE_PYTHON= autoplist distutils PLIST_FILES= share/zsh/site-functions/__khal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712051338.vB5DcfrR017741>