svn commit: r455582 - head/deskutils/py-khal

Antoine Brodin antoine at FreeBSD.org
Tue Dec 5 13:38:43 UTC 2017


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


More information about the svn-ports-head mailing list