me
/
guix
Archived
1
0
Fork 0

gnu: Gogo protocol buffers: Update to 1.2.1.

* gnu/packages/golang.scm (go-github-com-gogo-protobuf,
go-github-com-gogo-protobuf-protoc-gen-gogo,
go-github-com-gogo-protobuf-gogoproto, go-github-com-gogo-protobuf-proto):
Update to 1.2.1.
(go-github-com-gogo-protobuf-proto)[license] Fix license.
[synopsis, description]: Complete.
(go-github-com-gogo-protobuf-protoc-gen-gogo)[arguments]: Skip the tests.
master
Leo Famulari 2019-03-13 17:08:29 -04:00
parent e3f14f47ff
commit 2f9bbd8e6c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 63 additions and 72 deletions

View File

@ -2248,27 +2248,22 @@ and lookup requests. Browse requests are not supported yet.")
(license license:unlicense)))) (license license:unlicense))))
(define-public go-github-com-gogo-protobuf (define-public go-github-com-gogo-protobuf
(let ((commit "160de10b2537169b5ae3e7e221d28269ef40d311")
(revision "2"))
(package (package
(name "go-github-com-gogo-protobuf") (name "go-github-com-gogo-protobuf")
(version (git-version "0.5" revision commit)) (version "1.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gogo/protobuf") (url "https://github.com/gogo/protobuf")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hxq28sgxym04rv0q40gpwkh4ni359q21hq3g78wwxwx4qfd4zwm")))) "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/gogo/protobuf/proto" `(#:import-path "github.com/gogo/protobuf/proto"
#:unpack-path "github.com/gogo/protobuf")) #:unpack-path "github.com/gogo/protobuf"))
(propagated-inputs
`(("go-github-com-gogo-protobuf-protoc-gen-gogo"
,go-github-com-gogo-protobuf-protoc-gen-gogo)))
(synopsis "Protocol Buffers for Go with Gadgets") (synopsis "Protocol Buffers for Go with Gadgets")
(description "Gogoprotobuf is a fork of golang/protobuf with extra code (description "Gogoprotobuf is a fork of golang/protobuf with extra code
generation features. This code generation is used to achieve: generation features. This code generation is used to achieve:
@ -2281,27 +2276,26 @@ generation features. This code generation is used to achieve:
@item other serialization formats @item other serialization formats
@end itemize") @end itemize")
(home-page "https://github.com/gogo/protobuf") (home-page "https://github.com/gogo/protobuf")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-github-com-gogo-protobuf-protoc-gen-gogo (define-public go-github-com-gogo-protobuf-protoc-gen-gogo
(let ((commit "efccd33a0c20aa078705571d5ddbfa14c8395a63")
(revision "0"))
(package (package
(name "go-github-com-gogo-protobuf-protoc-gen-gogo") (name "go-github-com-gogo-protobuf-protoc-gen-gogo")
(version (git-version "0.2" revision commit)) (version "1.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gogo/protobuf") (url "https://github.com/gogo/protobuf")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09kfa3aqmhh7p0rc6wd4fw5cjccidsk9vgcy13albv0g8vnbmmgw")))) "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/gogo/protobuf/protoc-gen-gogo" `(#:import-path "github.com/gogo/protobuf/protoc-gen-gogo"
#:unpack-path "github.com/gogo/protobuf")) #:unpack-path "github.com/gogo/protobuf"
#:tests? #f)) ; Requires the unpackaged 'protoc-min-version'
(synopsis "Protocol Buffers for Go with Gadgets") (synopsis "Protocol Buffers for Go with Gadgets")
(description "Gogoprotobuf is a fork of golang/protobuf with extra code (description "Gogoprotobuf is a fork of golang/protobuf with extra code
generation features. This code generation is used to achieve: generation features. This code generation is used to achieve:
@ -2314,7 +2308,7 @@ generation features. This code generation is used to achieve:
@item other serialization formats @item other serialization formats
@end itemize") @end itemize")
(home-page "https://github.com/gogo/protobuf") (home-page "https://github.com/gogo/protobuf")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-github-com-gogo-protobuf-gogoproto (define-public go-github-com-gogo-protobuf-gogoproto
(package (package
@ -2341,31 +2335,28 @@ implementation.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-gogo-protobuf-proto (define-public go-github-com-gogo-protobuf-proto
(let ((commit
"fd322a3c49630fe6d05737e2b7d9426e6680e28d")
(revision "0"))
(package (package
(name "go-github-com-gogo-protobuf-proto") (name "go-github-com-gogo-protobuf-proto")
(version (git-version "0.0.0" revision commit)) (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gogo/protobuf.git") (url "https://github.com/gogo/protobuf.git")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zi85584dy91hyrwpanygz1pppi0chn3hzzv128i83i6j45a5fp9")))) "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:unpack-path "github.com/gogo/protobuf" '(#:unpack-path "github.com/gogo/protobuf"
#:import-path "github.com/gogo/protobuf/proto")) #:import-path "github.com/gogo/protobuf/proto"))
(native-inputs `())
(home-page "https://github.com/gogo/protobuf") (home-page "https://github.com/gogo/protobuf")
(synopsis "XXX") (synopsis "Protocol buffers component")
(description "XXX") (description "This is a component of the Gogo protocol buffers
(license license:expat)))) implementation.")
(license license:bsd-3)))
(define-public go-github-com-libp2p-go-flow-metrics (define-public go-github-com-libp2p-go-flow-metrics
(let ((commit "7e5a55af485341567f98d6847a373eb5ddcdcd43") (let ((commit "7e5a55af485341567f98d6847a373eb5ddcdcd43")