-
### Issue description
```shell
$ pipenv check
Checking PEP 508 requirements...
Passed!
Checking installed package safety...
[JSONParseError]: File "C:\Users\purpl\AppData\Local\Programs\Python…
pplmx updated
2 years ago
-
One can build Nuitka'd wheels via
```
python3 setup.py bdist_nuitka
```
Is it possible to do the same in a [PEP 517](https://www.python.org/dev/peps/pep-0517/)/[518 setting](https://www.python.org…
-
There was a report that on Windows the performance on the PyPerformance benchmark is only 3% better than for 3.10. We should try to confirm or refute this result, and if confirmed, attempt to improve …
-
Building the current [main of prometheus-k8s](https://github.com/canonical/prometheus-k8s-operator/commit/f1a4642308ebe1ab7582f27f118d26c9ee0886e8) works with charmcraft 1.2.1 but not with 1.4.0:
`…
-
[PEP 621](https://www.python.org/dev/peps/pep-0621/) has been [provisionally accepted](https://discuss.python.org/t/5472/109). The provisional phase has been limited to three months, and it would be b…
-
So PEP 621 moves metadata into `[project]` table, and testpath-0.5.0 already uses this.
-
From https://python.github.io/peps/, all of the links to PEPs assume the domain as the anchor, not the subdirectory. For instance, the index links to PEP 621 via https://python.github.io/pep-0621/ whe…
-
Any chance that I can use this plugin to easily determine the current version? Something like the following would be very helpful and would allow me to remove a lot of annoying code in my pipelines.
…
-
- [X] I have searched the issue tracker and believe that this is not a duplicate.
## Steps to reproduce
### Baseline Configuration
```bash
$ echo $PATH | tr ':' '\n' | head -4
/home/me/bin
/…
-
Currently, metadata is read from Cargo.toml's `[package]` and `[package.metadata.maturin]`. Now with [PEP 621](https://www.python.org/dev/peps/pep-0621/), this should be moved to the standardized pypr…