games-util/factorio-mod-updater: Switching to python-r1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
bd3466a1fc
commit
c51eee0281
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
inherit python-r1
|
||||||
|
|
||||||
DESCRIPTION="Python script to update mods on a dedicated factorio server"
|
DESCRIPTION="Python script to update mods on a dedicated factorio server"
|
||||||
HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater"
|
HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater"
|
||||||
MY_GITHUB_AUTHOR="pdemonaco"
|
MY_GITHUB_AUTHOR="pdemonaco"
|
||||||
|
@ -23,6 +26,5 @@ BDEPEND=""
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
python_foreach_impl python_newscript mod_updater.py factorio-mod-updater
|
||||||
newbin mod_updater.py factorio-mod-updater
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue