16 Commits

Author SHA1 Message Date
alpine-mips-patches
2b9526c277 community/py-greenlet: fix build on mips*
Build fails at switch_mips_unix.h with "$fp cannot be used in asm here"
because of forced -O0 (thus without -fomit-frame-pointer) in APKBUILD.

As a quick fix, use the "normal" C*FLAGS on mips* only. Test still
passes on mipsel at least.
2018-12-17 10:40:51 +00:00
Andy Postnikov
d702238598 community/py-greenlet: fix patch for ppc64le 2018-11-01 11:12:57 +00:00
Andy Postnikov
4a696c3d48 community/py-greenlet: add ppc64le patch 2018-10-27 12:51:35 +03:00
J0WI
709480b899 community/py-greenlet: upgrade to 0.4.15 2018-10-26 15:11:26 +03:00
J0WI
f44ddea6a8 community/py-greenlet: modernize and add check 2018-10-26 15:11:26 +03:00
Roberto Oliveira
bb20aa62a1 community/py-greenlet: upgrade to 0.4.13 2018-04-14 18:30:02 +00:00
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:58 +01:00
tmpfile
d1bbf07a53 community/[various]: fix trailing whitespace 2017-07-10 09:04:20 +00:00
Breno Leitao
511302fea2 community/py-greenlet: Re-enabling build on ppc64le
Fixing py-greenlet to build on ppc64le. This package was FTBFS
because it is being compiled without omiting the frame
pointer, and trying, at the same time, to clobber r31 (frame
pointer register).
2017-04-10 19:19:17 +00:00
Leonardo Arena
d6f516b051 community/py-greenlet: disable build on ppc64le
In file included from slp_platformselect.h:16:0,
                 from greenlet.c:328:
platform/switch_ppc64_linux.h: In function 'slp_switch':
platform/switch_ppc64_linux.h:88:1: error: 31 cannot be used in asm here
 }
 ^
platform/switch_ppc64_linux.h:88:1: error: 31 cannot be used in asm here
error: command 'gcc' failed with exit status 1

http://build.alpinelinux.org/buildlogs/build-edge-ppc64le/community/py-greenlet/py-greenlet-0.4.12-r0.log
2017-04-03 06:39:29 +00:00
William Pitcock
8921616d87 community/py-greenlet: upgrade to 0.4.12 2017-03-29 04:19:57 +00:00
Łukasz Jendrysik
d372133388 community/py-greenlet: rebuild against new version of python3 2017-02-18 16:33:00 +01:00
Timo Teräs
a2e061d509 community/[various]: dont set arch in split function 2016-11-02 11:51:56 +02:00
Francesco Colista
2cee3eb729 community/py-greenlet: bump pkgrel to trigger rebuild 2016-08-24 16:08:55 +00:00
Jakub Jirutka
9190964672 community/py-greenlet: rebuild 2016-08-23 19:57:44 +02:00
Francesco Colista
bb160bb259 community/py-greenlet: moved from testing, added python3 support, added py2/py3 subpackages 2016-08-23 10:52:27 +00:00