diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-21 15:39:21 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-21 15:54:07 -0300 |
| commit | eded6410a8dde1cc76dfb43dfb328412da99a5b9 (patch) | |
| tree | e9400ec9851ea032972e33cfdb3275218160a83c /gnu/packages/python-xyz.scm | |
| parent | e3f5d3e5485d04835af5a65250f1c4424af3061b (diff) | |
gnu: python-three-merge: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-three-merge)[build-system]: Use
pyproject-build-system.
[arguments]: Remove '#:test-target'.
[native-inputs]: Remove python-flaky, python-pytest-cov,
python-pytest-runner, python-pytest-timeout. Add python-setuptools,
python-wheel.
Change-Id: Ibee6d81cd42f3c83beaf1e69b5fef1ccb1148b6f
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e0998abdef..64583d3dfb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15435,14 +15435,11 @@ output.") (file-name (git-file-name name version)) (sha256 (base32 "1fw28swh6jq4myr09j7gv68l241b8vwg470ak5xv0x4xwh2a1m86")))) - (build-system python-build-system) - (arguments - `(#:test-target "pytest")) + (build-system pyproject-build-system) (propagated-inputs (list python-diff-match-patch)) (native-inputs - (list python-flaky python-pytest python-pytest-cov - python-pytest-runner python-pytest-timeout)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/spyder-ide/three-merge") (synopsis "Library for merging two strings with respect to a base one") (description |
