From: Marius Bakke <mbakke@fastmail.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>, 39869-done@debbugs.gnu.org
Subject: bug#39869: python-orator build fails
Date: Fri, 20 Mar 2020 22:45:01 +0100 [thread overview]
Message-ID: <87a74a7lb6.fsf@devup.no> (raw)
In-Reply-To: <87mu8y635i.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 828 bytes --]
This was a surprisingly deep rabbit hole that ended pretty
unsatisfactory with commit 51d42caa94515f43d677bdd76d53bf8bb8c7bc4e.
According to a comment in the package definition, the tests were never
supposed to run, so in the end they were just disabled.
I discovered a pattern that I hadn't seen yet in the Python ecosystem:
orator and many of its dependencies are no longer using setup.py.
Instead they have a file called pyproject.toml and calls out to a tool
called "poetry" to create distribution tarballs, run tests, etc; and it
apparently also creates a setup.py for the PyPI distribution.
I did not study poetry enough to figure out how it works, but we might
need a poetry-build-system or some such if the trend continues. Mainly
because all packages using it seem to be stripping tests from the PyPI
release! :-/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2020-03-20 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 18:08 bug#39869: python-orator build fails Maxim Cournoyer
2020-03-20 21:45 ` Marius Bakke [this message]
2020-03-21 1:41 ` Maxim Cournoyer
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=87a74a7lb6.fsf@devup.no \
--to=mbakke@fastmail.com \
--cc=39869-done@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
/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.