unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 74262@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#74262] [PATCH] gnu: Add python-bs4.
Date: Fri, 8 Nov 2024 15:59:02 +0000	[thread overview]
Message-ID: <0c965caea30072d37c2f8aa6877746bf03fbd18f.1731081542.git.navid.afkhami@mdc-berlin.de> (raw)

* 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





             reply	other threads:[~2024-11-08 16:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-08 15:59 Navid Afkhami [this message]
2024-11-11 13:48 ` bug#74262: [PATCH] gnu: Add python-bs4 Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c965caea30072d37c2f8aa6877746bf03fbd18f.1731081542.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=74262@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).