diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-14 21:29:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:06 +0100 |
| commit | 97c0de8fd2c5a52ba4ebe6bb1c4828119e815f3e (patch) | |
| tree | 37e790f6932d68fc77c6706d1bd15e2672c5d446 /gnu | |
| parent | 4fefa0b463a449db841f281118fb1e643b210448 (diff) | |
gnu: python-cppy: Build from git, reduce closure size.
* gnu/packages/python-xyz.scm (python-cppy):
[source]: Switch to git-fetch.
[native-inputs]: Remove python-pytest and python-wheel.
Change-Id: I9fb5553834940fb1ef530fcefd3f33f51e4c8edd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ff37a4075b5..021753fa4ff 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -13619,16 +13619,19 @@ and generate a data structure representing the class.") | |||
| 13619 | (version "1.3.1") | 13619 | (version "1.3.1") |
| 13620 | (source | 13620 | (source |
| 13621 | (origin | 13621 | (origin |
| 13622 | (method url-fetch) | 13622 | (method git-fetch) |
| 13623 | (uri (pypi-uri "cppy" version)) | 13623 | (uri (git-reference |
| 13624 | (url "https://github.com/nucleic/cppy") | ||
| 13625 | (commit version))) | ||
| 13626 | (file-name (git-file-name name version)) | ||
| 13624 | (sha256 | 13627 | (sha256 |
| 13625 | (base32 "0s3d7bjgr9af571y7czswjymnymnihwnyf9ml4p28kw725y31dam")))) | 13628 | (base32 "16g0f9kjyybmlxy9w5bbxm98g7wqhcvh4pw77r0jk3dgd11lkvzy")))) |
| 13626 | (build-system pyproject-build-system) | 13629 | (build-system pyproject-build-system) |
| 13630 | (arguments | ||
| 13631 | (list #:tests? #f)) ;there is just one test coping include directory | ||
| 13627 | (native-inputs | 13632 | (native-inputs |
| 13628 | (list python-pytest | 13633 | (list python-setuptools |
| 13629 | python-setuptools | 13634 | python-setuptools-scm)) |
| 13630 | python-setuptools-scm | ||
| 13631 | python-wheel)) | ||
| 13632 | (home-page "https://github.com/nucleic/cppy") | 13635 | (home-page "https://github.com/nucleic/cppy") |
| 13633 | (synopsis "C++ header library for Python extension modules") | 13636 | (synopsis "C++ header library for Python extension modules") |
| 13634 | (description "This package is a small C++ header library which makes it | 13637 | (description "This package is a small C++ header library which makes it |
