x11-toolkits/py-wxPython4: Update to 4.2.3

This commit is contained in:
Loïc Bartoletti
2025-12-21 14:02:55 +01:00
parent 331eb8eae5
commit 7a61536d39
12 changed files with 30 additions and 14 deletions
+1
View File
@@ -1,5 +1,6 @@
PORTNAME= kicad
DISTVERSION= r${GIT_SRC_DATE}
PORTREVISION= 1
#PORTREVISION= 1
CATEGORIES= cad
PKGNAMESUFFIX= -devel
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= kicad
DISTVERSION= 9.0.6
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= cad
+1
View File
@@ -1,5 +1,6 @@
PORTNAME= chirp
DISTVERSION= 20251106
PORTREVISION= 1
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
DIST_SUBDIR= chirp
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= quisk
DISTVERSION= 4.2.36
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= comms hamradio
MASTER_SITES= PYPI
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= grass
DISTVERSION= 8.4.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= playonbsd
PORTVERSION= 4.2.10
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= emulators games
MAINTAINER= Clockwork6400@protonmail.com
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= mayavi
DISTVERSION= 4.8.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= pyobd
DISTVERSION= 0.9.3
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= misc
MASTER_SITES= http://www.obdtester.com/download/
DISTNAME= pyobd_${PORTVERSION}
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= photofilmstrip
DISTVERSION= 3.7.1
PORTREVISION= 2
PORTREVISION= 4
CATEGORIES= multimedia python
MASTER_SITES= https://github.com/PhotoFilmStrip/PFS/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+7 -4
View File
@@ -1,6 +1,5 @@
PORTNAME= wxPython
PORTVERSION= 4.2.2
PORTREVISION= 2
PORTVERSION= 4.2.3
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +16,16 @@ LICENSE_NAME_WXWINDOWS= wxWindows Library Licence, Version 3.1
LICENSE_FILE_WXWINDOWS= ${WRKSRC}/license/licence.txt
LICENSE_PERMS_WXWINDOWS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} \
${PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR}
USES= compiler:c++11-lib gl localbase pkgconfig python
USE_GL= glu
USE_WX= 3.2
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= NLS
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1736528844
SHA256 (python/wxPython-4.2.2.tar.gz) = 5dbcb0650f67fdc2c5965795a255ffaa3d7b09fb149aa8da2d0d9aa44e38e2ba
SIZE (python/wxPython-4.2.2.tar.gz) = 57358880
TIMESTAMP = 1766213363
SHA256 (python/wxPython-4.2.3.tar.gz) = 20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01
SIZE (python/wxPython-4.2.3.tar.gz) = 58861286
@@ -0,0 +1,11 @@
--- setup.py.orig 2024-11-05 05:01:05 UTC
+++ setup.py
@@ -18,7 +18,7 @@ from distutils.command.build import build as or
from setuptools.command.install import install as orig_install
from setuptools.command.bdist_egg import bdist_egg as orig_bdist_egg
from setuptools.command.sdist import sdist as orig_sdist
-from setuptools.command.bdist_wheel import bdist_wheel as orig_bdist_wheel
+from wheel.bdist_wheel import bdist_wheel as orig_bdist_wheel
from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
import buildtools.version as version