diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:42 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:27 +0200 |
commit | 1c27ceac6501eb7597b28b1ac23bcab3dd15ebd7 (patch) | |
tree | 9cf74d5f4960dd1314d3623eccf9e4527258ed64 | |
parent | ac5a45243ac0a5c107c8ac508ad934c82d9d4a65 (diff) |
gnu: Remove pybind11-2.3.
This package is now a leaf package that fails to build.
* gnu/packages/python-xyz.scm (pybind11-2.3): Delete variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9c98f9293d..ec30c2bae7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29898,26 +29898,6 @@ inferring type information using compile-time introspection.") "0rbcfvl7y472sykzdq3vrkw83kar0lpzhk3wq9yj9cdydl8cpfcz")) (file-name (git-file-name name version)))))) -;; This is needed for python-vaex-core. -(define-public pybind11-2.3 - (package - (inherit pybind11) - (name "pybind11") - (version "2.3.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pybind/pybind11") - (commit (string-append "v" version)))) - (sha256 - (base32 - "11b6dniri8m05spfd2a19irz82shf4sdca73566bniggrf3zclnf")) - (file-name (git-file-name name version)))) - (arguments - (substitute-keyword-arguments (package-arguments pybind11) - ((#:tests? tests? #false) - #false))))) - (define-public python-pooch (package (name "python-pooch") |