* [bug#72322] [PATCH] gnu: Add go-github-com-anaskhan96-soup.
@ 2024-07-27 13:59 Adam Quandour
2024-08-26 23:39 ` bug#72322: " Sharlatan Hellseher
0 siblings, 1 reply; 2+ messages in thread
From: Adam Quandour @ 2024-07-27 13:59 UTC (permalink / raw)
To: 72322; +Cc: Adam Quandour
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72322: [PATCH] gnu: Add go-github-com-anaskhan96-soup.
2024-07-27 13:59 [bug#72322] [PATCH] gnu: Add go-github-com-anaskhan96-soup Adam Quandour
@ 2024-08-26 23:39 ` Sharlatan Hellseher
0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-08-26 23:39 UTC (permalink / raw)
To: 72322-done
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
Hi,
Thank you for the patch.
Pushed as fb2347f6d1 to master.
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-26 23:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 13:59 [bug#72322] [PATCH] gnu: Add go-github-com-anaskhan96-soup Adam Quandour
2024-08-26 23:39 ` bug#72322: " Sharlatan Hellseher
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).