mbox series

[bug#60324,0/3] Add python-scikit-rf.

Message ID 20221225225330.829571-1-monego@posteo.net
Headers show
Series Add python-scikit-rf. | expand

Message

Vinicius Monego Dec. 25, 2022, 10:53 p.m. UTC
Vinicius Monego (3):
  gnu: python-pyqtgraph: Update to 0.13.1.
  gnu: Add python-pyvisa.
  gnu: Add python-scikit-rf.

 gnu/packages/engineering.scm | 71 ++++++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm  | 43 +++++++---------------
 2 files changed, 84 insertions(+), 30 deletions(-)

Comments

Ludovic Courtès Jan. 31, 2023, 10:36 p.m. UTC | #1
Hi,

Vinicius Monego <monego@posteo.net> skribis:

>   gnu: python-pyqtgraph: Update to 0.13.1.
>   gnu: Add python-pyvisa.
>   gnu: Add python-scikit-rf.

It LGTM.  <https://qa.guix.gnu.org/issue/60324> is mute, unfortunately,
but if you confirmed that dependents of python-pyqtgraph still build,
please push!

Thanks,
Ludo’.
Vinicius Monego Feb. 6, 2023, 10:47 p.m. UTC | #2
Em 31/01/2023 7:36 PM, Ludovic Courtès escreveu:
> Hi,
>
> Vinicius Monego <monego@posteo.net> skribis:
>
>>    gnu: python-pyqtgraph: Update to 0.13.1.
>>    gnu: Add python-pyvisa.
>>    gnu: Add python-scikit-rf.
> It LGTM.  <https://qa.guix.gnu.org/issue/60324> is mute, unfortunately,
> but if you confirmed that dependents of python-pyqtgraph still build,
> please push!
>
> Thanks,
> Ludo’.

Hi,

Pushed as  2a6cee99b38f17850bf0e5294b70ce0ee402802d. Thanks for review.

Vinicius