-
I cannot find what the fundamental differences between these packages are precisely:
- [versioningit](https://github.com/jwodder/versioningit)
- [setuptools_scm](https://github.com/pypa/setuptools…
-
Attempting to install this Python module under Python 3.12.0 fails, because of the legacy API removals in `configparser`, see
```
File "/home/pdp/tmp/pip-install-2veuinio/ed25519_edac44b7…
-
SatPy and other pytroll packages have switched to using the [versioneer](https://github.com/warner/python-versioneer) tool for identifying the version of a python package. This tool lets you "tag" a r…
-
Does anyone know if it is possible to use the [Meson-python](https://github.com/mesonbuild/meson-python) / [Meson build system](https://github.com/mesonbuild/meson) with versioneer? If no, then this…
-
env) philip.gillibrand@marineharvest.net:saved_fisdat$ python --version
Python 3.6.8
(env) philip.gillibrand@marineharvest.net:saved_fisdat$ pip install --editable .
Obtaining file:///home/phil…
-
Python 3.12 removed the `SafeConfigParser` class:
https://docs.python.org/3.12/whatsnew/3.12.html#configparser
The `versioneer.py` file included in your repo is therefore not compatible with Pytho…
-
Python API in 3.12 seems to have changed particularly:
`AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?`
During build.
-
Hello,
Would it please be possible to include the tests in the pypi tars so that downstream users (like us Linux distributions) can run the tests too?
Because versioneer is used here, a few iss…
-
I tried to install the geometric package using pip install geometric through pyscf[geomopt], but got the following error message.
```
Collecting geometric>=0.9.7.2 (from pyscf[geomopt])
Using cac…
-
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.