python3-steam 1.4.4-3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-steam'
|
||||
version='1.4.4'
|
||||
release='2'
|
||||
release='3'
|
||||
desc='Module for interacting with various Steam features.'
|
||||
desc_ru='Библиотека Python для взаимодействия с различными функциями Steam'
|
||||
homepage='https://github.com/ValvePython/steam'
|
||||
@@ -36,12 +36,12 @@ checksums=('blake2b-256:9a3162ac25584988182dee5ee949395e08943ff8b11634dc33abab70
|
||||
|
||||
build() {
|
||||
cd "$srcdir/steam-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/steam-${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