- Add recipe for selectolax - #3352
Conversation
|
|
|
@EchterAlsFake Thanks for your contribution. Could you please shift recipe from |
|
@T-Dynamos Hi, I don't know which exact Cython version I am supposed to specify. I just left it without any version and it works just fine. Am I supposed to just add the one permanently that works right now? |
|
@EchterAlsFake Thanks for changing. As for cython version you can pin currently working version. |
|
@T-Dynamos I have pinned the newest Cython version, thanks a lot for your time. |
9326358 to
08a2ed2
Compare
| version = '0.4.10' | ||
| url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz' | ||
| depends = ['setuptools'] | ||
| hostpython_prerequisites = ['cython==3.2.8'] |
There was a problem hiding this comment.
Late minor comment: Ideally the version pinning should be relaxed a bit whenever it's possible
Hi,
I have added a recipe for the HTML5 parsing library selectolax. I have tested it alongside a QML application by importing the package and parsing a HTML structure.
The compilation aswell as the import worked fine without any errors.
Here's the exact code that I used for testing: