We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e12b commit 4e40730Copy full SHA for 4e40730
pythonforandroid/recipes/atom/__init__.py
@@ -3,8 +3,9 @@
3
4
class AtomRecipe(CppCompiledComponentsPythonRecipe):
5
site_packages_name = 'atom'
6
- version = '0.3.10'
7
- url = 'https://github.com/nucleic/atom/archive/master.zip'
+ version = '0.11.0'
+ url = 'https://github.com/nucleic/atom/archive/refs/tags/{version}.zip'
8
+ hostpython_prerequisites = ['cppy']
9
depends = ['setuptools']
10
11
0 commit comments