Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 16:09:11 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c20d6a14be2f - main - textproc/py-typogrify: Set python version to 3.6+
Message-ID:  <202104171609.13HG9BIH003862@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c20d6a14be2f517a38eed0ba28a125a87280e66c

commit c20d6a14be2f517a38eed0ba28a125a87280e66c
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-17 16:08:11 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-17 16:08:11 +0000

    textproc/py-typogrify: Set python version to 3.6+
    
    PR:             255140
    Reported by:    daniel.engberg.lists AT pyret DOT net
---
 textproc/py-typogrify/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-typogrify/Makefile b/textproc/py-typogrify/Makefile
index 041e1c5775ad..b587c4885ba8 100644
--- a/textproc/py-typogrify/Makefile
+++ b/textproc/py-typogrify/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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