-
Notifications
You must be signed in to change notification settings - Fork 2k
This is a recipe for mysql-connector-python #2974
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
Changes from 6 commits
146b0cd
333a9dd
0e506c0
d118c6f
b42cd1e
89f1869
ae6e077
9d6f182
0823f81
c561230
64f3216
8605308
90227b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| from pythonforandroid.recipe import CompiledComponentsPythonRecipe | ||
|
|
||
|
|
||
| class MySQLConnectorPythonRecipe(CompiledComponentsPythonRecipe): | ||
|
|
||
| name = 'mysql-connector-python' | ||
| version = '8.3.0' | ||
| url = ( | ||
| f'https://dev.mysql.com/get/Downloads/' | ||
| f'Connector-J/mysql-connector-j-{version}.tar.gz' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops remove that line, we will get there I promise 😅
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😂no problem we will fix it!
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're not far from getting this merged, would you mind looking this up? We simply need to get that URL right.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How can i test it locally?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the linting, running flake8 should be enough. |
||
| ) | ||
| call_hostpython_via_targetpython = False | ||
|
|
||
| depends = ['python3', 'setuptools'] | ||
|
|
||
|
|
||
| recipe = MySQLConnectorPythonRecipe() | ||
Uh oh!
There was an error while loading. Please reload this page.