summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asciimatics (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-3/+3
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-16/+13
* python312Packages.asciimatics: refactor•••- enable tests Fabian Affolter2024-03-291-16/+12
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* python311Packages.asciimatics: 1.14.0 -> 1.15.0R. Ryantm2023-10-281-2/+2
* 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.asciimatics: 1.13.0 -> 1.14.0R. Ryantm2022-04-251-2/+2
* python3Packages.asciimatics: 1.12.0 -> 1.13.0Martin Weinelt2021-06-211-2/+2
* treewide: setuptools_scm -> setuptools-scmSandro Jäckel2021-06-031-2/+2
* pythonPackages.asciimatics: add pythonImportsCheckMartin Weinelt2020-11-201-0/+7
* python27Packages.asciimatics: 1.11.0 -> 1.12.0R. RyanTM2020-11-191-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python37Packages.asciimatics: 1.10.0 -> 1.11.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-asciimatics/versions R. RyanTM2019-05-221-2/+2
* pythonPackages.asciimatics: init at 1.10.0 (#54404)Roger Qiu2019-01-231-0/+48