all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: guix-devel@gnu.org
Cc: Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: Re: Status of python-team branch
Date: Tue, 05 Nov 2024 13:47:56 +0000	[thread overview]
Message-ID: <875xp1u703.fsf@gmail.com> (raw)
In-Reply-To: 878qx211ec.fsf@gmail.com Marius Bakke <marius@gnu.org>, Munyoki Kilyungi <me@bonfacemunyoki.com>, Tanguy Le Carrour <tanguy@bioneland.org>, jgart <jgart@dismail.de>

[-- Attachment #1: Type: text/plain, Size: 3057 bytes --]


Hi,

CC python-team

Let's prepare the branch to be merged?

I took a flag to fix build issues on python-team after introducing
adjustment to pyproject-build-system requiring python-setuptools and
python-wheel somtimes to be availalbe in inputs.

I try to minimise the amount of changes and just add missing inputs or
update the packages if it helps to fix the build.

** TODO 20241104203753-python-team
- [X] 1306855-4351017 python-mrkd-0.2.0
  - https://ci.guix.gnu.org/build/4351017/details
  - error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
  - [X] fix chain [1/1]
    - [X] remove python-mrkd

- [X] 1306855-4350959 python-m2r-0.3.1
  - https://ci.guix.gnu.org/build/4350959/details
  - AttributeError: module 'mistune' has no attribute 'BlockGrammar'
  - [X] fix chain [3/3]
    - [X] python-altair
      - [X] remove python-m2r
    - [X] python-automat
      - [X] update 20.10.0->22.10.0
      - [X] remove python-m2r
      - [X] add python-setuptools and python-wheel
      - [X] swap to pyproejct-build-system
    - [X] remove python-m2r

- [X] 1306855-4350978 python-mistune-next-2.0.4
  - https://ci.guix.gnu.org/build/4350978/details
  - ModuleNotFoundError: No module named 'setuptools'
  - [X] fix chain [16/16]
    - [X] python-kiwisolver
      - [X] update to 1.4.6
      - [X] add python-setuptools and python-wheel
    - [X] python-array-api-compat
      - [X] update 1.6->1.9.1
      - [X] add python-setuptools and python-wheel
    - [X] python-assay
      - [X] add python-setuptools and python-wheel
    - [X] python-botocore
      - [X] update 1.24.35->1.35.54
      - [X] add python-setuptools, python-wheel, python-jsonschema and python-pytest,
        python-pytest-xdist
      - [X] enable tests
    - [X] python-boto3
      - [X] update 1.21.35->1.35.54
      - [X] add python-setuptools, python-wheel, python-pytest-xdist
      - [X] enable tests
      - [X] swap to pyproejct-build-system
    - [X] python-s3transfer
      - [X] update 0.5.0->0.10.3
      - [X] add python-setuptools, python-wheel, python-pytest-xdist
    - [X] awscli@1
      - [X] update 1.22.90->1.35.20
      - [X] add python-setuptools, python-wheel, python-pytest-xdist
    - [X] python-daft
      - [X] add python-setuptools and python-wheel
    - [X] python-django
      - [X] add python-setuptools and python-wheel
    - [X] python-immutables
      - [X] update 0.18->0.21
    - [X] python-jplephem
      - [X] add python-setuptools and python-wheel
    - [X] python-jsonpickle
      - [X] add python-wheel
    - [X] python-lazy-loader
      - [X] add python-setuptools and python-wheel
    - [X] python-lightning-utilities
      - [X] add python-setuptools and python-wheel
    - [X] python-optree
      - [X] add python-setuptools and python-wheel
    - [X] python-parameterized-next
      - [X] add python-setuptools and python-wheel

I've stoped on python-pillow-simd which failes on master.

More hands required =) 

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2024-11-05 13:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05 13:47 Sharlatan Hellseher [this message]
2024-11-05 15:11 ` Status of python-team branch Tanguy LE CARROUR
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24 11:03 Sharlatan Hellseher
2024-09-24 13:28 ` Arseniy Zaostrovnykh
2024-08-12 10:27 Sharlatan Hellseher
2024-10-17 10:27 ` Sharlatan Hellseher
2024-08-12 16:24 ` Lars-Dominik Braun
2024-08-12 19:42   ` Ricardo Wurmus
2024-09-02 16:00     ` Ricardo Wurmus
2024-09-02 17:45       ` Sharlatan Hellseher
2024-09-02 20:16         ` jgart
2024-09-26 15:01         ` Christopher Baines
2024-09-26 16:14           ` Sharlatan Hellseher
2024-09-26 17:27             ` jgart
2024-09-26 22:15               ` Steve George

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875xp1u703.fsf@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.