pkgsrc-WIP-changes archive

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

py-qstylizer: Update to 0.2.3



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Jun 21 14:42:09 2024 -0600
Changeset:	87f23782121ae2ecaa2f4857d7ba66f3f5441ef9

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

Log Message:
py-qstylizer: Update to 0.2.3

* Fix split regex for top-level object properties and props that aren't camelCase
* Fix typo in tests: use assert_called_once_with()

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

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

diffstat:
 py-qstylizer/Makefile | 5 ++---
 py-qstylizer/PLIST    | 8 ++++----
 py-qstylizer/distinfo | 6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-qstylizer/Makefile b/py-qstylizer/Makefile
index 7db687bc0e..c8e8cfed16 100644
--- a/py-qstylizer/Makefile
+++ b/py-qstylizer/Makefile
@@ -1,8 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	qstylizer
-GITHUB_TAG=	719c0845d01e724e1f826622b9362435b1e72d73
-DISTNAME=	0.2.2
+DISTNAME=	0.2.3
 PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
 CATEGORIES=	x11 python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=blambright/}
@@ -13,7 +12,7 @@ HOMEPAGE=	https://github.com/blambright/qstylizer/
 COMMENT=	Qt Stylesheet Generator for PyQt/PySide
 LICENSE=	mit
 
-#TOOL_DEPENDS+=	${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
+TOOL_DEPENDS+=	${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
 DEPENDS+=		${PYPKGPREFIX}-inflection-[0-9]*:../../textproc/py-inflection
 DEPENDS+=		${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2
 
diff --git a/py-qstylizer/PLIST b/py-qstylizer/PLIST
index 2e2aeea177..6680510b2a 100644
--- a/py-qstylizer/PLIST
+++ b/py-qstylizer/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/qstylizer-0.0.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/qstylizer-0.0.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/qstylizer-0.0.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/qstylizer-0.0.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
 ${PYSITELIB}/qstylizer/__init__.py
 ${PYSITELIB}/qstylizer/__init__.pyc
 ${PYSITELIB}/qstylizer/__init__.pyo
diff --git a/py-qstylizer/distinfo b/py-qstylizer/distinfo
index a6441bea32..7d5133439d 100644
--- a/py-qstylizer/distinfo
+++ b/py-qstylizer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (qstylizer/0.2.2.tar.gz) = e64d98eeffee931f38f98f1e83b278d8a9ace4a8c246ab748c9e9f3088fb2d84
-SHA512 (qstylizer/0.2.2.tar.gz) = 682f10462965a93b36f0e44b75885b9d60b4d3cd03369976b977c9b928afed4e930b6b7ef26850bdb7b40ef2a31db35a9778738582dae8715f54c1f00a957fb3
-Size (qstylizer/0.2.2.tar.gz) = 20752 bytes
+BLAKE2s (qstylizer/0.2.3.tar.gz) = a30e001297d19f316a10e83fde1e493e796119cd8b225adf4661e1d8137b75be
+SHA512 (qstylizer/0.2.3.tar.gz) = ba5188f702d4fbd43d963be206c75d55710bfe63accc84aea3bfd03ad06a0cb484d50b538c2d1d6a7ce21055d0b2eefb2cb35a732b929f5477033a8ddea945c0
+Size (qstylizer/0.2.3.tar.gz) = 20813 bytes
 SHA1 (patch-setup.py) = b7c72ffa2c517547f72922324a48392a9c842046


Home | Main Index | Thread Index | Old Index