summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apptools (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-2/+2
* treewide: use lib.concatAttrValues to obtain all optional-dependenciesRobert Schütz2025-11-271-1/+1
* treewide: remove unused with•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-1/+1
* python3Packages.apptools: 5.3.0 -> 5.3.1R. Ryantm2025-05-221-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* maintainers: Remove knedlsepp•••I haven't been doing much maintenance in the last couple of years really, so this is long overdue. I still run NixOS on all my computers and greatly appreciate the time that the *real* maintainers put into it. ❤️ I'm hoping to be able to contribute again at some point down the line. Josef Kemetmüller2024-12-221-1/+1
* python312Packages.apptools: 5.2.1 -> 5.3.0•••Diff: https://github.com/enthought/apptools/compare/refs/tags/5.2.1...5.3.0 Changelog: https://github.com/enthought/apptools/releases/tag/5.3.0 Robert Schütz2024-07-241-18/+30
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+14
* python311Packages.apptools: 5.1.0 -> 5.2.1•••Changelog: https://github.com/enthought/apptools/releases/tag/5.2.1 Fabian Affolter2023-08-261-22/+2
* python311Packages.apptools: add changelog to metaFabian Affolter2023-08-261-0/+1
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* 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-211-1/+1
* python310Packages.apptools: Enable more testsJonas Heinrich2022-07-291-8/+9
* python3Packages.apptools: adjust inputs and disable testsFabian Affolter2022-01-131-7/+31
* python3Packages.envisage: 4.9.2 -> 5.0.0Robert T. McGibbon2021-03-271-2/+12
* python39Packages.apptools: add prerequisiteRobert T. McGibbon2021-03-261-2/+1
* python3Packages.apptools: 4.5.0 -> 5.1.0Robert T. McGibbon2021-03-261-14/+15
* treewide: fix double quoted strings in meta.description•••Signed-off-by: Ben Siraphob <bensiraphob@gmail.com> volth2021-01-241-1/+1
* python3Packages.apptools: fix buildBen Darwin2020-04-131-1/+8
* python2Packages.apptools: 4.4.0 -> 4.5.0Ben Darwin2020-04-091-8/+9
* pythonPackages.apptools: init at 4.4.0Josef Kemetmüller2020-02-091-0/+31