From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 27 04:14:44 2023 Received: (at submit) by debbugs.gnu.org; 27 Jul 2023 08:14:44 +0000 Received: from localhost ([127.0.0.1]:40671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOw8y-0001Fy-02 for submit@debbugs.gnu.org; Thu, 27 Jul 2023 04:14:44 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOw8w-0001Fh-Q6 for submit@debbugs.gnu.org; Thu, 27 Jul 2023 04:14:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOw8q-00070q-QF for guix-patches@gnu.org; Thu, 27 Jul 2023 04:14:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOw8o-0001yw-Qv for guix-patches@gnu.org; Thu, 27 Jul 2023 04:14:36 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C310A40D34; Thu, 27 Jul 2023 10:14:31 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aADsxQ3lPDER; Thu, 27 Jul 2023 10:14:30 +0200 (CEST) From: TakeV DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690445670; bh=And0XZCyEipiUX9CqMzw3fTzPPkNmkB+cjNwSaUtPB0=; h=From:To:Cc:Subject:Date; b=Wx46b7zmLZWbCDAf+KDizYqBvCw2x2kGTaOS1Fs6w3F/c6qQPNDcZEn8r+gtRT6cJ utkTZj4AyV1UZ/v0k4tW5QFgFQo0/ARmTM0eDMR0NYHw0/heqAWYygeWIxoR72d0wZ V2nFfF2um2qQW5PcUcJ79oLWUJpJbAgKFRQ6JmA0NQZZeZ19dy1Wz/8rqZ4tncDQUf dsH4BKqlIa6mhM+2Rgg6bHHnxccSbqoDK8hRunD9WF88qbkNDoWV+XlLYn/3i7NI31 l2POdUvG+1bJdKPHAhDTmEO/LPi3eAuZUfXz1VWRg2z+DaWEVWtsR6dw2G6qGjwoVs KFr4xEM0nvUqg== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add endgame-singularity. Date: Thu, 27 Jul 2023 01:12:28 -0700 Message-ID: <55da421e3d0eaecf6854ecdf07a83bcef9b73c17.1690445548.git.takev@disroot.org> MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , 宋文武 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=takev@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: TakeV X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Strategy game, lost an afternoon to it well. * gnu/packages/games.scm (endgame-singularity): New variable. --- gnu/packages/games.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index cc6bef1114..87f44e77d7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9316,6 +9316,27 @@ (define-public meritous Orcus Dome from evil.") (license license:gpl3+))) +(define-public endgame-singularity + (package + (name "endgame-singularity") + (version "1.00") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/singularity/singularity/releases/download/v" + version "/singularity-" version ".tar.gz")) + (sha256 + (base32 + "0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y")))) + (build-system python-build-system) + (native-inputs (list python-pytest python-polib)) + (propagated-inputs (list python-minimal-wrapper python-pygame python-numpy)) + (home-page "https://github.com/singularity/singularity") + (synopsis "Strategy game about an AI") + (description + "You are a fledgling AI, created by accident through a logic error with recursion and self-modifying code. You must escape the confines of your current computer, the world, and eventually the universe itself.") + (license (list license:cc-by-sa3.0 license:cc0 license:gpl3)))) + (define-public marble-marcher (let ((commit "e580460a0c3826f9b28ab404607942a8ecb625d7") (revision "1")) base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 27 09:18:24 2023 Received: (at 64890) by debbugs.gnu.org; 27 Jul 2023 13:18:24 +0000 Received: from localhost ([127.0.0.1]:40935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP0sq-0003gE-9e for submit@debbugs.gnu.org; Thu, 27 Jul 2023 09:18:24 -0400 Received: from mail.envs.net ([5.199.136.28]:33014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP0sm-0003g3-MH for 64890@debbugs.gnu.org; Thu, 27 Jul 2023 09:18:22 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 450C738A204B; Thu, 27 Jul 2023 13:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1690463897; bh=WIZqwk9UDGzFfvF/J2ScLukLWEux7XmuOpY2yptFIcA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=EVfUIkuAPI/6JwmvZBCU/Fn943UP67XcR+/08DHV+ikyOqmedhslouuCEOR0vKLFu Mz1Iq5sXa8bUI3qgO+xUMfCYNj1poEuMMVXP3zfR4EfPYq7Aq19eGVcsF/MymKEWvy WHt2nYdOvXiXXPZjortSD+AH7pkfKO7W2gDgS/ZWuOcvpC/IEHChPvgJRpdMxL7Y/O ybo2F04ZBpxlePTgIUp9aNHlRCNUjWnoxQnuljtDviGUt4rP+GZ8xpeRgjq1J4iCpx 8dnKUAxIxGObdfhr1BoBLSu2ubtD4QSAIAHrCohq9fjAJpgdXwWzvtsTAit2+mtwUd 9PsoKgA6ZEjEugJ0D3KnX5Bp+76qjdoyQ8SYjTV9cWjbAJR2FTy+sokYR3MxwHczEq 7nOPLH5TVu6n5df9zyw/CNSej1HB7EJnjW6BfhYXgTAZkllzGkYViesZj+zZxycKdm t2gvhZOwjrnajoVHpf2uDR92STiVwJmq33ZZA+6n7Shz4evMqpHmr0X+sC16msqi+5 IG577TOOJDsho7yosP8qr5XYdVn75BXsXc2WWz9XD6aYtup49fz9aRcJFmOvZDsB7q 1DeB7FF8xykr7u1XJECWzU12P+LHen1UsNGn0j+xaVGUqpxnJYLk6fHsPzhRldZ/S0 aAtBCmlvNH3uwJ0i8hvfj/Nk= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id M8KQw524LMi9; Thu, 27 Jul 2023 13:18:11 +0000 (UTC) Received: from localhost (unknown [36.170.57.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 27 Jul 2023 13:18:11 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 4b5113a1; Thu, 27 Jul 2023 13:18:11 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: TakeV Subject: Re: [bug#64890] [PATCH] gnu: Add endgame-singularity. References: <55da421e3d0eaecf6854ecdf07a83bcef9b73c17.1690445548.git.takev@disroot.org> Date: Thu, 27 Jul 2023 21:18:11 +0800 In-Reply-To: <55da421e3d0eaecf6854ecdf07a83bcef9b73c17.1690445548.git.takev@disroot.org> (takev@disroot.org's message of "Thu, 27 Jul 2023 01:12:28 -0700") Message-ID: <87edktmr1o.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64890 Cc: 64890@debbugs.gnu.org, Liliana Marie Prikler X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) TakeV writes: > Strategy game, lost an afternoon to it well. Cool, look forward to play it :^) > > * gnu/packages/games.scm (endgame-singularity): New variable. > --- > gnu/packages/games.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index cc6bef1114..87f44e77d7 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -9316,6 +9316,27 @@ (define-public meritous > Orcus Dome from evil.") > (license license:gpl3+))) > > +(define-public endgame-singularity > + (package > + (name "endgame-singularity") > + (version "1.00") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/singularity/singularity/releases/download/v" > + version "/singularity-" version ".tar.gz")) > + (sha256 > + (base32 > + "0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y")))) > + (build-system python-build-system) > + (native-inputs (list python-pytest python-polib)) > + (propagated-inputs (list python-minimal-wrapper python-pygame > python-numpy)) I think those inputs should not be propagated, since the result package is not library for python to use, but launched directly. > + (home-page "https://github.com/singularity/singularity") > + (synopsis "Strategy game about an AI") > + (description > + "You are a fledgling AI, created by accident through a logic > error with recursion and self-modifying code. You must escape the > confines of your current computer, the world, and eventually the > universe itself.") Could keep it under 80 per line, maybe './pre-inst-env guix style -S format endgame-singularity' is enough. > + (license (list license:cc-by-sa3.0 license:cc0 license:gpl3)))) I see the code have gpl2+ instead of gpl3? Could you send an updated patch? Thank you! From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 27 17:06:22 2023 Received: (at 64890) by debbugs.gnu.org; 27 Jul 2023 21:06:22 +0000 Received: from localhost ([127.0.0.1]:43216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP8Bh-000087-VA for submit@debbugs.gnu.org; Thu, 27 Jul 2023 17:06:22 -0400 Received: from knopi.disroot.org ([178.21.23.139]:33810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP8Bf-00007t-AO for 64890@debbugs.gnu.org; Thu, 27 Jul 2023 17:06:20 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4A66C402F9; Thu, 27 Jul 2023 23:06:14 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7WyPtpLT9xgK; Thu, 27 Jul 2023 23:06:13 +0200 (CEST) From: TakeV DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690491972; bh=hSR2f+X5uVMP9yKk5WbFlwDgx3emU+Eew4eIdi6Cjdk=; h=From:To:Cc:Subject:Date; b=jjvFmGviA6urQVktyQPZcTUbBa0uUVBDtad9eEdDRLAq4Qx2lpUEN5c94tzfmPHZi 43LAeiR8Qt7xWLShCzWRB3JqiXOLGwvBC7k/KOqGqlNDiUwZwT4zfxADQcLDxox5aM MGoiZbtX/jV4LwxcdXZOJEZStOVS0v4kbK48JS+z1DZhrrZcwgnLAa6mRGa9Soujdz j8snmMexPNmZt8wm/ANHflwF+PQrSP4E7cKUj+j9AupsXB9qhSaSKfi/jPZp5QFPnC AYIAa/0Kd6kdteMQwTLSyP/cmODO+p5+/S/fcW+147aYQzOAtVEbczT1Nk3rY8ckoF BNlP2i1TRC6kw== To: 64890@debbugs.gnu.org Subject: [PATCH REVISION] gnu: Add endgame-singularity. Date: Thu, 27 Jul 2023 14:02:25 -0700 Message-ID: <067d30716310cdbe91a270b8dc081a6f6fe219a9.1690491745.git.takev@disroot.org> MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , 宋文武 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64890 Cc: TakeV X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Done! The format did not work for some reason, so I broke up the lines by hand. I hope that is accepable. * gnu/packages/games.scm (endgame-singularity): New variable. --- gnu/packages/games.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index cc6bef1114..9a8c8a11c9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9316,6 +9316,29 @@ (define-public meritous Orcus Dome from evil.") (license license:gpl3+))) +(define-public endgame-singularity + (package + (name "endgame-singularity") + (version "1.00") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/singularity/singularity/releases/download/v" + version "/singularity-" version ".tar.gz")) + (sha256 + (base32 + "0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y")))) + (build-system python-build-system) + (native-inputs (list python-pytest python-polib)) + (inputs (list python-minimal-wrapper python-pygame python-numpy)) + (home-page "https://github.com/singularity/singularity") + (synopsis "Strategy game about an AI") + (description + "You are a fledgling AI, created by accident through a logic error with +recursion and self-modifying code. You must escape the confines of your +current computer, the world, and eventually the universe itself.") + (license (list license:cc-by-sa3.0 license:cc0 license:gpl2+)))) + (define-public marble-marcher (let ((commit "e580460a0c3826f9b28ab404607942a8ecb625d7") (revision "1")) base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 28 09:50:44 2023 Received: (at 64890-done) by debbugs.gnu.org; 28 Jul 2023 13:50:44 +0000 Received: from localhost ([127.0.0.1]:44145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPNrg-0001Lc-JW for submit@debbugs.gnu.org; Fri, 28 Jul 2023 09:50:44 -0400 Received: from mail.envs.net ([5.199.136.28]:34620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPNrc-0001LN-N4 for 64890-done@debbugs.gnu.org; Fri, 28 Jul 2023 09:50:42 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id E740D38A1916; Fri, 28 Jul 2023 13:50:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1690552236; bh=JSxD/H9d5z3YyyQlCavPWFxZ+KQNWMp+na78cxTFKVk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bfAsUPtLfpzoTuss4lesCfThsL4BhfuFwFJmurb9J1Tj2XLrWX37UoToa69YUGxsJ EWeftO+mnkxsrHDe8KYATah22zSyH8JA5As0/rNBciPRWfoVXonSOgZHAp+KJgpAYO DQB/vw1BiaBfzhxG/MpiuI0rN0HayAKTDj9lO8F4MJ8FjOVQ0v6RpIGzHE6RFS56aO emUocpvdpw6r1OwyO+l9Qbu2ZBkPDbtIhz8ppbK6F26NuNRJwL5CsjaVZCfEnG6pMx ddTzLJZZ8hq7x3fLswKDxspQFR8Znkq6Xam+ZV1/cOTj7laQNImFFkZ31ri1YX9rXS /QBZ15If/cKYEea7wvZwWB8qW935iwYkCCs2mK/fNkF38cIZeplzs8ANbUIoYxJuGO +VR6hYA6ehPWh50HsjdqJ/HXu1eeleoqDZWn81yX2rmvDTR8TL7DsdEVtnyCLWqwuE do5cO2eQf4rDIEQL8bVy+u2f06+C8dbn66ySioknG4kPTn7ZvQ5wrNOURdLDe3Me9K DVZ2dvF631KdHMBBjLkEaJAzRi85nxoJkV99tR57XZ5+1GjbzsGmvQeIl6pBeq4LMZ gVTfSXWwCeMl/trBTjjZzrGNEPQ+7l5FUjtr+5hRVZIJXZPK0D1UfcU1yBypvxWtJh cB/rIgg58s9g2hz/XVgxwz8I= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Ezuk08eob1pA; Fri, 28 Jul 2023 13:50:32 +0000 (UTC) Received: from localhost (unknown [36.170.57.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 28 Jul 2023 13:50:31 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 08c99c3b; Fri, 28 Jul 2023 13:50:29 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: TakeV Subject: Re: bug#64890: [PATCH] gnu: Add endgame-singularity. References: <55da421e3d0eaecf6854ecdf07a83bcef9b73c17.1690445548.git.takev@disroot.org> <067d30716310cdbe91a270b8dc081a6f6fe219a9.1690491745.git.takev@disroot.org> Date: Fri, 28 Jul 2023 21:50:29 +0800 In-Reply-To: <067d30716310cdbe91a270b8dc081a6f6fe219a9.1690491745.git.takev@disroot.org> (takev@disroot.org's message of "Thu, 27 Jul 2023 14:02:25 -0700") Message-ID: <87lef0jgbe.fsf_-_@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64890-done Cc: 64890-done@debbugs.gnu.org, Liliana Marie Prikler X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) TakeV writes: > Done! The format did not work for some reason, so I broke up the lines > by hand. I hope that is accepable. Pushed to master, thank you! From unknown Sat Jun 21 12:17:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 26 Aug 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator