GNU bug report logs - #74262
[PATCH] gnu: Add python-bs4.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 8 Nov 2024 16:00:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#74262: closed ([PATCH] gnu: Add python-bs4.)
Date: Mon, 11 Nov 2024 13:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74262: [PATCH] gnu: Add python-bs4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74262 <at> debbugs.gnu.org.

-- 
74262: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74262
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74262-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-bs4.
Date: Mon, 11 Nov 2024 14:48:15 +0100
Thank you.

I'm closing this because it is merely another name for
python-beautifulsoup4, which should be used instead of bs4.

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add python-bs4.
Date: Fri, 8 Nov 2024 15:59:02 +0000
* gnu/packages/bioinformatics.scm (python-bs4): New variable.

Change-Id: I69d0a0b6f39977db3419c23b645983da8cb02e7d
---
 gnu/packages/bioinformatics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 45c460599f..10c975297b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4557,6 +4557,25 @@ (define-public bwa-meth
 off-target reads for a capture method that targets CpG-rich region.")
     (license license:expat)))
 
+(define-public python-bs4
+  (package
+    (name "python-bs4")
+    (version "0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "bs4" version))
+       (sha256
+        (base32 "099rcncbfhzykzizfmabsl0gbbbbzs1swys149vi5zjhiz2qb1m4"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #f)) ;There are no tests
+    (propagated-inputs (list python-beautifulsoup4
+                             python-hatchling))
+    (home-page "https://pypi.org/project/bs4")
+    (synopsis "Dummy package for Python Beautifulsoup4")
+    (description "This is a dummy package for Python Beautifulsoup4.")
+    (license license:expat)))
+
 (define-public python-bx-python
   (package
     (name "python-bx-python")

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
prerequisite-patch-id: 8f31c5ea3685b59fb6907a9582c0ca537c9c38bd
prerequisite-patch-id: e9f28e6ac20c9572b3cc53ab09c4083161bfdf8d
prerequisite-patch-id: dc854398543782a2f94811e4991533c4beec4e10
prerequisite-patch-id: 5461c1696000d75efb93f8415f974dd402577e6d
-- 
2.43.0




This bug report was last modified 271 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.