mbox series

[bug#60424,v3,0/2] gnu: Add online-judge-tools

Message ID cover.1677854694.git.gemmaro.dev@gmail.com
Headers show
Series gnu: Add online-judge-tools | expand

Message

gemmaro March 3, 2023, 2:52 p.m. UTC
Hello,

> The patchset generally look good to me (good work on disabling the
> network tests), but the patch files need to be added to gnu/local.mk so
> that get get included in the guix package as well.  Would that be
> doable?

Thank you for the review!
I fixed the commits to add the patch files to gnu/local.mk.

Best regards,
gemmaro.

gemmaro (2):
  gnu: Add python-online-judge-api-client
  gnu: Add online-judge-tools

 gnu/local.mk                                  |   7 +-
 gnu/packages/patches/online-judge-tools.patch |  62 +++
 ...python-online-judge-api-client-tests.patch | 429 ++++++++++++++++++
 gnu/packages/python-xyz.scm                   |  97 ++++
 4 files changed, 593 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/patches/online-judge-tools.patch
 create mode 100644 gnu/packages/patches/python-online-judge-api-client-tests.patch


base-commit: 4f681cdbc27e6a922f24d4297efe3c0b823195f0