python3-dotty-dict 1.3.1-5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-dotty-dict'
|
||||
version='1.3.1'
|
||||
release='4'
|
||||
release='5'
|
||||
desc='Dictionary wrapper for quick access to deeply nested keys'
|
||||
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
|
||||
homepage='https://github.com/pawelzny/dotty_dict'
|
||||
@@ -58,7 +58,7 @@ checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "dotty_dict-$version"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
check() {
|
||||
@@ -68,7 +68,7 @@ check() {
|
||||
|
||||
package() {
|
||||
cd "dotty_dict-$version"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
install-license ./LICENSE ./${name}/LICENSE
|
||||
}
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user