Date: Sat, 12 Aug 2017 14:50:53 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447835 - head/print/py-stapler Message-ID: <201708121450.v7CEoraM022629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sat Aug 12 14:50:53 2017 New Revision: 447835 URL: https://svnweb.freebsd.org/changeset/ports/447835 Log: print/py-stapler: Correct supported python releases to python 2 only Reported by: koobs Modified: head/print/py-stapler/Makefile Modified: head/print/py-stapler/Makefile ============================================================================== --- head/print/py-stapler/Makefile Sat Aug 12 14:21:30 2017 (r447834) +++ head/print/py-stapler/Makefile Sat Aug 12 14:50:53 2017 (r447835) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}more-itertools>=2.2:devel/py-more-itertools \ ${PYTHON_PKGNAMEPREFIX}pdf2>=1.24:print/py-pdf2 -USES= python:2.7+ +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708121450.v7CEoraM022629>