diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 10:07:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 10:30:19 +0100 |
| commit | 780f7fb4aaaf8a0d5c4660a224b7ac765d0e320f (patch) | |
| tree | e9d6790aea60f75f5cc30cb8a86908400e9c42b2 /gnu/packages/code.scm | |
| parent | f87c390638d8f71408ffff2b234f2e15f7138ce8 (diff) | |
gnu: xenon: Switch to pyproject-build-system.
* gnu/packages/code.scm (xenon):
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools-next.
Change-Id: Ie9ca7182715364a3dcd7171d75e93578bfaf69ad
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 183c1de10ae..781e7873ccf 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -1196,9 +1196,16 @@ in a project.") | |||
| 1196 | (sha256 | 1196 | (sha256 |
| 1197 | (base32 | 1197 | (base32 |
| 1198 | "1yj31bqz2bphvvyb0jkas7bxc2rw76rf1csz0mwmvah8pbc3hxaa")))) | 1198 | "1yj31bqz2bphvvyb0jkas7bxc2rw76rf1csz0mwmvah8pbc3hxaa")))) |
| 1199 | (build-system python-build-system) | 1199 | (build-system pyproject-build-system) |
| 1200 | (arguments (list #:tests? #f)) ;test suite not shipped with the PyPI archive | 1200 | ;; Test suite not shipped with the PyPI archive; tests in Git require |
| 1201 | (inputs (list python-pyyaml python-radon python-requests)) | 1201 | ;; network access. |
| 1202 | (arguments (list #:tests? #f)) | ||
| 1203 | (native-inputs | ||
| 1204 | (list python-setuptools-next)) | ||
| 1205 | (inputs | ||
| 1206 | (list python-pyyaml | ||
| 1207 | python-radon | ||
| 1208 | python-requests)) | ||
| 1202 | (home-page "https://xenon.readthedocs.org/") | 1209 | (home-page "https://xenon.readthedocs.org/") |
| 1203 | (synopsis "Monitor code metrics for Python on your CI server") | 1210 | (synopsis "Monitor code metrics for Python on your CI server") |
| 1204 | (description | 1211 | (description |
