spack/.github/workflows
Harmen Stoppels b932c14008
builtin: use api v2.0 and update dir structure (#49275)
* Bump the package API of the `builtin` repo to `v2.0`
* Move `var/spack/repos/builtin` -> `var/spack/repos/spack_repo/builtin`
* Move test repos `var/spack/repos/{builtin.mock,tutorial,...}` -> `var/spack/test_repos/`
* Update package dir names to v2 format (`-` -> `_` etc)
* Change absolute imports `from spack.pkg.builtin.my_pkg ...` to relative imports `from ..my_pkg.package ...`

Users who have a repo on top of builtin should change imports from

```python
from spack.pkg.builtin.my_pkg import MyPkg
```

to

```python
from spack_repo.builtin.packages.my_pkg.package import MyPkg
```

and can configure their editors with

```
PYTHONPATH=$spack/lib/spack:$spack/var/spack/repos
```

[skip-verify-checksums]
2025-05-06 12:05:44 +02:00
..
bin Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
requirements build(deps): bump pylint in /.github/workflows/requirements/style (#50312) 2025-05-06 10:32:49 +02:00
audit.yaml Remove spack sh setup (#49747) 2025-03-27 16:40:39 -07:00
bootstrap.yml ci: add gawk (#50074) 2025-04-16 09:29:20 +02:00
build-containers.yml Remove pipelines and images based on ppc64le (#48767) 2025-01-29 16:36:25 +01:00
ci.yaml builtin: use api v2.0 and update dir structure (#49275) 2025-05-06 12:05:44 +02:00
coverage.yml ci: add codecov token secret to coverage upload job (#48880) 2025-02-05 01:18:02 +00:00
import-check.yaml import-check: bump (#48968) 2025-02-10 20:48:59 +01:00
nightly-win-builds.yml build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#47185) 2024-10-25 09:48:50 -07:00
prechecks.yml builtin: use api v2.0 and update dir structure (#49275) 2025-05-06 12:05:44 +02:00
unit_tests.yaml ci: don't run unit-test on ubuntu 20.04 (#49826) 2025-04-01 17:33:24 +02:00