-
- https://github.com/arviz-devs/xarray-einstats
- https://github.com/pypa/packaging-problems/issues/804
-
This repo is using some systems that we've since moved away from:
- setup.py
- versioneer
- maybe others
We should reorganize to make it more like the other repositories we manage.
-
Hii, I am using the run_setup.py to build the swe-bench environment. But I face two problems there:
My command is:
`python harness/run_setup.py --log_dir logs --testbed testbed --result_dir setup_r…
-
Modern packaging tooling has moved towards the use of static files for the package definition.
I propose replacing the current `setup.py` file with a `pyproject.toml`. See https://setuptools.pypa.i…
-
Hi, when I try to run this script: [setup_linux_deps.sh](https://github.com/fontforge/fontforge/blob/master/.github/workflows/scripts/setup_linux_deps.sh) I receive an error.
### When reporting a b…
-
# Bug report
tl;dr: Changing cloud-init's packaging paradigm to support PEP517 packaging tooling appears unavoidable to support PEP517.
In https://github.com/canonical/cloud-init/commit/a476ecb5…
-
The QGIS plugin manager currently allows the addition of plugins with folder names containing characters that do not comply with Python package naming conventions, such as hyphens (`-`). Since these p…
-
From: https://github.com/seapath/svtrace/blob/main/README.md?plain=1#L75 : `python3 setup.py install`
This step displays a warning:
```
/usr/lib/python3/dist-packages/setuptools/command/install.p…
-
uv 0.3 release announcement: https://astral.sh/blog/uv-unified-python-packaging
`uv python install` may be able to replace the use of `pdm` and `pbs-installer` for Python runtime installation.
H…
-
Seems highly recommended now per [Python Packaging User Guide](https://packaging.python.org/en/latest/).
See https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#modernize-setu…