CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/10/27 13:58:41
Modified files:
devel/py-enrich: Makefile
devel/py-importlib-metadata: Makefile
devel/py-importlib_resources: Makefile
devel/py-setuptools-rust: Makefile
devel/py-setuptools_scm: Makefile
devel/py-tempora: Makefile
Log message:
list py-toml as a dep in py-setuptools_scm, some ports require it.
they're annotated with a setuptools_scm[toml] in the requirements list
but there's no warning about it not being present, they just try to
create an egg-info dir with 0.0.0 instead of the proper version.
drop the explicit py-toml deps in those ports which had it previously,
suggested by aja@. ok aja kmos