python3-pyyaml 6.0.2-3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-pyyaml'
|
||||
version='6.0.2'
|
||||
release='2'
|
||||
release='3'
|
||||
desc='YAML parser and emitter for Python'
|
||||
desc_ru='Библиотека Python для парсинга и генерации YAML'
|
||||
homepage='https://pyyaml.org/'
|
||||
@@ -61,12 +61,12 @@ checksums=('blake2b-256:54ed79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead252
|
||||
|
||||
build() {
|
||||
cd "$srcdir/pyyaml-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/pyyaml-${version}"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user