python3-pyaml 25.7.0-5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-pyaml'
|
||||
version='25.7.0'
|
||||
release='4'
|
||||
release='5'
|
||||
desc='PyYAML-based module to produce a bit more pretty and readable YAML-serialized data.'
|
||||
desc_ru='Модуль PyYAML для создания более красивого и читаемого YAML-представления данных.'
|
||||
homepage='https://github.com/mk-fg/pretty-yaml'
|
||||
@@ -29,7 +29,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/pyaml-${version}"
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user