From cf8a73fb683efc1a379e6f032562d33a6ab48e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 30 Sep 2024 18:12:12 +0300 Subject: [PATCH] almalinux 'python3.12-wheel' --- python3-clevercsv/alr.sh | 11 +++++++++-- python3-dotty-dict/alr.sh | 10 ++++++++-- python3-hjson/alr.sh | 6 ++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/python3-clevercsv/alr.sh b/python3-clevercsv/alr.sh index a80cd1a..80a23f9 100644 --- a/python3-clevercsv/alr.sh +++ b/python3-clevercsv/alr.sh @@ -1,6 +1,6 @@ name='python3-clevercsv' version='0.8.2' -release='1' +release='2' desc='A Python package for handling messy CSV files' homepage='https://github.com/alan-turing-institute/CleverCSV' license=('MIT') @@ -19,7 +19,14 @@ build_deps=( 'python3-installer' 'python3-wheel' ) - +build_deps_almalinux=( + 'git' + 'python3-setuptools' + 'python3-build' + 'python3-devel' + 'python3-installer' + 'python3.12-wheel' +) #opt_deps=( # 'python3-pandas' # 'python3-tabview' diff --git a/python3-dotty-dict/alr.sh b/python3-dotty-dict/alr.sh index c1bd910..cd21e9b 100644 --- a/python3-dotty-dict/alr.sh +++ b/python3-dotty-dict/alr.sh @@ -1,6 +1,6 @@ name='python3-dotty-dict' version='1.3.1' -release='1' +release='2' desc='Dictionary wrapper for quick access to deeply nested keys.' homepage='https://github.com/pawelzny/dotty_dict' maintainer="Евгений Храмов " @@ -19,7 +19,13 @@ build_deps=( 'python3-wheel' 'python3-pytest' ) - +build_deps_almalinux=( + 'python3-build' + 'python3-installer' + 'python3-poetry-core' + 'python3.12-wheel' + 'python3-pytest' +) sources=("https://github.com/pawelzny/dotty_dict/archive/refs/tags/v${version}.tar.gz") checksums=('SKIP') diff --git a/python3-hjson/alr.sh b/python3-hjson/alr.sh index faabeb6..a823289 100644 --- a/python3-hjson/alr.sh +++ b/python3-hjson/alr.sh @@ -1,6 +1,6 @@ name='python3-hjson' version='3.1.0' -release='1' +release='2' desc='JSON for Humans, allows comments and is less error prone.' homepage='https://github.com/laktak/hjson-py' maintainer="Евгений Храмов " @@ -18,7 +18,9 @@ build_deps=( 'python3-setuptools' 'python3-wheel' ) - +build_deps_almalinux=( + 'python3.12-wheel' +) sources=("https://pypi.io/packages/source/h/hjson/hjson-${version}.tar.gz") checksums=('SKIP')