svn commit: r563808 - head/audio/py-pulsectl

Antoine Brodin antoine at FreeBSD.org
Tue Feb 2 13:29:34 UTC 2021


Author: antoine
Date: Tue Feb  2 13:29:33 2021
New Revision: 563808
URL: https://svnweb.freebsd.org/changeset/ports/563808

Log:
  Remove python 2.7 support

Modified:
  head/audio/py-pulsectl/Makefile

Modified: head/audio/py-pulsectl/Makefile
==============================================================================
--- head/audio/py-pulsectl/Makefile	Tue Feb  2 13:15:58 2021	(r563807)
+++ head/audio/py-pulsectl/Makefile	Tue Feb  2 13:29:33 2021	(r563808)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list