-
https://setuptools.pypa.io/en/latest/history.html mentions that pyproject.toml needs to be now compliant with validate-pyproject==0.6.1
When running the tool on the current pyproject.toml
```
v…
-
I extracted the parser as the `pep621` package, and afterwards made several API improvements. Our code here still has the original parser, we should replace it with the `pep621` package.
https://gi…
FFY00 updated
3 years ago
-
Hi,
I just started with upgrading the poliastro package on Debian (from 0.14.0). One change here is the use of flit which is new for me and causes a build failure for the moment: when running flit …
-
I installed `pyroma` using `pipx` for Python 3.9 and then tried to use it on `zopefoundation/BTrees`:
```
$ pipx install pyroma
$ cd BTrees
$ pyroma .
------------------------------
Checking .…
-
I don't immediately see what is going on here, but it's a bug in `meson-python` I think. Apply this patch on top of SciPy's main branch:
```diff
diff --git a/pyproject.toml b/pyproject.toml
index 1…
-
- [X] I have searched the issue tracker and believe that this is not a duplicate.
## Steps to reproduce
According to [PEP621](https://www.python.org/dev/peps/pep-0621/#classifiers) TROVE classif…
-
See https://github.com/optiver/vulcan-py#dependencies
-
Upgrading to 0.0.4 breaks the dynamic version using `TRAMPOLIM_VCS_VERSION`:
```pytb
Processing /Users/henryschreiner/git/scikit-hep/cookie/.nox/tests-trampolim/tmp/cookie-trampolim
DEPRECATION…
-
Hello!
I recently tried to move one of my projects' project metadata to PEP 621, but I hit a roadblock. Turns out that project dependencies aren't installed if flit is doing an editable install (do…
-
The [Project description in Pip](https://pypi.org/project/GitPython/) should pull in the [`README.md`](https://github.com/gitpython-developers/GitPython/blob/main/README.md) by moving the `long_descri…