GNU bug report logs - #72322
[PATCH] gnu: Add go-github-com-anaskhan96-soup.

Previous Next

Package: guix-patches;

Reported by: Adam Quandour <adam.quandour <at> gmail.com>

Date: Sat, 27 Jul 2024 14:00:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72322 in the body.
You can then email your comments to 72322 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72322; Package guix-patches. (Sat, 27 Jul 2024 14:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Quandour <adam.quandour <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 27 Jul 2024 14:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Quandour <adam.quandour <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: [PATCH] gnu: Add go-github-com-anaskhan96-soup.
Date: Sat, 27 Jul 2024 16:59:06 +0300
* gnu/packages/golang-web.scm (go-github-com-anaskhan96-soup): New variable.
---
 gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a9658cf..b474095 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -190,6 +190,33 @@ (define-public go-github-com-andybalholm-cascadia
 the parse trees produced by the html package.")
     (license license:bsd-2)))
 
+(define-public go-github-com-anaskhan96-soup
+  (package
+    (name "go-github-com-anaskhan96-soup")
+    (version "1.2.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/anaskhan96/soup")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0s19119sy4zqf05sgpdymcbdaz5bg86n7xwgd2m1vvxjmp485k5p"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/anaskhan96/soup"))
+    (native-inputs
+     (list go-golang-org-x-net))
+    (inputs
+     ;; needed for the check phase
+     (list go-github-com-stretchr-testify))
+    (home-page "https://github.com/anaskhan96/soup")
+    (synopsis "Web Scraper in Go, similar to BeautifulSoup")
+    (description "Small web scraper package for Go, with its interface
+highly similar to that of BeautifulSoup.")
+    (license license:expat)))
+
 (define-public go-github-com-audriusbutkevicius-pfilter
   (package
     (name "go-github-com-audriusbutkevicius-pfilter")
-- 
2.45.2





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Mon, 26 Aug 2024 23:42:01 GMT) Full text and rfc822 format available.

Notification sent to Adam Quandour <adam.quandour <at> gmail.com>:
bug acknowledged by developer. (Mon, 26 Aug 2024 23:42:01 GMT) Full text and rfc822 format available.

Message #10 received at 72322-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 72322-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add go-github-com-anaskhan96-soup.
Date: Tue, 27 Aug 2024 00:39:43 +0100
[Message part 1 (text/plain, inline)]
Hi,

Thank you for the patch.

Pushed as fb2347f6d1 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 Sep 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 267 days ago.

Previous Next


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