diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-29 11:12:08 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:11 +0100 |
| commit | b8e1f00f70c8299bdb0c9b8ec542e634e86cdfdd (patch) | |
| tree | b7706584c521ad50ea11a23a8d3d6ef1e5cdfc02 /gnu/packages/bioinformatics.scm | |
| parent | efb7ad18161cf9a07f3ee45702f1628f6e72c515 (diff) | |
gnu: python-biothings-client: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (python-biothings-client): Update to 0.4.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Add python-httpx.
Change-Id: I3d5c9ea79fd23a8291074f32d37adfede4e0e238
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 482fbb56f7f..61834b46903 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -17354,16 +17354,20 @@ single-cell RNA-seq data.") | |||
| 17354 | (define-public python-biothings-client | 17354 | (define-public python-biothings-client |
| 17355 | (package | 17355 | (package |
| 17356 | (name "python-biothings-client") | 17356 | (name "python-biothings-client") |
| 17357 | (version "0.2.6") | 17357 | (version "0.4.1") |
| 17358 | (source | 17358 | (source |
| 17359 | (origin | 17359 | (origin |
| 17360 | (method url-fetch) | 17360 | (method git-fetch) |
| 17361 | (uri (pypi-uri "biothings_client" version)) | 17361 | (uri (git-reference |
| 17362 | (url "https://github.com/biothings/biothings_client.py") | ||
| 17363 | (commit (string-append "v" version)))) | ||
| 17364 | (file-name (git-file-name name version)) | ||
| 17362 | (sha256 | 17365 | (sha256 |
| 17363 | (base32 "0bccs37d5saxn5xsd2rfpkrnc5a120xs3ibizai66fgvp1vxbnc4")))) | 17366 | (base32 "1yhrbripg4wr4hg1c9yfv8m1zns37w90fysbbrwm2wlvhmb4i2xq")))) |
| 17364 | (build-system python-build-system) | 17367 | (build-system pyproject-build-system) |
| 17365 | (arguments `(#:tests? #false)) ; require internet access | 17368 | (arguments (list #:tests? #f)) ;require internet access |
| 17366 | (propagated-inputs (list python-requests)) | 17369 | (native-inputs (list python-pytest python-setuptools)) |
| 17370 | (propagated-inputs (list python-httpx python-requests)) | ||
| 17367 | (home-page "https://github.com/biothings/biothings_client.py") | 17371 | (home-page "https://github.com/biothings/biothings_client.py") |
| 17368 | (synopsis "Python client for BioThings API services") | 17372 | (synopsis "Python client for BioThings API services") |
| 17369 | (description "This package provides a Python client for BioThings | 17373 | (description "This package provides a Python client for BioThings |
