python3-hjson 3.1.0-4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-hjson'
|
||||
version='3.1.0'
|
||||
release='3'
|
||||
release='4'
|
||||
desc='JSON for Humans, allows comments and is less error prone.'
|
||||
desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев'
|
||||
homepage='https://github.com/laktak/hjson-py'
|
||||
@@ -54,13 +54,12 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "hjson-${version}"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
install-license LICENSE.txt ./${name}/LICENSE.txt
|
||||
}
|
||||
|
||||
files() {
|
||||
files-find "./usr/lib/python3.*/site-packages/hjson"
|
||||
files-find "./usr/lib/python3.*/site-packages/hjson-*.dist-info"
|
||||
files-find-lib
|
||||
files-find-bin
|
||||
files-find-share "licenses"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user