almalinux 'python3.12-wheel'
This commit is contained in:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user