Split reviewboard.extensions.packaging into sub-modules.
Review Request #14139 — Created Sept. 3, 2024 and updated
In preparation for new extension packaging work, required for changes
coming in Python's packaging ecosystem, we're now splitting up
reviewboard.extensions.packaging
into newsetuptools_backend
and
static_media
modules. This mirrors the type of move we did back in
Djblets 5.The old imports will continue to work, but with deprecation warnings.
Successfully built extension packages. Saw the deprecation warning
but verified the packages built fine.
Summary | ID |
---|---|
eb3030ac0d078d769792b1b00365968436cb3705 |
Description | From | Last Updated |
---|---|---|
'typing.Any' imported but unused Column: 1 Error code: F401 |
reviewbot | |
'typing.Optional' imported but unused Column: 1 Error code: F401 |
reviewbot | |
'from setuptools.build_meta import *' used; unable to detect undefined names Column: 1 Error code: F403 |
reviewbot | |
'setuptools.build_meta.*' imported but unused Column: 1 Error code: F401 |
reviewbot | |
This module docstring can be more specific. Maybe "Setuptools backend support for building Review Board extensions."? |
maubin | |
This one can also be more specific. How about "A builder for static media files."? (Copied from Djblets) |
maubin |