diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-22 23:32:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-26 21:22:06 +0000 |
| commit | 99e0ae24312c4e5905715132e3860db2a61ee6aa (patch) | |
| tree | 296d577c457b011a9d5ca468c5b9bfab78c8931e /gnu/packages/simulation.scm | |
| parent | ebf4dccceda093966fa0e0a702be2a521c9124fb (diff) | |
gnu: python-commonroad-route-planner: Switch to pyproject.
* gnu/packages/simulation.scm (python-commonroad-route-planner):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I4df18bbc6bafa2d156e8569646e6b5b1af464714
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/simulation.scm')
| -rw-r--r-- | gnu/packages/simulation.scm | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index c2445c40743..00bf74d0f0a 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -1362,12 +1362,15 @@ and is the basis for other tools of the CommonRoad Framework.") | |||
| 1362 | (base32 | 1362 | (base32 |
| 1363 | "0xn0l7bzmj56d4mlqacvbl8mdvsffkg2fn2lzfmis5jl4vp99ipf")))) | 1363 | "0xn0l7bzmj56d4mlqacvbl8mdvsffkg2fn2lzfmis5jl4vp99ipf")))) |
| 1364 | (arguments | 1364 | (arguments |
| 1365 | (list #:phases | 1365 | (list |
| 1366 | #~(modify-phases %standard-phases | 1366 | #:tests? #f ; No tests. |
| 1367 | (add-after 'unpack 'fix-setup.py | 1367 | #:phases |
| 1368 | (lambda _ | 1368 | #~(modify-phases %standard-phases |
| 1369 | #$%commonroad-dont-install-license-at-root))))) | 1369 | (add-after 'unpack 'fix-setup.py |
| 1370 | (build-system python-build-system) | 1370 | (lambda _ |
| 1371 | #$%commonroad-dont-install-license-at-root))))) | ||
| 1372 | (build-system pyproject-build-system) | ||
| 1373 | (native-inputs (list python-setuptools)) | ||
| 1371 | (propagated-inputs (list python-commonroad-io | 1374 | (propagated-inputs (list python-commonroad-io |
| 1372 | python-matplotlib | 1375 | python-matplotlib |
| 1373 | python-networkx | 1376 | python-networkx |
| @@ -1376,9 +1379,9 @@ and is the basis for other tools of the CommonRoad Framework.") | |||
| 1376 | python-shapely)) | 1379 | python-shapely)) |
| 1377 | (home-page "https://gitlab.lrz.de/tum-cps/commonroad-route-planner") | 1380 | (home-page "https://gitlab.lrz.de/tum-cps/commonroad-route-planner") |
| 1378 | (synopsis "Route planner for CommonRoad scenarios") | 1381 | (synopsis "Route planner for CommonRoad scenarios") |
| 1379 | (description "This package provides functions for route planning, that is | 1382 | (description |
| 1380 | finding sequences that lead from a given start lanelet to some goal | 1383 | "This package provides functions for route planning, that is finding |
| 1381 | lanelet(s).") | 1384 | sequences that lead from a given start lanelet to some goal lanelet(s).") |
| 1382 | (license license:bsd-3))) | 1385 | (license license:bsd-3))) |
| 1383 | 1386 | ||
| 1384 | (define-public sumo | 1387 | (define-public sumo |
