summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fx2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* python3Packages: remove unused argumentsSigmanificient2024-07-301-1/+0
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python311Packages.fx2: properly set version•••Needed for downstream use which constrains the version Peder Bergebakken Sundt2024-07-031-1/+5
* treewide: remove myself from packages I don’t use•••I’ve had an extended absence from Nix work and no longer actively use a bunch of packages I used to maintain, so remove myself as a maintainer from things I can’t usefully review/test changes for as I ease back into things. This does unfortunately leave a few packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`, and `python3Packages.jsonmerge`). Emily2024-06-151-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+12
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python3.pkgs.fx2: unstable-2023-09-20 -> 0.13Adrian Pistol2024-02-131-3/+3
* 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
* python3.pkgs.fx2: 0.11 -> 2023-09-20: bump•••Required by latest glasgow version Robert Gerus2023-09-211-3/+3
* pythonPackages.fx2: 0.9 -> 0.11•••Signed-off-by: Jack Leightcap <jack@leightcap.com> Jack Leightcap2023-05-101-3/+3
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* libfx2: fix git ref•••cache.nixos.org has the actual source cached, so this didn't impact builds for anyone using that cache. edef@jaguar ~/s/nixpkgs> nix eval -I nixpkgs=. nixpkgs.pythonPackages.fx2.src.urls [ "https://github.com/whitequark/libfx2/archive/0.9.tar.gz" ] edef@jaguar ~/s/nixpkgs> curl -L https://github.com/whitequark/libfx2/archive/0.9.tar.gz 404: Not Found edef2021-06-201-1/+1
* python3Packages.fx2: unstable-2020-01-25 -> 0.9Matt Huszagh2020-07-111-4/+4
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* libfx2: unstable-2019-09-23 -> unstable-2020-01-25Emily2020-02-081-3/+3
* libfx2: unstable-2019-08-27 -> unstable-2019-09-23Emily2019-09-281-3/+3
* {glasgow,libfx2}: init at 2018-{09-01,08-27}Emily2019-09-011-0/+45