Commit Graph

19 Commits

Author SHA1 Message Date
OscarL
206a9e2cfe pycurl: recipe cleanups. (#11725)
- Don't REQUIRE libpython, but cmd:python3.xx instead.
- Switch from setup.py to build/intaller.
2025-02-05 07:21:08 +00:00
PulkoMandy
ae7a50684e Update some packages to openssl3 2024-08-22 19:36:18 +02:00
OscarL
594c5aa8e0 psutil, pycurl: provide "non _x86" package name. (#8814)
The psutil recipe remains disabled (so no rev-bump there).
2023-06-07 10:58:59 +02:00
OscarL
9f6e93482e pycurl: update to version 7.45.2 (#8220)
- Drop support for Python 2.7/3.7.
- Add it for Python 3.9/3.10.
- Move to x86 in 32 bits.
- Disable creation of "any" pycurl_doc package (for now at least).
  Its content wasn't that much helpful.
2023-04-01 21:47:14 +02:00
Jerome Duval
2f0d15d730 pycurl: remove python 3.6 2021-11-23 20:02:18 +01:00
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