summaryrefslogtreecommitdiff
path: root/pkgs/development/python2-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ...•••which should be always preferred Sandro Jäckel2024-01-301-2/+2
* Merge remote-tracking branch 'origin/master' into staging-nextK9002024-01-021-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 Trofimovich2023-12-301-4/+0
* | python2Packages.wcwidth: fix evalMartin Weinelt2023-12-201-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 Lai2023-11-221-0/+8
* treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-053-6/+6
* Merge master into staging-nextgithub-actions[bot]2023-08-062-0/+48
|\
| * python2.pkgs.wcwidth: add missing python2 dependencyTheodore Ni2023-08-031-0/+10
| * python2.pkgs.backports-functools-lru-cache: init at 1.6.6Theodore Ni2023-08-031-0/+38
* | Merge staging-next into staginggithub-actions[bot]2023-07-241-1/+1
|\|
| * treewide: reduce packages I maintainerSandro Jäckel2023-07-231-1/+1
* | Merge pull request #217565 from winterqt/bootstrapped-pip-remove-extraneous-p...Sandro2023-07-191-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 Winter2023-02-211-3/+4
* | treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional•••env values must be strings Artturin2023-02-221-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 Artturin2023-02-221-1/+1
|/
* python2Packages.wheel: keep 0.37.1 for python2 since 0.38 dropped supportFrederik Rietdijk2023-02-052-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 Girol2023-01-2112-12/+12
* Merge master into staging-nextgithub-actions[bot]2022-12-153-0/+84
|\
| * python2Packages.typing: revert removal•••This reverts commit ff692673773f18ca8940486f3a020212df2b7e76. Fabián Heredia Montiel2022-12-151-0/+32
| * python2Packages.scandir: revert removal•••This reverts commit 7d4a0668d26c39bfcd1b40b21b7d169cedbfe9aa. Closes https://github.com/NixOS/nixpkgs/issues/205742 Fabián Heredia Montiel2022-12-152-0/+52
* | Merge branch 'master' into staging-nextVladimír Čunát2022-12-1022-776/+119
|\|
| * python2Packages.pygobject2: move to python2-modulesRobert Schütz2022-12-092-0/+136
| * python2Packages.pygobject3: removeRobert Schütz2022-12-091-33/+0
| * python2Packages.gtkme: removeRobert Schütz2022-12-091-36/+0
| * python2Packages.idna: removeRobert Schütz2022-12-091-23/+0
| * python2Packages.scandir: removeRobert Schütz2022-12-092-52/+0
| * python2Packages.pysqlite: removeRobert Schütz2022-12-091-57/+0
| * python2Packages.certifi: removeRobert Schütz2022-12-091-34/+0
| * python2Packages.typing: removeRobert Schütz2022-12-091-32/+0
| * python2Packages.google-apputils: removeRobert Schütz2022-12-091-41/+0
| * python2Packages.protobuf: removeRobert Schütz2022-12-091-59/+0
| * python2Packages.pygments: removeRobert Schütz2022-12-091-37/+0
| * python2Packages.botocore: removeRobert Schütz2022-12-091-46/+0
| * python2Packages.s3transfer: removeRobert Schütz2022-12-091-52/+0
| * python2Packages.boto3: removeRobert Schütz2022-12-091-50/+0
| * python2Packages.pyroma: removeRobert Schütz2022-12-091-26/+0
| * python2Packages.pytest-runner: removeRobert Schütz2022-12-091-30/+0
| * python2Packages.chardet: removeRobert Schütz2022-12-091-29/+0
| * python2Packages.sphinxcontrib-websupport: removeRobert Schütz2022-12-091-25/+0
| * python2Packages.sphinx: removeRobert Schütz2022-12-092-104/+0
| * python2Packages.marisa: removeRobert Schütz2022-12-091-29/+0
* | Merge branch 'staging-next' into stagingVladimír Čunát2022-12-0913-571/+0
|\|
| * python2Packages.numpy: removeRobert Schütz2022-12-032-129/+0
| * python2Packages.construct: removeRobert Schütz2022-12-031-39/+0
| * python2Packages.pillow: removeRobert Schütz2022-12-032-124/+0
| * python2Packages.pyyaml: removeRobert Schütz2022-12-031-38/+0
| * python2Packages.markdown: removeRobert Schütz2022-12-031-33/+0
| * python2Packages.cheetah: removeRobert Schütz2022-12-031-33/+0
| * python2Packages.TurboCheetah: removeRobert Schütz2022-12-031-26/+0
| * python2Packages.httpretty: removeRobert Schütz2022-12-031-52/+0