mbox series

[bug#63429,0/4] : gnu: python-can: Update to 4.2.0, fix build.

Message ID cover.1683756318.git.sharlatanus@gmail.com
Headers show
Series : gnu: python-can: Update to 4.2.0, fix build. | expand

Message

Sharlatan Hellseher May 10, 2023, 10:11 p.m. UTC
Hi Guix!

This patch set updates python-can to the latest version and includes some other
optional patches such as simplification of the package style and sorting of
use-module section alphabetically.

As current build is failing it's blocking to add python-gallia - Extendable
Pentesting Framework.

Sharlatan Hellseher (4):
  gnu: python-can: Update to 4.2.0, fix build.
  gnu: python-can: Simplify package style.
  gnu: Delete duplicated use-module from (gnu package python-xyz).
  gnu: Sort use-module alphabetically in (gnu packages python-xyz).

 gnu/packages/python-xyz.scm | 85 +++++++++++++++----------------------
 1 file changed, 34 insertions(+), 51 deletions(-)


base-commit: e118b92cfe7a598b71dbbda2622b7551f4a72104

Comments

Sharlatan Hellseher June 6, 2023, 7:50 p.m. UTC | #1
Hi Guix,

A gentle ping on this patch set,
Let me know if I need to modify it.

Solving build issue, allowing to pack Gallia (
https://pypi.org/project/gallia/)

Thanks,
Oleg
Efraim Flashner June 7, 2023, 6:54 a.m. UTC | #2
Patches applied. I couldn't bring myself to split-up the download
imports with (guix gexp) so it's slightly out of order.

On Tue, Jun 06, 2023 at 09:50:49PM +0200, Sharlatan Hellseher wrote:
> Hi Guix,
> 
> A gentle ping on this patch set,
> Let me know if I need to modify it.
> 
> Solving build issue, allowing to pack Gallia (
> https://pypi.org/project/gallia/)
> 
> Thanks,
> Oleg
Maxim Cournoyer June 7, 2023, 7:44 p.m. UTC | #3
Hello,

Efraim Flashner <efraim@flashner.co.il> writes:

> Patches applied. I couldn't bring myself to split-up the download
> imports with (guix gexp) so it's slightly out of order.

Thank you!