diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 22:23:30 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 22:25:37 +0100 |
| commit | 843bec9a15eb3f3293ddfeefde97bde461ced7ee (patch) | |
| tree | fbbb970021604800a43d73a4c31a5d5cdca3eea1 /gnu/packages/python-check.scm | |
| parent | ca305f0716a71c28c5c40e9b6fb09195682f03dd (diff) | |
gnu: python-nptyping: Revert change.
Revert part of commit ca305f0716a71c28c5c40e9b6fb09195682f03dd.
Change-Id: Id9a91a20fa35bac12e78a05fdc514fd954e4c178
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index faff95a762b..5c584698b53 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -51,7 +51,6 @@ | |||
| 51 | #:use-module (gnu packages openstack) | 51 | #:use-module (gnu packages openstack) |
| 52 | #:use-module (gnu packages perl) | 52 | #:use-module (gnu packages perl) |
| 53 | #:use-module (gnu packages python-build) | 53 | #:use-module (gnu packages python-build) |
| 54 | #:use-module (gnu packages python-science) | ||
| 55 | #:use-module (gnu packages python-web) | 54 | #:use-module (gnu packages python-web) |
| 56 | #:use-module (gnu packages python-xyz) | 55 | #:use-module (gnu packages python-xyz) |
| 57 | #:use-module (gnu packages qt) | 56 | #:use-module (gnu packages qt) |
| @@ -2301,7 +2300,7 @@ them using any Python VM with basically no runtime overhead.") | |||
| 2301 | (define-public python-nptyping | 2300 | (define-public python-nptyping |
| 2302 | (package | 2301 | (package |
| 2303 | (name "python-nptyping") | 2302 | (name "python-nptyping") |
| 2304 | (version "2.5.0") | 2303 | (version "2.0.0") |
| 2305 | (source (origin | 2304 | (source (origin |
| 2306 | (method git-fetch) ;pypi only contains a binary wheel | 2305 | (method git-fetch) ;pypi only contains a binary wheel |
| 2307 | (uri (git-reference | 2306 | (uri (git-reference |
| @@ -2310,7 +2309,7 @@ them using any Python VM with basically no runtime overhead.") | |||
| 2310 | (file-name (git-file-name name version)) | 2309 | (file-name (git-file-name name version)) |
| 2311 | (sha256 | 2310 | (sha256 |
| 2312 | (base32 | 2311 | (base32 |
| 2313 | "0m6iq98qi9pl5hcc5k99bvy5w293vrlsdnimxl020i60rfnihgl7")))) | 2312 | "0839mcrv5jljq9k9124ssnl1hc1inbxwlwjk72imabsbqssjy9rb")))) |
| 2314 | (build-system python-build-system) | 2313 | (build-system python-build-system) |
| 2315 | (arguments | 2314 | (arguments |
| 2316 | `(#:phases | 2315 | `(#:phases |
| @@ -2326,7 +2325,7 @@ them using any Python VM with basically no runtime overhead.") | |||
| 2326 | python-setuptools | 2325 | python-setuptools |
| 2327 | python-typeguard | 2326 | python-typeguard |
| 2328 | python-wheel)) | 2327 | python-wheel)) |
| 2329 | (propagated-inputs (list python-numpy python-typing-extensions python-pandas-stubs)) | 2328 | (propagated-inputs (list python-numpy python-typing-extensions)) |
| 2330 | (home-page "https://github.com/ramonhagenaars/nptyping") | 2329 | (home-page "https://github.com/ramonhagenaars/nptyping") |
| 2331 | (synopsis "Type hints for Numpy") | 2330 | (synopsis "Type hints for Numpy") |
| 2332 | (description "This package provides extensive dynamic type checks for | 2331 | (description "This package provides extensive dynamic type checks for |
