Commit Graph

165 Commits

Author SHA1 Message Date
R. Ryantm
2796a3fe3d pyflyby: 1.9.8 -> 1.9.10 2024-12-13 04:28:32 +00:00
Wolfgang Walther
2cf6241e98
pyfa: 2.60.2 -> 2.61.0 (#356622) 2024-12-12 20:47:43 +01:00
Moraxyc
e2317b109f
pywal16: 3.7.1 -> 3.7.2
Diff: https://github.com/eylles/pywal16/compare/refs/tags/3.7.1...3.7.2

Changelog: https://github.com/eylles/pywal16/blob/refs/tags/3.7.2/CHANGELOG.md
2024-12-11 18:57:09 +08:00
Moraxyc
f313eefa97
pywal16: add updateScript 2024-12-11 17:50:38 +08:00
Moraxyc
9f4747e9d0
pywal16: add optional-dependencies 2024-12-11 17:50:37 +08:00
Moraxyc
3a78dd097d
pywal16: add man page 2024-12-11 17:50:36 +08:00
Moraxyc
00edd0346e
pywal16: 3.6.0 -> 3.7.1 2024-12-11 17:50:36 +08:00
Silvan Mosberger
4f0dadbf38 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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
nixpkgs-merge-bot[bot]
752f274b7d
pyspread: 2.3 -> 2.3.1 (#362699) 2024-12-09 16:37:45 +00:00
Gaetan Lepage
5e95ee4971 pylyzer: 0.0.72 -> 0.0.73
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.72...v0.0.73

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.73
2024-12-07 16:47:10 +01:00
R. Ryantm
eef600b772 pylyzer: 0.0.71 -> 0.0.72 2024-12-07 08:45:42 +00:00
R. Ryantm
8e58a34739 pyspread: 2.3 -> 2.3.1 2024-12-07 05:26:40 +00:00
R. Ryantm
cb51162e00 pytr: 0.3.0 -> 0.3.1 2024-12-06 17:26:36 +00:00
Nick Cao
d355a72b4b
pyrosimple: 2.14.0 -> 2.14.1 (#360912) 2024-12-02 08:27:54 -05:00
R. Ryantm
c39723ebf5 pyrosimple: 2.14.0 -> 2.14.1 2024-12-02 00:08:29 +00:00
Matheus Paschoal
f05b34d39c
pyfa: 2.60.2 -> 2.61.0 2024-12-01 00:02:23 -05:00
R. Ryantm
f67fcd9a11 pyflyby: 1.9.6 -> 1.9.8 2024-11-30 14:44:30 +00:00
Gaetan Lepage
a0f1c12faa pylyzer: 0.0.70 -> 0.0.71
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.70...v0.0.71

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.71
2024-11-20 18:09:18 +01:00
eggy
450cc04229 pyprland: 2.4.1 -> 2.4.3
Diff: https://github.com/hyprland-community/pyprland/compare/refs/tags/2.4.1...2.4.3
2024-11-15 09:50:54 -05:00
Bruno BELANYI
687adff994 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 2024-11-11 11:32:35 +00:00
Aleksana
96e1c83061
pyamlboot.tests: fix the eval (#352825) 2024-11-11 11:29:18 +08:00
Gaetan Lepage
e4c62c1fc4 pylyzer: 0.0.69 -> 0.0.70
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.69...v0.0.70

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.70
2024-11-10 17:06:21 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Weijia Wang
b2127e7614
treewide: cleanup own packages to utilize the new apple-sdk (#352699) 2024-11-07 02:22:10 +01:00
Gaetan Lepage
7819e57453 pylyzer: 0.0.68 -> 0.0.69
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.68...v0.0.69

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.69
2024-11-04 10:58:22 +01:00
John Titor
c751cf7ce5
pyprland: relax deps to fix build 2024-11-04 02:21:41 +05:30
John Titor
64a34a49aa
pyprland: 2.4.0 -> 2.4.1 2024-11-04 02:20:56 +05:30
Sergei Trofimovich
1301e4f0b0 pyamlboot.tests: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. pyamlboot.tests
    error:
       … while evaluating the attribute 'version'
         at pkgs/by-name/py/pyamlboot/package.nix:29:3:
           28|
           29|   passthru.tests.version = testers.testVersion {
             |   ^
           30|     package = "pyamlboot";

       … while evaluating the 'name' attribute of a derivation

       … while evaluating a branch condition
         at lib/strings.nix:2627:3:
         2626|   # First detect the common case of already valid strings, to speed those up
         2627|   if stringLength string <= 207 && okRegex string != null
             |   ^
         2628|   then unsafeDiscardStringContext string

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: expected a set but found a string: "pyamlboot"

After fixing the eval tests started failing as `--version` hardcodes 1.0.

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-11-01 15:12:24 +00:00
Aleksana
8715e9e49d
pyamlboot: init at 1.0.0 (#352028) 2024-11-01 10:56:35 +08:00
TomaSajt
d4ca0a4783
pyxel: remove stuff already included by apple-sdk 2024-10-31 21:12:06 +01:00
OTABI Tomoya
870ac8293a
pylyzer: 0.0.67 -> 0.0.68 (#349970) 2024-10-31 22:42:33 +09:00
R. Ryantm
c783f44b5c pyfa: 2.60.1 -> 2.60.2 2024-10-31 05:14:12 +00:00
genga
615ba6a5fd pyamlboot: init at 1.0.0
pyamlboot: update mainProgram

pyamlboot: update

pyamlboot: update
2024-10-30 07:52:49 +03:00
Aleksana
b598e72429
pyditz: fix build (#351822) 2024-10-28 20:58:54 +08:00
Robert Schütz
730e5fa135
pytr: 0.2.5 -> 0.3.0 (#351149) 2024-10-28 03:08:09 -07:00
wxt
ce50474f66 pyditz: remove testPhase 2024-10-28 15:47:05 +08:00
wxt
bb90c6ab2e pyditz: nixfmt 2024-10-28 15:08:57 +08:00
wxt
938eaf0d91 pyditz: move to by-name 2024-10-28 15:08:37 +08:00
Robert Schütz
2f5813b702 pytr: update meta.changelog 2024-10-27 18:41:02 -07:00
R. Ryantm
c93e398e71 pyradio: 0.9.3.11 -> 0.9.3.11.1 2024-10-26 12:48:40 +02:00
R. Ryantm
9936b66b96 pytr: 0.2.5 -> 0.3.0 2024-10-25 11:25:43 +00:00
Aleksana
4f8f9ff867
pychess: init at 1.0.5 (#344387) 2024-10-24 23:13:07 +08:00
lgbishop
ca88a5ffe2 pychess: init at 1.0.5
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-10-24 03:16:48 +10:00
Gaetan Lepage
82af28732e pylyzer: 0.0.67 -> 0.0.68
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.67...v0.0.68

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.68
2024-10-20 10:10:37 +02:00
Gaetan Lepage
eaa5db175d pylyzer: 0.0.66 -> 0.0.67
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.66...v0.0.67

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.67
2024-10-19 11:11:55 +02:00
Sandro
30cae82b98
pyfa: init at 2.60.1 (#314934) 2024-10-19 03:09:17 +02:00
Aleksana
e5a426af68
pyflyby: init at 1.9.6 (#284453) 2024-10-18 15:57:29 +08:00
jfvillablanca
1b212b8a10 pyflyby: init at 1.9.6 2024-10-17 22:21:38 +08:00
Christoph Hollizeck
65c965f047
pyfa: init at 2.60.1 2024-10-17 14:59:14 +02:00
Gaetan Lepage
1cce98b1f0 pylyzer: 0.0.65 -> 0.0.66
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.65...v0.0.66

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.66
2024-10-15 19:09:57 +02:00