Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 13:29:34 +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: r563808 - head/audio/py-pulsectl
Message-ID:  <202102021329.112DTYxF085331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102021329.112DTYxF085331>