Upgrade p4a #19

Open
jessopb wants to merge 36 commits from upgrade_p4a into master
Showing only changes of commit d879cf98c2 - Show all commits

View file

@ -36,8 +36,8 @@ class CoincurveRecipe(CompiledComponentsPythonRecipe):
# env['LDFLAGS'] += " -lpython{}".format(python_version)
# env['LDFLAGS'] += " -lsecp256k1"
# return env
version = '15.0.0'
url = 'https://github.com/ofek/coincurve/archive/{version}.tar.gz'
version = 'v15.0.1'
url = 'https://github.com/ofek/coincurve/archive/refs/tags/v15.0.1.tar.gz'
call_hostpython_via_targetpython = False
depends = [('python2', 'python3'), 'setuptools',
'libffi', 'cffi', 'libsecp256k1']