summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/audio-metadata (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
* python313Packages.audio-metadata: add pendulumFabian Affolter2025-09-291-0/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-1/+0
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python312Packages.audio-metadata: format with nixfmtFabian Affolter2024-04-051-22/+17
* python312Packages.audio-metadata: refactorFabian Affolter2024-04-051-5/+8
* python310Packages.audio-metadata: prepare for running the testsFabian Affolter2023-01-221-9/+23
* python310Packages.audio-metadata: relax more-itertools constraintFabian Affolter2023-01-221-5/+21
* pythonPackages.audio-metadata: Fix dependenciesSandro Jäckel2021-01-061-6/+2
* python3Packages.audio-metadata: fix buildJonathan Ringer2020-06-291-1/+2
* python: audio-metadata: 0.9.0 -> 0.11.1Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.audio-metadata: 0.6.0 -> 0.9.0Jonathan Ringer2020-04-021-2/+2
* pythonPackages.audio-metadata: adjust more-itertools version rangeJonathan Ringer2019-12-301-1/+1
* python.pkgs.audio-metadata: fix missing depFrederik Rietdijk2019-10-271-0/+2
* python: audio-metadata: 0.4.0 -> 0.6.0Frederik Rietdijk2019-10-271-2/+2
* python3.pkgs.audio-metadata: fix buildRobert Schütz2019-03-151-0/+6
* python: audio-metadata: 0.3.0 -> 0.4.0Frederik Rietdijk2019-02-171-2/+2
* pythonPackages.audio-metadata: init at 0.3.0Jake Waksbaum2019-01-181-0/+37