python3-dotty-dict 1.3.1-4

This commit is contained in:
2025-12-08 23:47:46 +03:00
parent 3d52e4dc90
commit 881eaa48ca

View File

@@ -1,6 +1,6 @@
name='python3-dotty-dict' name='python3-dotty-dict'
version='1.3.1' version='1.3.1'
release='3' release='4'
desc='Dictionary wrapper for quick access to deeply nested keys' desc='Dictionary wrapper for quick access to deeply nested keys'
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря' desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
homepage='https://github.com/pawelzny/dotty_dict' homepage='https://github.com/pawelzny/dotty_dict'
@@ -68,11 +68,10 @@ check() {
package() { package() {
cd "dotty_dict-$version" cd "dotty_dict-$version"
python -m installer --destdir="$pkgdir" dist/*.whl python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
install-license ./LICENSE ./${name}/LICENSE install-license ./LICENSE ./${name}/LICENSE
} }
files() { files() {
files-find "./usr/lib/python3.*/site-packages/dotty_dict" files-find-lib
files-find "./usr/lib/python3.*/site-packages/dotty_dict-*.dist-info"
files-find-share "licenses" files-find-share "licenses"
} }