summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/wxPython
AgeCommit message (Collapse)Author
2023-06-21python310Packages.wxPython_4_2: 4.2.0 -> 4.2.1Martin Weinelt
https://github.com/wxWidgets/Phoenix/blob/wxPython-4.2.1/CHANGES.rst
2023-05-23python3Packages.wxPython_4_{0,1}: cleanupWeijia Wang
2023-03-13tree-wide: mark broken packages as suchAtemu
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either directly or transitively.
2023-02-26treewide: python{ => .pythonForBuild}.interpreterAlyssa Ross
It won't be enough to fix cross in all cases, but it is in at least one: pywayland. I've only made the change in cases I'm confident it's correct, as it would be wrong to change this when python.interpreter is used in wrappers, and possibly when it's used for running tests.
2022-12-03treewide: drop wxGTK30-gtk2Weijia Wang
2022-10-27wxGTK31: drop gtk2 supportWeijia Wang
2022-10-26Merge pull request #195670 from wegank/wxwidgets-refactorSandro
2022-10-26meerk40t: fix build on aarch64-darwinWeijia Wang
2022-10-26Merge pull request #190587 from mweinelt/meerk40tMartin Weinelt
2022-10-12python3Packages.wxPython_4_0: fix build on aarch64-darwinWeijia Wang
2022-10-09python3Packages.wxPython_4_1: fix build on aarch64-darwinWeijia Wang
2022-10-04python3Packages.wxPython4_1: fix buildFrederik Rietdijk
2022-10-04python3Packages.wxPython4_0: fix buildFrederik Rietdijk
2022-10-02python3Packages.wxPython_4_2: init at 4.2.0Martin Weinelt
2022-10-02python3Packages.wxPython_4_1: propagate sixMartin Weinelt
``` [...] File "/nix/store/mmwa03ack302jfzhd98bqycimhji9s2m-python3.10-wxPython-4.1.1/lib/python3.10/site-packages/wx/lib/embeddedimage.py", line 18, in <module> from six import BytesIO ModuleNotFoundError: No module named 'six' ```
2022-10-02python3Packages.wxPython_4_0: propagate sixMartin Weinelt
2022-05-30treewide: pkgs/development/python-modules: mark broken for darwinRick van Schijndel
2022-03-23treewide: autoPatchelfHook only on LinuxOPNA2608
2022-02-20Merge pull request #135607 from davidak/wxPythonSandro
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk
Another step in further separating python2 from python3.
2021-08-25wxPython: 4.1.0 -> 4.1.1davidak
Co-authored-by: Thiago Franco de Moraes <totonixsame@gmail.com>
2021-06-22python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy and ↵deliciouslytyped
pillow to `propagatedBuildInputs` as required by upstream's dependency settings
2021-02-22pythonPackages.wxPython: remove unused inputSandro Jäckel
2021-02-22pythonPackages.wxPython: remove unused inputSandro Jäckel
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-14python3Packages.wxpython_4_0: fix darwin buildfricklerhandwerk
2020-11-10python3Packages.wxpython_4_1: init at 4.1.0Thiago Franco de Moraes
2020-10-11pythonPackages.wxPython: fix build on darwinRobert Scott
2020-08-06python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invocationBen Wolsieffer
This was causing programs to be wrapped twice, as wrapping occurs automatically during the fixup phase.
2020-08-06python3Packages.wxPython_4_0: enable format hardeningBen Wolsieffer
This was inherited from wxPython 3 and does not seem to be necessary.
2020-08-06python3Packages.wxPython_4_0: remove unused dependenciesBen Wolsieffer
The package contains no references to many of its declared dependencies, and the build succeeds without them.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-22python: wxPython: 4.0.7.post1 -> 4.0.7.post2Frederik Rietdijk
2019-11-12python: wxPython: 4.0.7 -> 4.0.7.post1Frederik Rietdijk
2019-11-03python38Packages.wxPython_4_0: 4.0.6 -> 4.0.7R. RyanTM
2019-09-08python2.pkgs.wxPython: fix buildFrederik Rietdijk
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-18python: wxPython: init at 4.0.6tbenst
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-15python: wxPython: 4.0.4 -> 4.0.6Frederik Rietdijk
2019-03-03wxPython: fix buildFrederik Rietdijk
2019-02-02pythonPackages.wxPython: fixup buildVladimír Čunát
I'm not sure why/when it started failing, but adding pkgconfig shouldn't hurt anything. I see no indication that pythonPackages.pkgconfig was meant.
2019-01-18python: wxPython: 4.0.3 -> 4.0.4Frederik Rietdijk
2018-07-26php: get rid of composableDerivationFrederik Rietdijk
Some bugs may have creeped in during the conversion. One flag I had trouble with and so removed was: "--enable-embedded-mysqli"
2017-12-13wxPython: enable headersBert Moens
Headers were disabled, probably because they caused a build error: the header files were being copied to the store path of wxwidgets, but it failed with permission denied. With this commit, the header files stay in the wxPython store path. To point the builder of another derivation to the wxPython header files, some tweaking is needed. E.g. for kicad: cmakeFlags = [ "-DCMAKE_CXX_FLAGS=-I${wxPython}/include/wx-3.0" ]
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis
2017-04-21pythonPackages.wxPython: inject Cairo, Pango and GDK library pathsobadz
2017-02-16wxPython: fix on darwinDmitry Kalinkin
2016-10-18pythonPackages.wxPython: don't pass in pythonPackagesFrederik Rietdijk
2016-08-02wxPython: Disable format hardeningFranz Pletz