git: db7695aa0f6a - main - textproc/py-QDarkStyle: This works fine with python 3.6+

Emanuel Haupt ehaupt at FreeBSD.org
Mon May 24 17:58:27 UTC 2021


The branch main has been updated by ehaupt:

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

commit db7695aa0f6ab8429aed3a81444a82782ac90f91
Author:     Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-05-24 17:57:50 +0000
Commit:     Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-05-24 17:57:50 +0000

    textproc/py-QDarkStyle: This works fine with python 3.6+
    
    Accidentally bumped in the previous commit.
---
 textproc/py-QDarkStyle/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-QDarkStyle/Makefile b/textproc/py-QDarkStyle/Makefile
index 3750712b16df..d75fc48bba5a 100644
--- a/textproc/py-QDarkStyle/Makefile
+++ b/textproc/py-QDarkStyle/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	QDarkStyle
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	textproc devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}helpdev>=0.6.10:devel/py-helpdev@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}QtPy>=1.9:devel/py-QtPy@${PY_FLAVOR}
 
-USES=		python:3.8+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the dev-commits-ports-all mailing list