We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c5292 commit b339493Copy full SHA for b339493
pythonforandroid/recipes/bitarray/__init__.py
@@ -0,0 +1,11 @@
1
+from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
2
+
3
4
+class BitarrayRecipe(CppCompiledComponentsPythonRecipe):
5
+ stl_lib_name = "c++_shared"
6
+ version = "3.0.0"
7
+ url = "https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
8
+ depends = ["setuptools"]
9
10
11
+recipe = BitarrayRecipe()
0 commit comments