Package: python-maggma / 0.72.0-1

Metadata

Package Version Patches format
python-maggma 0.72.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_distutils.patch | (download)

tests/stores/test_file_store.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 stop using distutils

remove setuptools dependency.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove run-time setuptools dependency

This may have been present because maggma used to use `pkg_resources` at
run-time, but that was fixed in
https://github.com/materialsproject/maggma/pull/905.  There are no other
run-time dependencies on `setuptools` or any of its components, only
build-time ones.