-
**Describe the bug**
I try to build a python package using `meson` and `mesonpep517`. This is probably the way packages should be built in the future as by PEP517 and PEP518. I have a couple of sourc…
-
Hi,
thanks for this useful project.
I was wondering if you could also publish the package to conda-forge so it is possible to use it in `conda_env.yaml` files.
```yaml
name: my_env
channels…
-
PEP518 says that `pyproject.toml` is to support the minimum build requirements. I want to consider mypy as part of the minimum build on my package.
For example Pip uses a `[tool.towncrier]` section…
-
I have run into an issue with the deprecation of `setup_requires`: the recommended alternative appears to be PEP 517/`build-system.requires`, but that comes with its own issues:
- ~~apparently it b…
ghost updated
3 years ago
-
Because flit generats setup.py wgichhas line `from distutils.core import setup` instead `from setuptools import setup` generated setup.py is useless not only because it is not possible use setuptoolss…
-
We are seeing a set of issues crop up over the week because setuptools over v60.0 introduced breaking changes with regards to the version of distutils used. Setting the env variable `SETUPTOOLS_USE_DI…
-
Recently, in the python packaging world, after [PEP517](https://www.python.org/dev/peps/pep-0517/) and [PEP518](https://www.python.org/dev/peps/pep-0518/) ([what they are](https://snarky.ca/what-the-h…
-
`setup.py` has an install path for when Cython is not installed, relying on `.c` source files. Those files are not tracked in the repo, and are even ignored by `.gitignore`. As a result, installation …
-
On a 2020 Macbook M1, I am unable to install ddune-mesh. It appears to be related to the installation of DUNE, which requires `openmp` by default. Is it possible to compile this package with openmp? …
-
Building on CI is currently difficult because upstream packages (shapely, scipy) lack wheels. The workarounds for those and additional build time makes it not worth supporting 3.9 at the moment, altho…