python3-dotty-dict 1.3.1-3
This commit is contained in:
@@ -1,17 +1,26 @@
|
|||||||
name='python3-dotty-dict'
|
name='python3-dotty-dict'
|
||||||
version='1.3.1'
|
version='1.3.1'
|
||||||
release='2'
|
release='3'
|
||||||
desc='Dictionary wrapper for quick access to deeply nested keys.'
|
desc='Dictionary wrapper for quick access to deeply nested keys'
|
||||||
|
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
|
||||||
homepage='https://github.com/pawelzny/dotty_dict'
|
homepage='https://github.com/pawelzny/dotty_dict'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Evgeny Khramov <xpamych@yandex.ru>"
|
||||||
|
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
architectures=('all')
|
architectures=('all')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=('python3-dotty-dict')
|
provides=('python3-dotty-dict')
|
||||||
conflicts=('python3-dotty-dict')
|
conflicts=('python3-dotty-dict')
|
||||||
|
|
||||||
deps=(
|
deps=('python3')
|
||||||
'python'
|
|
||||||
)
|
deps_alt=('python3')
|
||||||
|
deps_arch=('python')
|
||||||
|
deps_debian=('python3')
|
||||||
|
deps_fedora=('python3')
|
||||||
|
deps_redos=('python3')
|
||||||
|
deps_rhel=('python3')
|
||||||
|
deps_rosa=('python3')
|
||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-installer'
|
'python3-installer'
|
||||||
@@ -19,13 +28,31 @@ build_deps=(
|
|||||||
'python3-wheel'
|
'python3-wheel'
|
||||||
'python3-pytest'
|
'python3-pytest'
|
||||||
)
|
)
|
||||||
build_deps_almalinux=(
|
build_deps_alt=(
|
||||||
|
'python3-module-build'
|
||||||
|
'python3-module-installer'
|
||||||
|
'python3-module-poetry-core'
|
||||||
|
'python3-module-wheel'
|
||||||
|
'python3-module-pytest'
|
||||||
|
)
|
||||||
|
build_deps_arch=(
|
||||||
|
'python-build'
|
||||||
|
'python-installer'
|
||||||
|
'python-poetry-core'
|
||||||
|
'python-wheel'
|
||||||
|
'python-pytest'
|
||||||
|
)
|
||||||
|
build_deps_debian=(
|
||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-installer'
|
'python3-installer'
|
||||||
'python3-poetry-core'
|
'python3-poetry-core'
|
||||||
'python3.12-wheel'
|
'python3-wheel'
|
||||||
'python3-pytest'
|
'python3-pytest'
|
||||||
)
|
)
|
||||||
|
build_deps_fedora=("${build_deps[@]}")
|
||||||
|
build_deps_redos=("${build_deps[@]}")
|
||||||
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
sources=("https://github.com/pawelzny/dotty_dict/archive/refs/tags/v${version}.tar.gz")
|
sources=("https://github.com/pawelzny/dotty_dict/archive/refs/tags/v${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -44,3 +71,8 @@ package() {
|
|||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install-license ./LICENSE ./${name}/LICENSE
|
install-license ./LICENSE ./${name}/LICENSE
|
||||||
}
|
}
|
||||||
|
files() {
|
||||||
|
files-find "./usr/lib/python3.*/site-packages/dotty_dict"
|
||||||
|
files-find "./usr/lib/python3.*/site-packages/dotty_dict-*.dist-info"
|
||||||
|
files-find-share "licenses"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user