Juan Luis Cano Rodríguez
Juan Luis Cano Rodríguez
Same here - somehow an old version of my package is indexed, but not any of the newer ones.
I tried using versioneer in a flit project and, by "tricking it" a bit (i.e. creating an empty `setup.py` and then removing it, and removing also the `MANIFEST.in`) I got...
(Related, but different, to #265)
These are good questions but I'd need an authoritative voice to answer them. I [opened a thread in the Python discourse](https://discuss.python.org/t/some-questions-about-pep-561-stub-only-packages/3842), hope you don't mind!
While the conversation in the thread develops, I made `flit build` work by: * `git mv foo-stubs foo_stubs` * `echo -e '"""foo_stubs"""\n__version__ = "1.0.0"' > foo_stubs/__init__.py` * having a `pyproject.toml`...
> at least not before installer has a CLI xref https://github.com/pradyunsg/installer/issues/52
Hi @mgeier , thanks for the detailed answer. About your last point: > but merging #154 would be great! Since now users can install their own packages [specifying `build.apt_packages`](https://docs.readthedocs.io/en/stable/config-file/v2.html#build-apt-packages), we...
> However, there will still be a certain number of basic packages installed by default, right? > > I think it would still be helpful to install the package poppler-utils...
Thanks a lot @nikolas ! I subscribed there 👍🏽
> I would add that no other commonmark compliant parser in python provides source level map for the ast which is required for efficient documentation manipulation. Summonning @chrisjsewell on this