no pyproject.toml, pip install at risk of being blocked
When installing this library using Python v3.13.3, pip v25.1.1 and setuptools v80.9.0 I get this warning:
Building wheels for collected packages: robotframework-jsonlibrary
DEPRECATION: Building 'robotframework-jsonlibrary' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'robotframework-jsonlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334
Command used: pip install -U --force-reinstall --no-cache robotframework-jsonlibrary
@emilezwiggelaar I see that there has not been much activity here. Who is the maintainer?
@HelioGuilherme66 Well I'm not sure, there have been 11 contributors to this project in Github and in Pypi I've only seen an author (Traitanit Huangsri) but no specific maintainer.
Btw, this is one of twelve repositories where I have added this issue, nearly all of them have low to none activity.
This is set to become a problem real soon, can anything be done?
Adding this (and fixing a bunch of stuff in https://github.com/veertuinc/robotframework-jsonlib)
Will try to publish to pypi soon
OK, it's live: https://pypi.org/project/robotframework-jsonlib/
@NorseGaud That is a new library, how does it compare to this one? Is it keyword/functionally identical except for the pyproject.toml fix, or are there other differences?
Hey @Houbein
@NorseGaud That is a new library, how does it compare to this one? Is it keyword/functionally identical except for the pyproject.toml fix, or are there other differences?
It's an exact fork + two fixes based on issues opened in this repo.