pkgsrc-WIP-changes archive

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

py-qdarkstyle: Update to 3.2.2



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

Modified Files:
	py-qdarkstyle/Makefile
	py-qdarkstyle/PLIST
	py-qdarkstyle/distinfo

Log Message:
py-qdarkstyle: Update to 3.2.2

3.2.2:
        Remove explicit PyQt5 import #341
        Fix setuptools deprecation warning #340

3.2.2:
        Rebuild assets under Qt5 due QtPy limitation #339

3.2.1:
        Add COLOR_DISABLED to vars #337
        Enhance contributing guide

3.2:
        Improve C++ usage description #329
        Add Qt6 support, fixes entries and docs
        Fix warnings calls #325
        Fix hidden background Qtoolbox MR #324
        Enhance contrast ligh theme MR #335
        Drop Python 2 support #327
        Add constant to disable color of widgets
        Fixes small typos and shebang cleanup

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

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

diffstat:
 py-qdarkstyle/Makefile |  6 ++++--
 py-qdarkstyle/PLIST    | 14 +++++++-------
 py-qdarkstyle/distinfo |  6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-qdarkstyle/Makefile b/py-qdarkstyle/Makefile
index 6b2ba16e97..1d82f1a653 100644
--- a/py-qdarkstyle/Makefile
+++ b/py-qdarkstyle/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	QDarkStyle-3.1
+DISTNAME=	QDarkStyle-3.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	x11 python
 MASTER_SITES=	${MASTER_SITE_PYPI:=Q/QDarkStyle/}
@@ -10,9 +10,11 @@ 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
 DEPENDS+=	${PYPKGPREFIX}-QtPy>=2.2.0:../../wip/py-qtpy
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-qdarkstyle/PLIST b/py-qdarkstyle/PLIST
index 5acea94c72..043b72ccbb 100644
--- a/py-qdarkstyle/PLIST
+++ b/py-qdarkstyle/PLIST
@@ -2,13 +2,13 @@
 bin/qdarkstyle
 bin/qdarkstyle.example
 bin/qdarkstyle.utils
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/qdarkstyle/__init__.py
 ${PYSITELIB}/qdarkstyle/__init__.pyc
 ${PYSITELIB}/qdarkstyle/__init__.pyo
diff --git a/py-qdarkstyle/distinfo b/py-qdarkstyle/distinfo
index a42986dbe3..44d8ea3c59 100644
--- a/py-qdarkstyle/distinfo
+++ b/py-qdarkstyle/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (QDarkStyle-3.1.tar.gz) = 62a01adcfaeda81dda6dced58bab80b5140ebe05f032b5c856e8fcc4d758475a
-SHA512 (QDarkStyle-3.1.tar.gz) = 275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
-Size (QDarkStyle-3.1.tar.gz) = 698602 bytes
+BLAKE2s (QDarkStyle-3.2.2.tar.gz) = 5b204a75255409034c4dacdc784c3bf95966d727b795b85887e29e47edf172ee
+SHA512 (QDarkStyle-3.2.2.tar.gz) = e0f428565280b453af49f12f2c3298fe1d5d78358acfe350d6cbb4d5780a851ab4d10016d2a5836292218e4d114d0c021ac67d0a3b1b62441c32b779275e66b7
+Size (QDarkStyle-3.2.2.tar.gz) = 698131 bytes


Home | Main Index | Thread Index | Old Index