From: Tanguy Le Carrour <tanguy@bioneland.org>
To: Marius Bakke <marius@gnu.org>
Cc: 42465-done@debbugs.gnu.org
Subject: [bug#42465] [PATCH 10/10] gnu: Add python-mypy.
Date: Thu, 30 Jul 2020 08:36:50 +0200 [thread overview]
Message-ID: <20200730063650.7ty2hhaubenqquuz@rafflesia> (raw)
In-Reply-To: <87h7tqq7yk.fsf@gnu.org>
Le 07/30, Marius Bakke a écrit :
> Tanguy Le Carrour <tanguy@bioneland.org> writes:
> > […]
> > To be honest, I'm not yet comfortable with editing the info I get from
> > a project's page, so I mostly copy/paste… which, I know, is bad! I'll
> > work on that!
>
> I find it is often the most difficult part of packaging. How to convey
> [upstream description] in [neutral language for noob]. Occasionally
> I'll peek at Debians description which are typically pretty good (but
> don't tell anyone!).
I promise I won't tell anyone! This will stay between you, me and the internet! ;-)
> > * [PATCH 08/10] gnu: Add python-flake8-bugbear.
> >> I realize now that hypothesmith is probably a hypothesis plugin?
> >> In that case it should not propagate hypothesis IMO.
> >
> > Unfortunately, it does not build if I drop it.
>
> Ah right, I was not entirely clear. I meant the Hypothesis input should
> probably be native (for tests), but not propagated so that other
> packages could use it with other Hypothesis versions. Making plugin
> packages not propagate the package they "plug in to" is a favorite
> nit-pick of mine, often causing great confusion...
>
> This case is complicated since Hypothesmith depends on a newer version
> of Hypothesis, maybe the plugin only works with that newer version? In
> which case propagating makes a lot of sense. Anyway it's not a big deal
> either way, so let's not go there. :-)
I'll keep that for later! I think I have to sleep on the idea… several
nights! ^_^'
> > I've built, installed and tested MyPy successfully! Thanks again for
> > your help!
>
> Awesome, I applied the series as-is. Thanks for your work!
Thanks!!
--
Tanguy
next prev parent reply other threads:[~2020-07-30 6:37 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-21 11:55 [bug#42465] [PATCH 00/10] gnu: Add python-mypy Tanguy Le Carrour
2020-07-21 11:56 ` [bug#42465] [PATCH 01/10] gnu: python-typing-extension: Update to 3.7.4.2 Tanguy Le Carrour
2020-07-21 11:56 ` [bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0 Tanguy Le Carrour
2020-07-25 15:52 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions Tanguy Le Carrour
2020-07-25 15:55 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 04/10] gnu: Add python-typing-inspect Tanguy Le Carrour
2020-07-25 15:58 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 05/10] gnu: Add python-libcst Tanguy Le Carrour
2020-07-25 16:03 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 06/10] gnu: Add python-lark-parser Tanguy Le Carrour
2020-07-25 16:05 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 07/10] gnu: Add python-hypothesmith Tanguy Le Carrour
2020-07-25 16:09 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 08/10] gnu: Add python-flake8-bugbear Tanguy Le Carrour
2020-07-25 16:13 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 09/10] gnu: Add python-flake8-pyi Tanguy Le Carrour
2020-07-25 16:15 ` Marius Bakke
2020-07-21 11:56 ` [bug#42465] [PATCH 10/10] gnu: Add python-mypy Tanguy Le Carrour
2020-07-25 16:18 ` Marius Bakke
2020-07-27 7:57 ` Tanguy Le Carrour
2020-07-29 22:20 ` bug#42465: " Marius Bakke
2020-07-30 6:36 ` Tanguy Le Carrour [this message]
2020-07-25 15:47 ` [bug#42465] [PATCH 01/10] gnu: python-typing-extension: Update to 3.7.4.2 Marius Bakke
2020-07-22 12:09 ` [bug#42465] [PATCH v2 " Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 02/10] gnu: python-hypothesis: Update to 5.20.0 Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 03/10] gnu: Add python-mypy-extensions Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 04/10] gnu: Add python-typing-inspect Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 05/10] gnu: Add python-libcst Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 06/10] gnu: Add python-lark-parser Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 07/10] gnu: Add python-hypothesmith Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 08/10] gnu: Add python-flake8-bugbear Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 09/10] gnu: Add python-flake8-pyi Tanguy Le Carrour
2020-07-22 12:09 ` [bug#42465] [PATCH v2 10/10] gnu: Add python-mypy Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 1/9] gnu: Add python-mypy-extensions Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 2/9] gnu: Add python-typing-inspect Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 3/9] gnu: Add python-hypothesis-5.23 Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 4/9] gnu: Add python-libcst Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 5/9] gnu: Add python-lark-parser Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 6/9] gnu: Add python-hypothesmith Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 7/9] gnu: Add python-flake8-bugbear Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 8/9] gnu: Add python-flake8-pyi Tanguy Le Carrour
2020-07-27 8:00 ` [bug#42465] [PATCH v3 9/9] gnu: Add python-mypy Tanguy Le Carrour
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=20200730063650.7ty2hhaubenqquuz@rafflesia \
--to=tanguy@bioneland.org \
--cc=42465-done@debbugs.gnu.org \
--cc=marius@gnu.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.