Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2021 17:58:27 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db7695aa0f6a - main - textproc/py-QDarkStyle: This works fine with python 3.6+
Message-ID:  <202105241758.14OHwRkq098573@gitrepo.freebsd.org>

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

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

commit db7695aa0f6ab8429aed3a81444a82782ac90f91
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-05-24 17:57:50 +0000
Commit:     Emanuel Haupt <ehaupt@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



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