pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ASDF



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Jun 21 12:52:38 2024 -0600
Changeset:	805140c6e3dbf056cb2d2d406c320020e241ea51

Modified Files:
	py-qdarkstyle/Makefile

Log Message:
ASDF

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=805140c6e3dbf056cb2d2d406c320020e241ea51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-qdarkstyle/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-qdarkstyle/Makefile b/py-qdarkstyle/Makefile
index 1d82f1a653..44f305064f 100644
--- a/py-qdarkstyle/Makefile
+++ b/py-qdarkstyle/Makefile
@@ -10,8 +10,8 @@ HOMEPAGE=	https://github.com/ColinDuquesnoy/QDarkStyleSheet
 COMMENT=	The most complete dark/light style sheet for C++/Python
 LICENSE=	mit
 
-TOOL_DEPENDS+=     ${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
-TOOL_DEPENDS+=  ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-QtPy>=2.2.0:../../wip/py-qtpy
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index