0
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Augustin Cavalier 165a784ece Bump revisions of all packages that depend on curl. 2020-04-11 17:32:56 -04:00
Augustin Cavalier e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04:00
Jerome Duval 6bc45b733d pycurl: use the default python. 2019-10-24 12:55:41 +02:00
Jerome Duval cd1c7197a5 pycurl: add lib suffix for 3.7 2019-10-24 12:30:18 +02:00
Jerome Duval 8f9abaa337 pycurl: bump version. 2019-10-24 11:59:00 +02:00
fbrosson 76f9055947
PycURL: fix REQUIRES_python{,3}. 2018-10-28 12:08:42 +00:00
fbrosson 0be3401228
PycURL: fix COPYRIGHT, rewrite REQUIRES_python{,3}. 2018-10-24 11:59:26 +00:00
fbrosson ac9b1cfde2
PycURL: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
This variable is being computed with an eval call which seems to be
upsetting the build bots but none of my systems. So use:
* cmd:python2 instead of cmd:python2.7 and lib:libpython2.7
* cmd:python3 instead of cmd:python3.6 and lib:libpython3.6m
2018-10-21 18:13:31 +00:00
fbrosson 25ec06df17
PycURL: rewrite BUILD_{,PRE}REQUIRES. 2018-10-21 16:30:45 +00:00
fbrosson 6f0b266ea9
PycURL: try to fix the definition of pythonVersion for the buildbots.
For some unknown reason the previous definition was not working on
the build servers, although it was on my system.
2018-10-21 15:52:53 +00:00
fbrosson c5107d9a1a
PycURL: split & rewrite the eval command, use a simpler sed regexp.
devel:libpython was in BUILD_PREREQUIRES until the previous commit
and was moved to BUILD_REQUIRES. Move it back to BUILD_PREREQUIRES.

Every commit in this recipe has been tested locally on each arch,
but something went wrong with pycurl_x86 in the build servers.
2018-10-21 15:00:31 +00:00
fbrosson 1c6091e9b4
PycURL: do not depend on any particular minor version of Python.
A REVISION bump was not necessary because the resulting packages
are the same except that REQUIRES_python{,3} are now sorted. But
let's kick a rebuild, after all.
2018-10-21 10:35:45 +00:00
fbrosson 6505e301e0
PycURL: new recipe. (#3235) 2018-10-20 15:44:53 +00:00