[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-trans
From: |
guix-commits |
Subject: |
30/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Move to golang-web. |
Date: |
Sat, 11 Jan 2025 18:19:13 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e7c5e328b7a27474fe5baa5b750759997406ef54
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 11 16:04:01 2025 +0000
gnu:
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Move
to golang-web.
* gnu/packages/golang.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I0c705ff30c527c426774b15ddbdee0dc0a17df9a
---
gnu/packages/golang-web.scm | 23 +++++++++++++++++++++++
gnu/packages/golang.scm | 23 -----------------------
2 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 41cea64655..2f1c1fab14 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -8094,6 +8094,29 @@ multiplexing. The original intention of this library is
to power the
connection management for @url{https://github.com/xtaci/kcp-go,kcp-go}.")
(license license:expat)))
+(define-public
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
+ (package
+ (name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
+ (version "1.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jw9vlvlx7rrl366kwz47414aciw3r37lwg6h4jq8cj5hb4bqnd9"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib"))
+ (home-page
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
+ (synopsis "Go pluggable transports library")
+ (description "GoPtLib is a library for writing Tor pluggable transports in
+Go.")
+ (license license:cc0)))
+
(define-public
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil
(package
(name
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8319009a6c..794791d204 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1627,29 +1627,6 @@ standard Fountain, but also has some custom syntax
extensions such as
translated keywords and acts.")
(license license:gpl3)))
-(define-public
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
- (package
- (name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
- (version "1.6.0")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0jw9vlvlx7rrl366kwz47414aciw3r37lwg6h4jq8cj5hb4bqnd9"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib"))
- (home-page
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
- (synopsis "Go pluggable transports library")
- (description "GoPtLib is a library for writing Tor pluggable transports in
-Go.")
- (license license:cc0)))
-
(define-public
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
(package
(name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird")
- 28/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil., (continued)
- 28/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil., guix-commits, 2025/01/11
- 29/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Update to 1.6.0., guix-commits, 2025/01/11
- 18/45: gnu: go-github-com-go-ini-ini: Move to golang-xyz., guix-commits, 2025/01/11
- 26/45: gnu: go-filippo-io-edwards25519: Update to 1.1.0., guix-commits, 2025/01/11
- 27/45: gnu: go-github-com-99designs-keyring: Simplify., guix-commits, 2025/01/11
- 33/45: gnu: Add go-github-com-patrickmn-go-cache., guix-commits, 2025/01/11
- 13/45: gnu: go-github-com-lunixbochs-vtclean: Move to golang-xyz., guix-commits, 2025/01/11
- 14/45: gnu: go-github-com-golang-freetype: Update to 0.0.0-20170609003504-e2365dfdc4a0., guix-commits, 2025/01/11
- 23/45: gnu: Add go-github-com-templexxx-cpu., guix-commits, 2025/01/11
- 24/45: gnu: Add go-github-com-templexxx-xorsimd., guix-commits, 2025/01/11
- 30/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Move to golang-web.,
guix-commits <=
- 34/45: gnu: Add go-github-com-txthinking-socks5., guix-commits, 2025/01/11
- 37/45: gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sqs., guix-commits, 2025/01/11
- 38/45: gnu: Add go-github-com-tjfoc-gmsm., guix-commits, 2025/01/11
- 40/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2., guix-commits, 2025/01/11
- 44/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird., guix-commits, 2025/01/11
- 35/45: gnu: Add go-github-com-realclientip-realclientip-go., guix-commits, 2025/01/11
- 36/45: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.32.0., guix-commits, 2025/01/11
- 39/45: gnu: Add go-github-com-xtaci-kcp-go-v5., guix-commits, 2025/01/11
- 45/45: gnu: Deprecate go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird., guix-commits, 2025/01/11
- 42/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Move to golang-web., guix-commits, 2025/01/11