| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ...•••which should be always preferred | Sandro Jäckel | 2024-01-30 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-01-02 | 1 | -4/+0 |
| |\ | |||||
| | * | pypy2Packages.attrs: fix `tests` eval•••Without the change `tests` eval fails as: $ nix build --no-link -f. pypy2Packages.attrs.tests error: error: path 'pkgs/development/python2-modules/attrs/tests.nix' does not exist | Sergei Trofimovich | 2023-12-30 | 1 | -4/+0 |
| * | | python2Packages.wcwidth: fix eval | Martin Weinelt | 2023-12-20 | 1 | -1/+1 |
| |/ | |||||
| * | python2Packages.pycairo: backport test fix•••Fix pytest failure of `test_svg_surface_get_document_unit`. This fix is backported to python 2 from upstream. Upstream has dropped support for python 2, but the fix works regardless of python versions. Hence we backport the fix for python 2, since many nix packages still depend on python2Packages.pycairo. Upstream: https://github.com/pygobject/pycairo/commit/678edd94d8a6dfb5d51f9c3549e6ee8c90a73744 Co-authored-by: Brian Leung <29217594+leungbk@users.noreply.github.com> | Bryan Lai | 2023-11-22 | 1 | -0/+8 |
| * | treewide: change pythonForBuild to pythonOnBuildForHost | Adam Joseph | 2023-11-05 | 3 | -6/+6 |
| * | Merge master into staging-next | github-actions[bot] | 2023-08-06 | 2 | -0/+48 |
| |\ | |||||
| | * | python2.pkgs.wcwidth: add missing python2 dependency | Theodore Ni | 2023-08-03 | 1 | -0/+10 |
| | * | python2.pkgs.backports-functools-lru-cache: init at 1.6.6 | Theodore Ni | 2023-08-03 | 1 | -0/+38 |
| * | | Merge staging-next into staging | github-actions[bot] | 2023-07-24 | 1 | -1/+1 |
| |\| | |||||
| | * | treewide: reduce packages I maintainer | Sandro Jäckel | 2023-07-23 | 1 | -1/+1 |
| * | | Merge pull request #217565 from winterqt/bootstrapped-pip-remove-extraneous-p... | Sandro | 2023-07-19 | 1 | -3/+4 |
| |\ \ | |/ |/| | |||||
| | * | python{2,3}Packages.bootstrapped-pip: remove extraneous entry from PYTHONPATH•••From my testing, wheel is only retrieved from its installation in $out, and removing it doesn't break anything. I'm unsure if it was required when bootstrapping was initially added [0], but it definitely isn't now. I also took the chance to clarify the comment a bit. [0]: 56727dc1ff430bc2d39b08601e03094de4ab189e | Winter | 2023-02-21 | 1 | -3/+4 |
| * | | treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional•••env values must be strings | Artturin | 2023-02-22 | 1 | -2/+2 |
| * | | treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure | Artturin | 2023-02-22 | 1 | -1/+1 |
| |/ | |||||
| * | python2Packages.wheel: keep 0.37.1 for python2 since 0.38 dropped support | Frederik Rietdijk | 2023-02-05 | 2 | -0/+94 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 12 | -12/+12 |
| * | Merge master into staging-next | github-actions[bot] | 2022-12-15 | 3 | -0/+84 |
| |\ | |||||
| | * | python2Packages.typing: revert removal•••This reverts commit ff692673773f18ca8940486f3a020212df2b7e76. | Fabián Heredia Montiel | 2022-12-15 | 1 | -0/+32 |
| | * | python2Packages.scandir: revert removal•••This reverts commit 7d4a0668d26c39bfcd1b40b21b7d169cedbfe9aa. Closes https://github.com/NixOS/nixpkgs/issues/205742 | Fabián Heredia Montiel | 2022-12-15 | 2 | -0/+52 |
| * | | Merge branch 'master' into staging-next | Vladimír Čunát | 2022-12-10 | 22 | -776/+119 |
| |\| | |||||
| | * | python2Packages.pygobject2: move to python2-modules | Robert Schütz | 2022-12-09 | 2 | -0/+136 |
| | * | python2Packages.pygobject3: remove | Robert Schütz | 2022-12-09 | 1 | -33/+0 |
| | * | python2Packages.gtkme: remove | Robert Schütz | 2022-12-09 | 1 | -36/+0 |
| | * | python2Packages.idna: remove | Robert Schütz | 2022-12-09 | 1 | -23/+0 |
| | * | python2Packages.scandir: remove | Robert Schütz | 2022-12-09 | 2 | -52/+0 |
| | * | python2Packages.pysqlite: remove | Robert Schütz | 2022-12-09 | 1 | -57/+0 |
| | * | python2Packages.certifi: remove | Robert Schütz | 2022-12-09 | 1 | -34/+0 |
| | * | python2Packages.typing: remove | Robert Schütz | 2022-12-09 | 1 | -32/+0 |
| | * | python2Packages.google-apputils: remove | Robert Schütz | 2022-12-09 | 1 | -41/+0 |
| | * | python2Packages.protobuf: remove | Robert Schütz | 2022-12-09 | 1 | -59/+0 |
| | * | python2Packages.pygments: remove | Robert Schütz | 2022-12-09 | 1 | -37/+0 |
| | * | python2Packages.botocore: remove | Robert Schütz | 2022-12-09 | 1 | -46/+0 |
| | * | python2Packages.s3transfer: remove | Robert Schütz | 2022-12-09 | 1 | -52/+0 |
| | * | python2Packages.boto3: remove | Robert Schütz | 2022-12-09 | 1 | -50/+0 |
| | * | python2Packages.pyroma: remove | Robert Schütz | 2022-12-09 | 1 | -26/+0 |
| | * | python2Packages.pytest-runner: remove | Robert Schütz | 2022-12-09 | 1 | -30/+0 |
| | * | python2Packages.chardet: remove | Robert Schütz | 2022-12-09 | 1 | -29/+0 |
| | * | python2Packages.sphinxcontrib-websupport: remove | Robert Schütz | 2022-12-09 | 1 | -25/+0 |
| | * | python2Packages.sphinx: remove | Robert Schütz | 2022-12-09 | 2 | -104/+0 |
| | * | python2Packages.marisa: remove | Robert Schütz | 2022-12-09 | 1 | -29/+0 |
| * | | Merge branch 'staging-next' into staging | Vladimír Čunát | 2022-12-09 | 13 | -571/+0 |
| |\| | |||||
| | * | python2Packages.numpy: remove | Robert Schütz | 2022-12-03 | 2 | -129/+0 |
| | * | python2Packages.construct: remove | Robert Schütz | 2022-12-03 | 1 | -39/+0 |
| | * | python2Packages.pillow: remove | Robert Schütz | 2022-12-03 | 2 | -124/+0 |
| | * | python2Packages.pyyaml: remove | Robert Schütz | 2022-12-03 | 1 | -38/+0 |
| | * | python2Packages.markdown: remove | Robert Schütz | 2022-12-03 | 1 | -33/+0 |
| | * | python2Packages.cheetah: remove | Robert Schütz | 2022-12-03 | 1 | -33/+0 |
| | * | python2Packages.TurboCheetah: remove | Robert Schütz | 2022-12-03 | 1 | -26/+0 |
| | * | python2Packages.httpretty: remove | Robert Schütz | 2022-12-03 | 1 | -52/+0 |
