Control: tags -1 + patch Hi Santiago, Hi Ben,
I managed to get somewhere that allows minifying the build
environment without breaking nocheck or nodoc profiles with:
--- a/debian/control
+++ b/debian/control
@@ -11,16 +11,16 @@ Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
help2man <!nodoc>,
- python3-filelock <!nodoc>,
+ python3-filelock <!nocheck> <!nodoc>,
python3-flask <!nodoc>,
python3-flask-sqlalchemy <!nodoc>,
mypy <!nocheck>,
mpich <!nocheck>,
python3-dill <!nocheck> <!nodoc>,
- python3-globus-sdk <!nocheck>,
+ python3-globus-sdk <!nocheck> <!nodoc>,
python3-mypy <!nocheck>,
python3-mypy-extensions <!nocheck>,
- python3-nbsphinx <!nocheck>,
+ python3-nbsphinx <!nocheck> <!nodoc>,
python3-pandas <!nocheck>,
python3-paramiko <!nocheck> <!nodoc>,
python3-psutil <!nocheck> <!nodoc>,
@@ -28,7 +28,7 @@ Build-Depends: debhelper-compat (= 13),
python3-pytest-random-order <!nocheck>,
python3-requests <!nocheck> <!nodoc>,
python3-setproctitle <!nocheck>,
- python3-sphinx-rtd-theme <!nocheck>,
+ python3-sphinx-rtd-theme <!nocheck> <!nodoc>,
python3-sqlalchemy <!nocheck>,
python3-typeguard <!nocheck> <!nodoc>,
python3-typing-extensions <!nocheck>,
I intend to upload these changes shortly.
Santiago, thanks for the mass bugs filing! I think this is a
useful reminder to review and ensure build profiles remain in
working conditions.
Ben, thanks for your interest in Parsl packaging downstream!
I'm sorry the version in sid is a bit outdated right now. Full
globus support is currently missing in Debian, preventing
further upstream version upgrades. Maybe uploading newer
versions can be unlocked by reducing the test coverage to not
include full globus support until made available. I consider
looking that option up to decouple newer version tracking from
newer packages injections, will see how it goes maybe this
weekend.
Have a nice day both, :)
--
.''`. Étienne Mollier <[email protected]>
: :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
`. `' sent from /dev/pts/3, please excuse my verbosity
`-
signature.asc
Description: PGP signature

