-
Python packaging is shifting away from setuptools as the only real build backend option. [PEP 517](https://www.python.org/dev/peps/pep-0517/) introduces a standard interface to insteract with build ba…
-
currently it is not posible to install this libary from source, only from wheel as they are packaged with the needed dll. However this is not obvious, as the install will complete and the libary _"jus…
-
Hello,
I'm trying install pyxcp by pip install.
But it will be failed at Preparing metadata (pyproject.toml)
here is the error log
```
Collecting pyxcp
Using cached pyxcp-0.18.41.tar.gz (123 …
-
Running `pip check` inside a conda environment currently fails because meson-python depends on the PyPI version of ninja and cannot detect the actually installed ninja version from conda-forge.
```…
-
When using the legacy setuptools `python setup.py` from the PyPI published sdist, setuptools installs a `validate_pyproject-*.egg-info` (also pre-packaged in the sdist), ~~or `validate_pyproject-0.9.…
-
is there any way to implement hot reload? the development is really slow this way
Implementation notes:
https://pdm.fming.dev/latest/pyproject/pep621/#console-scripts
https://api.flutter.dev/flut…
-
Lots of EncodingWarnings are reported now that PYTHONWARNDEFAULTENCODING=1:
```
setuptools/tests/test_bdist_egg.py: 2 warnings
setuptools/tests/test_easy_install.py: 5 warnings
setuptools/tests/…
-
There’s exactly two standard ways of specifying dependencies, none of which dependabot supports.
1. [PEP 517’s `prepare_metadata_for_build_wheel()`](https://www.python.org/dev/peps/pep-0517/#prepar…
-
### Describe the bug
Looks like pytest is failing. I supoose that it maibe relatwd to use by me sphinx 5.x.
### Reproduce the bug
I'm packaging your module as an rpm package so I'm using the typica…
-
Tag #171
PEP-compliant strings for dependencies have versions/version bounds in them. We just need to grab that and throw it in a data structure like `PythonPackage`.