Skip to content

Commit a752329

Browse files
committed
Merge remote-tracking branch 'origin/develop' into no-distutils
2 parents 78f76cb + 39dff1f commit a752329

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

pythonforandroid/recipes/android/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
22
from Cython.Build import cythonize
33
import os
44

pythonforandroid/recipes/freetype-py/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33

44
class FreetypePyRecipe(PythonRecipe):
5-
version = '2.2.0'
5+
version = '2.14.1'
66
url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
77
depends = ['freetype']
8-
patches = ['fall-back-to-distutils.patch']
98
site_packages_name = 'freetype'
109

1110

pythonforandroid/recipes/freetype-py/fall-back-to-distutils.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FreetypeRecipe(Recipe):
2424
https://sourceforge.net/projects/freetype/files/freetype2/2.5.3/
2525
"""
2626

27-
version = '2.10.1'
27+
version = '2.14.1'
2828
url = 'https://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.gz' # noqa
2929
built_libraries = {'libfreetype.so': 'objs/.libs'}
3030

0 commit comments

Comments
 (0)