Skip to content

Fix and update regex's recipe #1958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 16, 2019
Merged

Fix and update regex's recipe #1958

merged 2 commits into from
Aug 16, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Aug 15, 2019

Closes: #1949

The error was: build/other_builds/hostpython3/desktop/hostpython3/Include/Python.h:39:19: fatal error: crypt.h: No such file or directory
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
version = '2019.06.08'
url = (
'https://files.pythonhosted.org/packages/6f/4e/'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we should split the url line as I did, to keep us below 80 characters (I think that We already did that in some recipes...:thinking:...I don't remember now)...anyway...We could also use a noqa marker instead.

Copy link
Member

@AndreMiras AndreMiras Aug 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyway I would not put that hash since it's often changing. There's a hack to make it work, try that:

url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz'

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@opacam opacam merged commit 61ee55f into kivy:develop Aug 16, 2019
@opacam opacam deleted the hotfix-regex branch August 16, 2019 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to overcome:? #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
2 participants