python3-steam 1.4.4-2
This commit is contained in:
@@ -1,21 +1,35 @@
|
|||||||
name='steam'
|
name='python3-steam'
|
||||||
version='1.4.4'
|
version='1.4.4'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Module for interacting with various Steam features.'
|
desc='Module for interacting with various Steam features.'
|
||||||
|
desc_ru='Библиотека Python для взаимодействия с различными функциями Steam'
|
||||||
homepage='https://github.com/ValvePython/steam'
|
homepage='https://github.com/ValvePython/steam'
|
||||||
maintainer='Евгений Храмов <xramov@yandex.ru>'
|
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||||
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
architectures=('all')
|
architectures=('all')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=('steam')
|
|
||||||
conflicts=('steam')
|
|
||||||
|
|
||||||
deps=("python3")
|
deps=('python3')
|
||||||
deps_arch=("python")
|
|
||||||
deps_alpine=("python3")
|
|
||||||
|
|
||||||
build_deps=("python3" "python3-pip")
|
deps_alt=('python3')
|
||||||
build_deps_arch=("python" "python-pip")
|
deps_arch=('python')
|
||||||
build_deps_alpine=("python3" "py3-pip")
|
deps_debian=('python3')
|
||||||
|
deps_fedora=('python3')
|
||||||
|
deps_redos=('python3')
|
||||||
|
deps_rhel=('python3')
|
||||||
|
deps_rosa=('python3')
|
||||||
|
deps_alpine=('python3')
|
||||||
|
|
||||||
|
build_deps=('python3' 'python3-pip')
|
||||||
|
|
||||||
|
build_deps_alt=('python3' 'python3-module-pip')
|
||||||
|
build_deps_arch=('python' 'python-pip')
|
||||||
|
build_deps_debian=('python3' 'python3-pip')
|
||||||
|
build_deps_fedora=("${build_deps[@]}")
|
||||||
|
build_deps_redos=("${build_deps[@]}")
|
||||||
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
|
build_deps_alpine=('python3' 'py3-pip')
|
||||||
|
|
||||||
sources=("https://files.pythonhosted.org/packages/source/s/steam/steam-1.4.4.tar.gz")
|
sources=("https://files.pythonhosted.org/packages/source/s/steam/steam-1.4.4.tar.gz")
|
||||||
checksums=('blake2b-256:9a3162ac25584988182dee5ee949395e08943ff8b11634dc33abab7078d28433')
|
checksums=('blake2b-256:9a3162ac25584988182dee5ee949395e08943ff8b11634dc33abab7078d28433')
|
||||||
@@ -31,6 +45,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/steam/*
|
files-find "./usr/local/lib/python3.*/site-packages/steam"
|
||||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/steam-${version}.dist-info/*
|
files-find "./usr/local/lib/python3.*/site-packages/steam-*.dist-info"
|
||||||
}
|
}
|
Reference in New Issue
Block a user