Commit Graph

988 Commits

Author SHA1 Message Date
OscarL
6a03b68d44 python3.12: add recipe for Python version 3.12.0. (#9602) 2023-10-11 05:48:14 +00:00
OscarL
98496e2705 python3.11: update to version 3.11.6 (#9561) 2023-10-03 09:58:18 +02:00
Schrijvers Luc
7d96a3587c swi_prolog, bump version, leave disabled for further testing (#9555) 2023-10-02 09:18:19 +00:00
soci64
e30dd64387 64tass: update to 1.59.3120 (#9406) 2023-09-12 04:03:34 +03:00
OscarL
ca273f2150 python3.8: remove recipe. (#9305)
This will get EOL-ed in October (assuming it ever gets a .19 release).

We've anounced its demise on the forums in March, with a 6 months grace
period. Now that we have 3.11 on the repos, time to let this one go.

While this only removes the Python 3.8 package, and not each individual
"_python38" package we have, at least it will make it obvious we need to
change those recipes at install/update/rebuild time.

Only one recipe (not under /dev-python/) uses `python3.8` directly, and that's
for `calibre`'s TEST() (that recipe needs moving to 3.10 anyway).

So long Python 3.8!
2023-08-30 11:44:30 +00:00
OscarL
37a948eaf7 python3.11: new recipe for Python 3.11 (#9284) 2023-08-29 16:12:29 +00:00
OscarL
b8cdf0e090 python3.10: update to version 3.10.13 (#9283) 2023-08-25 12:39:14 +03:00
OscarL
58ad33e89d python3.9: update to version 3.9.18 (#9281) 2023-08-25 10:13:08 +03:00
OscarL
c58157dc95 python3.8: update to version 3.8.18 (#9280)
* python3.8: update to version 3.8.18

* python3.8: recipe improvements "backported" from newer versions.
2023-08-25 09:54:04 +03:00
Joachim Mairböck
bf8d914527 perl, texinfo-7: provide a secondaryArch package (#9202)
* perl, texinfo-7: provide a secondaryArch package

LilyPond requires a newer texinfo than the 6.1 that is available for x86_gcc2.
Provide a secondary architecture version of texinfo 7 to fix that.

Perl (secondary) is required for texinfo.

* texinfo-7: remove libtool files

* texinfo-7: add conflict between primary and secondary packages

They largely contain the same data files and documentation.
2023-08-17 10:51:52 +00:00
OscarL
b23c17e867 python3.7: remove EOL version. (#9229) 2023-08-16 05:47:59 +00:00
PulkoMandy
119816d927 openjdk11: fix broken download link
Replace it with another mirror.

The build still fails for other reasons.

Fixxes #9118.
2023-08-13 19:18:15 +02:00
Schrijvers Luc
4bab264cd4 python2.7, drop obsolete version (#9176) 2023-08-11 16:12:55 +00:00
PulkoMandy
87f3d9e433 Python: make Python 3.10 the main one.
Python 3.9 is a bit broken (no readline/editline), so let's move on to
3.10 which works better.
2023-08-11 13:25:26 +02:00
davidkaroly
5db8076f6f perl: enable recipe for arm (#9170) 2023-08-10 10:50:52 +00:00
Begasus
c4e81836c9 vasm, bump version 2023-08-08 10:58:24 +02:00
Schrijvers Luc
1fed5487e9 64tass, bump version (#9151) 2023-08-05 07:17:17 +00:00
augiedoggie
a0607bbb4e ruby: add 3.2.2 (#8756) 2023-07-07 22:32:30 -06:00
augiedoggie
f16a8851f0 lua: enable readline, misc cleanup (#8998)
readline is enabled so the the lua REPL has proper support for line editing/arrow keys
related to #8972

Also, remove some static library remnants and tweak the TEST command
2023-07-06 11:00:26 -06:00
Schrijvers Luc
492293eb8c lua, bump lua5.4, make it default (#8875) 2023-06-28 07:36:14 +02:00
Schrijvers Luc
bb381aba0c swift_lang, disable recipe, build is broken, current package can't be installed (#8837) 2023-06-22 12:59:21 +02:00
OscarL
d8362722ab python3.10: update to version 3.10.12 (#8848)
* Use BASEFLAGS instead of CFLAGS, and set OPT to something better than "".
  This seems to finally make "--enable-optimizations" do some speedup :-)
* Disabled/skipped more hanging tests. If debugger is configured to "kill",
  running "hp --test python3.10" should finally not hang anymore.
2023-06-11 14:02:50 +02:00
OscarL
182e1d8b01 python3.9: update to version 3.9.17 (#8847)
* Use BASEFLAGS instead of CFLAGS, and set OPT to something better than "".
  This seems to finally make "--enable-optimizations" do some speedup, so
  lets use it for 3.9 too now.
* "backported" the 3.10 patch for "largefile" flag in tests, and also the
  entire TEST() function from the 3.10.12 recipe, as it makes possible to
  run `hp --test python3.9` without hanging (assuming Debugger is set to
  kill).
2023-06-11 14:02:33 +02:00
Schrijvers Luc
9e985d0a07 openjdk12, revbump for libjpeg (#8691) 2023-05-20 09:03:18 +02:00
OscarL
de94305396 python3.10: cleanups, no functional changes. (#8648)
This is basically #3834, but for Python 3.10.

Only two "310" references remain, but those will go away for newer Pythons.
2023-05-16 14:13:12 +02:00
augiedoggie
7e158a2da6 ruby: use global gemrc to make --user-install the default (#8628)
Fixes #102

gemrc template file "borrowed" from Arch Linux
2023-05-12 16:44:49 -06:00
Schrijvers Luc
cb6d0dc65b tk, add conflict for xlibe_devel (#8638) 2023-05-12 20:21:29 +02:00
OscarL
baa6bd9d6c python3.10: update to 3.10.11 final. (#8629)
This is the last of the "regular" bugfixes releases.

Only "security updates", will be available, released as needed,
from this point forward, till around October 2026.
2023-05-12 15:28:01 +02:00
Schrijvers Luc
c787f115ae tiny_first, new recipe (#8591) 2023-05-05 20:11:28 +02:00
Niels Sascha Reedijk
1e4e4aa7b9 Rust: bump to 1.69.0 (#8490) 2023-04-23 08:16:32 +02:00
Al Hoang
04179315ed update nim (#8482) 2023-04-22 08:08:56 +02:00
Gerasim Troeglazov
74821e4a63 OpenJDK17: try to build with gcc 2023-04-01 20:53:38 +10:00
Gerasim Troeglazov
012d5e9dac OpenJDK17: add recipe for 17.0.7+3 version 2023-04-01 20:16:57 +10:00
Gerasim Troeglazov
49e8d059c0 openjdk16: fix build for x86 arch 2023-03-26 18:37:15 +10:00
Gerasim Troeglazov
7f9419b2e0 OpenJDK: add recipe for 16.0.2+7 version 2023-03-26 00:11:19 +10:00
Gerasim Troeglazov
8228cf9d94 openjdk15: fix build for x86 arch 2023-03-25 19:42:02 +10:00
Gerasim Troeglazov
f4dfbdc447 OpenJDK: add recipe for 15.0.1+9 version 2023-03-25 00:04:54 +10:00
Schrijvers Luc
fdaed59dd7 janet, remove static library (#8048) 2023-03-22 13:12:00 +01:00
OscarL
6f08937c46 python3.8: update to 3.8.16, sync both _getuserbase() copies. (#7944)
This addresses the "small caveat" issue mentioned on #7531 that
affects all python versions, by making sure that both site.py's
and sysconfig.py's copies of _getuserbase() have the same code.

Also: renamed the package to be consistent with the rest of the
Python versions.
2023-03-11 19:15:36 +01:00
OscarL
077fd3fb53 python3.7: update to 3.7.16, sync both _getuserbase() copies. (#7942)
This addresses the "small caveat" issue mentioned on #7531 that
affects all python versions, by making sure that both site.py's
and sysconfig.py's copies of _getuserbase() have the same code.
2023-03-11 11:31:57 +01:00
OscarL
0f2e26b159 python3.9: update to 3.9.16, sync both _getuserbase() copies. (#7945)
This addresses the "small caveat" issue mentioned on #7531 that
affects all python versions, by making sure that both site.py's
and sysconfig.py's copies of _getuserbase() have the same code.
2023-03-11 11:31:05 +01:00
OscarL
ba0e97c0ba python3.10: update to 3.10.10, sync both _getuserbase() copies. (#7946)
This addresses the "small caveat" issue mentioned on #7531 that
affects all python versions, by making sure that both site.py's
and sysconfig.py's copies of _getuserbase() have the same code.
2023-03-11 11:30:01 +01:00
augiedoggie
dbcafdcb60 php8: rebuild 2023-03-10 11:45:41 -07:00
Jerome Duval
01a50ad278 python3.10: default haiku schemes 2023-03-07 20:08:08 +01:00
Jerome Duval
da07c7b2bf python3.7: add sysconfig haiku schemes 2023-03-07 20:08:08 +01:00
Jerome Duval
6a86ae3bdd python38: add sysconfig haiku schemes 2023-03-07 20:08:08 +01:00
Jerome Duval
c1113681e4 python3.9: add sysconfig haiku schemes 2023-03-06 23:03:05 +01:00
Niels Sascha Reedijk
744f221b1f Rust: update to 1.67.0 (#7816) 2023-01-31 20:22:03 +03:00
hfsfox
6636b016b9 fpc: link against libiconv (#7799) 2023-01-24 15:30:51 +03:00
Schrijvers Luc
8e7b5530af R, put all in one package (#7755) 2023-01-08 17:54:14 +01:00