pkgsrc-WIP-changes archive

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

chirp: Use the new py-wxPython



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Jul 1 06:38:19 2023 -0400
Changeset:	615916678aced83777d511873d9ac8179da9844b

Modified Files:
	chirp/Makefile
	chirp/TODO

Log Message:
chirp: Use the new py-wxPython

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

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

diffstat:
 chirp/Makefile | 4 +---
 chirp/TODO     | 3 ---
 2 files changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/chirp/Makefile b/chirp/Makefile
index 3ced050916..77ba4b4241 100644
--- a/chirp/Makefile
+++ b/chirp/Makefile
@@ -31,6 +31,7 @@ DEPENDS+=	${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-future>=0.18.0:../../devel/py-future
+DEPENDS+=	${PYPKGPREFIX}-wxPython>=4:../../x11/py-wxPython
 
 .include "../../lang/python/pyversion.mk"
 
@@ -45,7 +46,4 @@ DEPENDS+=	${PYPKGPREFIX}-importlib-resources>=1.4.0:../../devel/py-importlib-res
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
-
-# wxWidgets needs a big update
-#.include "../../x11/py-wxWidgets/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/chirp/TODO b/chirp/TODO
index d80367bd01..a3262ab77b 100644
--- a/chirp/TODO
+++ b/chirp/TODO
@@ -1,4 +1 @@
   - package py-yattr and depend on it
-
-  - update py-wxWidgets to use modern wxWidgets (or add a wrapper for
-    modern, really)


Home | Main Index | Thread Index | Old Index