amdei
amdei
Yet another package without setup.py: https://pypi.org/project/typing-extensions/
3rd approach is seems to be is not enough. If I add an option to specify tube space ID, I got: > memtx_tree.cc:261 E> ER_TUPLE_FOUND: Duplicate key exists in unique...
As for me, I would be satisfied with command-line option, forcing full scan. Thus it makes it possible to use such option in CI for MRs to default branch only.
I do not have NSX in my possession, only ESXi clusters. So, I guess L3 details could be obtained via results of previous effort - from IP address(es) on the...
After some reflections I've had a second thought. 1. Standard `importlib.metadata` is better that backported `importlib_metadata` 2. `importlib.metadata` is still not good enough to obtain all required metadata of not-yet-installed...
It seems to be working a little bit better now. At least in terms of metadata retrieval. Things to do: - [x] 1. Apply proper arch attribute to generated deb-package....
Bottom line: 1. Please update python wheel to latest version before trying anything: `python3 -m pip install -U wheel` - there was a bug, affected fpm, fixed only very recently....
After a while, I hack the Wheel metadata to get information if package is pure or not. https://peps.python.org/pep-0491/ As it seems to be impossible (at least yet) via pkginfo.Wheel API:...
It reached "works for me" stage. Let's collect feedback before starting to polish things..
> It still requires a legacy setup.py file No, it doesn't. There is an option to use `setup.py file`, if it presented. But if there is `pyproject.toml` file - it...