mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-couchbase-gomemcached: Move to golang-xyz.
* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I62b77bffa9f6e673ebcedc58599c7e2a0e827f4c
This commit is contained in:
parent
789c1cf9fc
commit
4919b8aefb
2 changed files with 29 additions and 29 deletions
|
@ -713,35 +713,6 @@ around TangentOrg’s libmemcached library, and can be used as a drop-in
|
||||||
replacement for the @code{python-memcached} library.")
|
replacement for the @code{python-memcached} library.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-couchbase-gomemcached
|
|
||||||
(package
|
|
||||||
(name "go-github-com-couchbase-gomemcached")
|
|
||||||
(version "0.3.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/couchbase/gomemcached")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "132zjbr7d586gb1wqlnhg3vgyshq629z1wsskrpbmyypjfkq620c"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/couchbase/gomemcached"
|
|
||||||
#:test-flags #~(list "-skip" "TestEncodingResponse")
|
|
||||||
#:test-subdirs #~(list ".")))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-stretchr-testify))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-pkg-errors))
|
|
||||||
(home-page "https://github.com/couchbase/gomemcached")
|
|
||||||
(synopsis "Memcached binary protocol toolkit for go")
|
|
||||||
(description
|
|
||||||
"This package provides memcache client and server functionality.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public litecli
|
(define-public litecli
|
||||||
(package
|
(package
|
||||||
(name "litecli")
|
(name "litecli")
|
||||||
|
|
|
@ -3425,6 +3425,35 @@ submodules:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-couchbase-gomemcached
|
||||||
|
(package
|
||||||
|
(name "go-github-com-couchbase-gomemcached")
|
||||||
|
(version "0.3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/couchbase/gomemcached")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "132zjbr7d586gb1wqlnhg3vgyshq629z1wsskrpbmyypjfkq620c"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/couchbase/gomemcached"
|
||||||
|
#:test-flags #~(list "-skip" "TestEncodingResponse")
|
||||||
|
#:test-subdirs #~(list ".")))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-pkg-errors))
|
||||||
|
(home-page "https://github.com/couchbase/gomemcached")
|
||||||
|
(synopsis "Memcached binary protocol toolkit for go")
|
||||||
|
(description
|
||||||
|
"This package provides memcache client and server functionality.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-creack-pty
|
(define-public go-github-com-creack-pty
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-creack-pty")
|
(name "go-github-com-creack-pty")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue