Commit Graph

83 Commits

Author SHA1 Message Date
Pol Dellaiera
c32545290e
phpunit: 11.3.1 -> 11.3.6 (#344880) 2024-09-28 22:43:27 +02:00
R. Ryantm
26c47c2eea phraze: 0.3.14 -> 0.3.15 2024-09-28 08:15:35 +00:00
Patka
8df1a05b89
phpunit: 11.3.1 -> 11.3.6
Also added a simple version check test
2024-09-27 15:34:57 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
2909bece04 photini: 2024.5.0 -> 2024.9.1 2024-09-18 20:00:09 +00:00
Daniel Ziltener
11de8096d8 Pharo: version update to 10.3.1 2024-09-17 17:24:00 +00:00
Weijia Wang
7892e04bd1
photini: fix by using pyside6 (#332006) 2024-09-09 18:42:09 +02:00
Piotr Kwiecinski
21ce51cca3
phpactor: switch to buildComposerProject2 2024-08-20 20:29:34 +02:00
Pol Dellaiera
9734fe6243
phpunit: switch to buildComposerProject2 2024-08-15 13:44:06 +02:00
R. Ryantm
6b3823cbd0 phpunit: 11.3.0 -> 11.3.1 2024-08-14 17:23:42 +00:00
Piotr Kwiecinski
67dc98c20d
phpactor: format with nixfmt-rfc-style 2024-08-12 13:57:02 +02:00
Piotr Kwiecinski
b018ad68c0
phpactor: simplify shell completion installation 2024-08-12 13:56:46 +02:00
R. Ryantm
c9cae9b4df phraze: 0.3.13 -> 0.3.14 2024-08-10 23:18:47 +00:00
Weijia Wang
73c0b5f730
Merge pull request #332100 from wegank/photoqt-bump
photoqt: 4.5 -> 4.6
2024-08-09 09:33:38 +02:00
R. Ryantm
5cd0f79b8d phpunit: 11.2.8 -> 11.3.0 2024-08-07 12:54:06 +00:00
Weijia Wang
3f272cbdea photoqt: 4.5 -> 4.6 2024-08-04 01:16:53 +02:00
Weijia Wang
0eedcb2eb0 photoqt: move to pkgs/by-name, format 2024-08-04 01:16:41 +02:00
Zebreus
349cf6ba9c photini: fix build by using pyside6
photini does not like the dev version of pyqt6 so this commit uses pyside6 instead
2024-08-03 16:34:44 +02:00
Donovan Glover
b6fdaa940f
phraze: install man page and shell completions 2024-07-31 16:24:54 -04:00
Donovan Glover
4c5f6a1636
phraze: add myself as maintainer 2024-07-31 16:24:54 -04:00
Donovan Glover
8b63ff3009
phraze: 0.3.12 -> 0.3.13 2024-07-31 16:24:54 -04:00
R. Ryantm
17698703dd phpunit: 11.2.7 -> 11.2.8 2024-07-26 19:50:11 +00:00
Peder Bergebakken Sundt
bf5e1b147d
Merge pull request #326649 from Sigmanificient/physac-fix-tag
physac: fix incorrect version
2024-07-26 01:03:27 +02:00
R. Ryantm
1f845e6ed4 phpdocumentor: 3.5.2 -> 3.5.3 2024-07-24 07:54:04 +00:00
Artturin
45a1b61e24
Merge pull request #326324 from x123/x123-phraze-auto-update
phraze: set updateScript and add passthru.tests
2024-07-19 23:33:39 +03:00
x123
08f63deadb phraze: Add updateScript and version test 2024-07-19 23:24:27 +03:00
R. Ryantm
3bad0ef67e phpunit: 11.2.6 -> 11.2.7 2024-07-16 21:51:40 +00:00
Sigmanificient
db558497e5 physac: fix incorrect version 2024-07-12 22:27:21 +02:00
Matthias Devlamynck
fb2e1920b2 phpactor: fix build
This fixes the generation of bash completion by patching the shebang of
the phpactor script before the generation is excuted.
2024-07-10 11:58:02 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Nick Cao
d18fb07934
Merge pull request #324893 from x123/x123-update-phraze
phraze: 0.3.11 -> 0.3.12
2024-07-06 11:37:41 -04:00
R. Ryantm
93539a5d99 phpunit: 11.2.5 -> 11.2.6 2024-07-05 21:45:07 +00:00
x123
bbca97b224 phraze: 0.3.11 -> 0.3.12 2024-07-05 22:54:08 +02:00
Pol Dellaiera
381a94c16d
Merge pull request #324532 from r-ryantm/auto-update/phpactor
phpactor: 2024.03.09.0 -> 2024.06.30.0
2024-07-04 13:56:16 +02:00
R. Ryantm
79aad75234 phpactor: 2024.03.09.0 -> 2024.06.30.0 2024-07-04 11:06:28 +00:00
h7x4
9f4128e00b
Merge pull request #323762 from x123/x123-add-phraze-tool
phraze: init at 0.3.11
2024-07-03 20:27:49 +02:00
x123
f2c901e294 phraze: init at 0.3.11 2024-07-03 08:03:42 +02:00
Patka
1d1635196a maintainers: remove patka 2024-07-02 01:36:56 +02:00
R. Ryantm
957a14d0cf phpdocumentor: 3.5.0 -> 3.5.2 2024-06-28 00:02:12 +00:00
Sandro
d2076f15a6
Merge pull request #300749 from zebreus/init-photini
photini: init at 2024.2.1
2024-06-26 00:43:23 +02:00
R. Ryantm
c99d86f980 phpunit: 11.2.2 -> 11.2.5 2024-06-22 22:39:41 +00:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
R. Ryantm
b418b6c469 phpunit: 11.2.0 -> 11.2.2 2024-06-15 16:00:45 +00:00
jopejoe1
d35b27f00c physac: use pname instead of name 2024-06-15 09:56:44 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
c9fc178c78 phpunit: 11.1.3 -> 11.2.0 2024-06-08 01:48:08 +00:00
Zebreus
55fcb611f4 photini: init at 2025.5.0 2024-06-04 16:09:01 +02:00
R. Ryantm
ee9bda4d6b phpdocumentor: 3.4.3 -> 3.5.0 2024-05-24 15:31:09 +00:00
Sigmanificient
f192a3fe95 physac: init at 2.5-unstable-2024-05-21
physac: fix
2024-05-21 08:34:37 +02:00