Commit Graph

14 Commits

Author SHA1 Message Date
R. Ryantm
f160aabea0 python3Packages.bytesize: 2.11 -> 2.12 2025-12-05 00:25:03 +00:00
Lee Bousfield
5417584e11 libbytesize: add update script 2025-11-11 09:27:23 -06:00
Lee Bousfield
f46ecab309 libbytesize: adopt by PlasmaPower 2025-11-11 09:26:28 -06:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

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 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Colin
6122f10876 libbytesize: fix cross compilation 2025-04-04 06:49:19 +00:00
3pleX-dev
36d16142dc libbytesize: fix unreproducible builds by compiling .pyc files in the build phase 2025-04-02 13:20:50 +00:00
Anderson Torres
cab2a1296e treewide: remove AndersonTorres from maintainers
As I said before, I want to keep a narrow focus on Nixpkgs. Now that I am back
at undergrad, this focus should be even narrower: I will keep my eyes on Emacs,
and nothing else.
2025-02-12 00:36:02 -03:00
Colin
d2bde715f2 libbytesize: fix cross compilation
libbytesize python module imports a shared object, which only works so
long as it's imported on the same architecture it was built for.
hence, do the import check as part of `installCheckPhase` where it can
be enabled more selectively.
2024-11-13 13:48:46 +00:00
Vladimir Panteleev
387bdb9c5e libbytesize: fix Python bindings 2024-11-07 09:15:56 +00:00
Anderson Torres
207d668c49 libbytesize: 2.10 -> 2.11 2024-08-26 21:35:52 -03:00
Anderson Torres
487bca6f29 libbytesize: nixfmt-rfc-style 2024-08-26 21:35:52 -03:00
Anderson Torres
e8c134f783 libbytesize: migrate to by-name 2024-08-26 21:35:52 -03:00