Include pxd in source tarball
See original GitHub issueFeature description
It would be lovely to have the pxd
files included in some official distribution, so that other packages can confidently build against spacy
. I’m looking to make a conda package for neuralcoref, and my approach of merging the pypi tarball (preferred) and the github tarball (which has the pxd, but probably isn’t tested) gives me the willies 🙀.
Could the feature be a custom component or spaCy plugin?
Pretty much would have to be on the mainline. Luckily, I’d imagine it’s a one-liner to MANIFEST.in
, but I don’t know enough about the build chain to know if that’s A Bad Idea for some reason… other than size, perhaps? If there’s no obvious red flags, I’ll PR said line!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
pxd files — Cython 3.0.0a11 documentation
pxd files which work like C header files – they contain Cython declarations (and sometimes code sections) which are only meant for inclusion...
Read more >Include pxd in (a) distribution? · Issue #70 - GitHub
I've gotten an approach working, where before python -m pip install . in neuralcoref , I sneakily copy all the pxd from the...
Read more >How to specify path to `.pxd` file in Cython - Stack Overflow
In general it is best to keep related pyx/pxd files together in same directory, ie Shrubbing.pyx and Shrubbing.pxd should be in same directory....
Read more >python setup.py sdist - include pxd files - Google Groups
I googled a bit how to properly make 'python setup.py sdist' include the pxd ... My primary concern was to have the *.pxd...
Read more >File extension PXD - Simple tips how to open the PXD file.
PXD is a document file that contains Pyrex source code header. Pyrex language syntax is designed for easy Python module creation. Besides header...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be fixed for the next release.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.