From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
Date: Tue, 17 Jan 2023 06:03:08 +0000 (UTC) [thread overview]
Message-ID: <1673934874.07b916a2019c2df97a95023582aa3bc654605330.ionen@gentoo> (raw)
commit: 07b916a2019c2df97a95023582aa3bc654605330
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:30:33 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:54:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b916a2
games-simulation/singularity: enable py3.11, use pep517
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
...ngularity-1.00-r1.ebuild => singularity-1.00-r2.ebuild} | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/games-simulation/singularity/singularity-1.00-r1.ebuild b/games-simulation/singularity/singularity-1.00-r2.ebuild
similarity index 81%
rename from games-simulation/singularity/singularity-1.00-r1.ebuild
rename to games-simulation/singularity/singularity-1.00-r2.ebuild
index d1dcbba13215..faf2e9b246f6 100644
--- a/games-simulation/singularity/singularity-1.00-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.00-r2.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit desktop distutils-r1
SINGULARITY_MUSIC="endgame-${PN}-music-007"
@@ -35,12 +36,15 @@ BDEPEND="app-arch/unzip"
distutils_enable_sphinx docs
distutils_enable_tests pytest
-src_install() {
- local DOCS=( AUTHORS.txt Changelog.txt README.txt TODO )
- distutils-r1_src_install
+python_install() {
+ distutils-r1_python_install
python_moduleinto ${PN}/music
- python_domodule ../${SINGULARITY_MUSIC}/.
+ python_domodule "${WORKDIR}"/${SINGULARITY_MUSIC}/.
+}
+
+python_install_all() {
+ dodoc AUTHORS.txt Changelog.txt README.txt TODO
newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
domenu ${PN}.desktop
next reply other threads:[~2023-01-17 6:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-17 6:03 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-16 10:59 [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/ Ionen Wolkens
2024-05-05 23:44 Ionen Wolkens
2022-09-08 14:36 Marek Szuba
2021-11-14 0:45 Ionen Wolkens
2021-11-14 0:45 Ionen Wolkens
2021-11-14 0:45 Ionen Wolkens
2021-06-23 2:24 Ionen Wolkens
2021-03-25 15:45 Sam James
2021-03-25 15:22 Sam James
2021-03-25 15:22 Sam James
2021-03-25 15:22 Sam James
2020-02-09 16:25 Michał Górny
2019-12-27 11:05 Pacho Ramos
2019-12-26 17:19 Pacho Ramos
2019-12-26 17:19 Pacho Ramos
2017-12-01 19:31 David Seifert
2016-09-15 17:18 Austin English
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673934874.07b916a2019c2df97a95023582aa3bc654605330.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox