diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 23:37:24 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-13 23:37:24 +0100 |
| commit | 6fdec8d509eab9572183aca409f7c4285e21af5f (patch) | |
| tree | 078a9bea85fd751d1bc4c5c1fa2d51fce690bd98 | |
| parent | 61cef756aaf62db265be93ac75919f5786b741b6 (diff) | |
python: Remove python-torchfile.
This exists in Guix proper.
* guix-science/packages/python.scm (python-torchfile): Remove variable.
| -rw-r--r-- | guix-science/packages/python.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm index d6b3f2c..87f95a9 100644 --- a/guix-science/packages/python.scm +++ b/guix-science/packages/python.scm | |||
| @@ -142,26 +142,6 @@ download.") | |||
| 142 | (description "Morfessor") | 142 | (description "Morfessor") |
| 143 | (license license:bsd-3))) | 143 | (license license:bsd-3))) |
| 144 | 144 | ||
| 145 | (define-public python-torchfile | ||
| 146 | (package | ||
| 147 | (name "python-torchfile") | ||
| 148 | (version "0.1.0") | ||
| 149 | (source (origin | ||
| 150 | (method url-fetch) | ||
| 151 | (uri (pypi-uri "torchfile" version)) | ||
| 152 | (sha256 | ||
| 153 | (base32 | ||
| 154 | "0vhklj6krl9r0kdynb4kcpwp8y1ihl2zw96byallay3k9c9zwgd5")))) | ||
| 155 | (build-system python-build-system) | ||
| 156 | (native-inputs | ||
| 157 | (list python-numpy)) ;for 'sanity-check' phase | ||
| 158 | (properties | ||
| 159 | '((updater-extra-native-inputs "python-numpy"))) | ||
| 160 | (home-page "https://github.com/bshillingford/python-torchfile") | ||
| 161 | (synopsis "Torch7 binary serialized file parser") | ||
| 162 | (description "Torch7 binary serialized file parser") | ||
| 163 | (license license:bsd-3))) | ||
| 164 | |||
| 165 | (define-public pybind11-2.6.1 | 145 | (define-public pybind11-2.6.1 |
| 166 | (package (inherit pybind11) | 146 | (package (inherit pybind11) |
| 167 | (name "pybind11") | 147 | (name "pybind11") |
