From 80df8a7bc61c9077aee14a4a0a4a50d7396d0984 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:41:38 +0100 Subject: python3: new package at version 3.11.1 --- python3/build | 24 ++++++++++++++++++++++++ python3/checksums | 1 + python3/files/01-socketmodule-no-hstrerror.patch | 10 ++++++++++ python3/sources | 2 ++ python3/version | 1 + 5 files changed, 38 insertions(+) create mode 100644 python3/build create mode 100644 python3/checksums create mode 100644 python3/files/01-socketmodule-no-hstrerror.patch create mode 100644 python3/sources create mode 100644 python3/version diff --git a/python3/build b/python3/build new file mode 100644 index 0000000..fa8baf9 --- /dev/null +++ b/python3/build @@ -0,0 +1,24 @@ +#!/bin/sh -e + +# FIXME: make curses and sqlite work +cat >> Modules/Setup <