mbox series

[bug#72844,0/4] gnu: kubo: Add some direct and indirect dependencies.

Message ID cover.1724792671.git.poptsov.artyom@gmail.com
Headers show
Series gnu: kubo: Add some direct and indirect dependencies. | expand

Message

Artyom V. Poptsov Aug. 27, 2024, 9:08 p.m. UTC
This patchset unbundles another package from Kubo (IPFS) and adds some
indirect dependencies for it.

Although "go-github-com-ipfs-go-ipfs-posinfo" is archived on GitHub it is
still in use by "go-unixfs":
  https://github.com/ipfs/go-unixfs/blob/a7243ebfc36eaa89d79a39d3cef3fa1e60f7e49e/go.mod#L15

which in turn is a dependency of "go-unixfsnode":
  https://github.com/ipfs/go-unixfsnode/blob/8151e6f66ca15508a75219216f447395eb65991c/go.mod#L12

Artyom V. Poptsov (4):
  gnu: Add go-github-com-libp2p-go-doh-resolver.
  gnu: kubo: Unbundle go-github-com-libp2p-go-doh-resolver.
  gnu: Add go-github-com-ipfs-go-bitfield.
  gnu: Add go-github-com-ipfs-go-ipfs-posinfo.

 gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 gnu/packages/ipfs.scm       | 27 ++++++++++++++++++++++++++-
 3 files changed, 79 insertions(+), 1 deletion(-)


base-commit: 1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e

Comments

Sharlatan Hellseher Aug. 29, 2024, 12:11 a.m. UTC | #1
Hi,

Thank you for the patches.

Pushed as 71e1d0a437..de25a21433 to master with minor adjustments.

--
Oleg