Skip to content
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

[CORE UPDATE - PART VIII] Netifaces for both versions of python (updates the netifaces version) #1549

Merged
merged 2 commits into from
Jan 15, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Dec 22, 2018

This is one more part for the pr #1537 (discussed previously in #1460 and #1534)

Grants compatibility for both versions of python and cleans up from unneeded source code as well as update the netifaces version.

Note: this has to be merged only when the core-update has been merged because it has been tested with the new python core and depends on some recipes which aren't python3 compatible in the current master branch (setuptools)

…y for the netifaces recipe

The flags that we  remove are already set in base class, so no need to set in here.

url = 'https://pypi.python.org/packages/18/fa/dd13d4910aea339c0bb87d2b3838d8fd923c11869b1f6e741dbd0ff3bc00/netifaces-{version}.tar.gz'
url = 'https://files.pythonhosted.org/packages/81/39/4e9a026265ba944ddf1fea176dbb29e0fe50c43717ba4fcf3646d099fe38/netifaces-{version}.tar.gz'
Copy link
Member

Choose a reason for hiding this comment

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

Try this instead:

url = 'https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-{version}.tar.gz'

Copy link
Member Author

Choose a reason for hiding this comment

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

¡¡¡Done, thanks @AndreMiras!!!

@opacam opacam force-pushed the python-core-netifaces branch from e054efa to 5169b5e Compare January 15, 2019 11:28
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.

looking good to me, any reason for the WIP status?

@opacam opacam changed the title [WIP][CORE UPDATE - PART VIII] Netifaces for both versions of python (updates the netifaces version) [CORE UPDATE - PART VIII] Netifaces for both versions of python (updates the netifaces version) Jan 15, 2019
@opacam
Copy link
Member Author

opacam commented Jan 15, 2019

Nop, already removed :)

@AndreMiras AndreMiras merged commit 6caa51a into kivy:master Jan 15, 2019
@AndreMiras
Copy link
Member

Merged thank you!

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.

2 participants