pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-wxWidgets: Pivot to correct source
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Jun 26 19:53:24 2023 -0400
Changeset: b72e1d0347d8542c6e3ea0a7dbea9c2db37b5fdb
Modified Files:
py-wxWidgets/Makefile
Log Message:
py-wxWidgets: Pivot to correct source
This package has always been misnamed; leave a comment in the makefile.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b72e1d0347d8542c6e3ea0a7dbea9c2db37b5fdb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-wxWidgets/Makefile | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diffs:
diff --git a/py-wxWidgets/Makefile b/py-wxWidgets/Makefile
index 4ffe192709..7c40f8761b 100644
--- a/py-wxWidgets/Makefile
+++ b/py-wxWidgets/Makefile
@@ -1,16 +1,13 @@
# $NetBSD: Makefile,v 1.93 2023/03/11 01:56:41 gdt Exp $
-# https://github.com/wxWidgets/wxWidgets/archive/refs/tags/v3.2.2.1.tar.gz
-VERSION= 3.2.2.1
-DISTNAME= v${VERSION}
+# https://files.pythonhosted.org/packages/aa/64/d749e767a8ce7bdc3d533334e03bb1106fc4e4803d16f931fada9007ee13/wxPython-4.2.1.tar.gz
+VERSION= 4.2.1
+DISTNAME= wxPython-${VERSION}
+# PKGNAME is py-wxWidgets instead of py-wxPython, for historical reasons.
PKGNAME= ${PYPKGPREFIX}-wxWidgets-${VERSION}
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=wxWidgets/}
-GITHUB_PROJECT= wxWidgets
-GITHUB_TAG= refs/tags/v${VERSION}
-# Except. one can distribute a static binary without source.
-# \todo Consider adding this (regrettably boutique) license.
-LICENSE= gnu-lgpl-v3
+MASTER_SITES= ${MASTER_SITE_PYPI:=aa/64/d749e767a8ce7bdc3d533334e03bb1106fc4e4803d16f931fada9007ee13/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt%NetBSD.org@localhost
# \todo Resolve: 2 forks, different, ?
Home |
Main Index |
Thread Index |
Old Index