summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/wxPython
AgeCommit message (Collapse)Author
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-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
2016-05-27pythonPackages.wxPython28: remove packageFrederik Rietdijk
2016-05-27pythonPackages.wxPython{28,30} : use buildPythonPackageFrederik Rietdijk
2016-03-16wxPython: Fix runtime error due to library dependencies not in RUNPATH.Ambroz Bizjak
I think what's happening is that the linker automatically adds DT_NEEDED dependencies to some libraries because it finds these libraries are being used directly, but because they're not linked explicitly with -lflags, the gcc wrapper does not add them to RUNPATH.
2015-11-21fix wxPythonDomen Kožar
2015-09-06wxpython: remove redundant attribute `openglSupport`Vincent Laporte
2015-09-05wxPython: refactor to genericVincent Laporte
2015-09-05wxPython-3: refactorVincent Laporte
2015-09-05wxPython: 3.0.0.0 -> 3.0.2.0Vincent Laporte
2014-11-04pythonPackages.runsnakerun: add performance/memory GUI profiler for pythonDomen Kožar
2014-09-12pypy: handle unsupported packagesDomen Kožar
2014-03-25Add wxPython-3.0 with OpenGL support.ambrop7@gmail.com
2011-10-11Remove wxPython26 since it is not usedYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=29773
2011-09-20* wxPython updated to 2.8.12.0.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=29395