We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdf8c2 commit 0d0d9f3Copy full SHA for 0d0d9f3
pythonforandroid/recipes/freetype-py/__init__.py
@@ -3,14 +3,11 @@
3
4
class FreetypePyRecipe(PyProjectRecipe):
5
version = '2.5.1'
6
- url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
+ url = ('https://files.pythonhosted.org/packages/d0/9c/'
7
+ '61ba17f846b922c2d6d101cc886b0e8fb597c109cedfcb39b8c5d2304b54/'
8
+ 'freetype-py-{version}.zip')
9
depends = ['freetype']
10
site_packages_name = 'freetype'
11
- def get_recipe_env(self, arch=None, **kwargs):
- env = super().get_recipe_env(arch, **kwargs)
12
- env["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_freetype"] = self.version
13
- return env
14
-
15
16
recipe = FreetypePyRecipe()
0 commit comments