unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63266] [PATCH] gnu: python-screed: Update to 1.1.2.
@ 2023-05-04 14:28 Mădălin Ionel Patrașcu
  2023-05-04 17:34 ` bug#63266: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-05-04 14:28 UTC (permalink / raw)
  To: 63266

* gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2.
[native-inputs]: Remove the unnecessary dependencies.
[inputs]: Remove the section.
[build-system]: Change to pyproject.
---
 gnu/packages/bioinformatics.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 181e68b44b..75ea7b35d6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7628,19 +7628,17 @@ (define-public preseq
 (define-public python-screed
   (package
     (name "python-screed")
-    (version "1.0")
+    (version "1.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "screed" version))
        (sha256
-        (base32
-         "148vcb7w2wr6a4w6vs2bsxanbqibxfk490zbcbg4m61s8669zdjx"))))
-    (build-system python-build-system)
+        (base32 "0slva743xn93h4sl5zg2as4ricnnj5pp6nw9dm4qclk4i9xglkvk"))))
+    (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov python-pytest-runner))
-    (inputs
-     (list python-bz2file))
+     (list python-pytest-cov
+           python-pytest-runner))
     (home-page "https://github.com/dib-lab/screed/")
     (synopsis "Short read sequence database utilities")
     (description "Screed parses FASTA and FASTQ files and generates databases.

base-commit: fa685c87eaa9888a4278f39bb2b815673589dced
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63266: [PATCH] gnu: python-screed: Update to 1.1.2.
  2023-05-04 14:28 [bug#63266] [PATCH] gnu: python-screed: Update to 1.1.2 Mădălin Ionel Patrașcu
@ 2023-05-04 17:34 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-05-04 17:34 UTC (permalink / raw)
  To: 63266-done

Applied, thank you!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-04 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04 14:28 [bug#63266] [PATCH] gnu: python-screed: Update to 1.1.2 Mădălin Ionel Patrașcu
2023-05-04 17:34 ` bug#63266: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).