File tree Expand file tree Collapse file tree 4 files changed +3
-19
lines changed
Expand file tree Collapse file tree 4 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 1- from distutils . core import setup , Extension
1+ from setuptools import setup , Extension
22from Cython .Build import cythonize
33import os
44
Original file line number Diff line number Diff line change 22
33
44class 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments