almalinux 'python3.12-wheel'
This commit is contained in:
parent
6ae743c4d2
commit
cf8a73fb68
@ -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'
|
||||
|
@ -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="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -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')
|
||||
|
||||
|
@ -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="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user