From unknown Sat Aug 16 11:11:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29783 <29783@debbugs.gnu.org> To: bug#29783 <29783@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add python-tempdir. Reply-To: bug#29783 <29783@debbugs.gnu.org> Date: Sat, 16 Aug 2025 18:11:25 +0000 retitle 29783 [PATCH 1/2] gnu: Add python-tempdir. reassign 29783 guix-patches submitter 29783 Konrad Hinsen severity 29783 normal tag 29783 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 20 06:41:02 2017 Received: (at submit) by debbugs.gnu.org; 20 Dec 2017 11:41:03 +0000 Received: from localhost ([127.0.0.1]:43186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRckA-0000Wf-JN for submit@debbugs.gnu.org; Wed, 20 Dec 2017 06:41:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60551) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRck8-0000W3-2D for submit@debbugs.gnu.org; Wed, 20 Dec 2017 06:41:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRck1-00082y-P2 for submit@debbugs.gnu.org; Wed, 20 Dec 2017 06:40:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_20,DATE_IN_PAST_12_24, FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53369) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eRck1-00082b-LJ for submit@debbugs.gnu.org; Wed, 20 Dec 2017 06:40:53 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRck0-0006k3-Ib for guix-patches@gnu.org; Wed, 20 Dec 2017 06:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRcjw-0007vz-LG for guix-patches@gnu.org; Wed, 20 Dec 2017 06:40:52 -0500 Received: from poussette.synchrotron-soleil.fr ([195.221.0.32]:39622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRcjw-0007pL-Ee for guix-patches@gnu.org; Wed, 20 Dec 2017 06:40:48 -0500 Received: from localhost (unknown [127.0.0.1]) by poussette.synchrotron-soleil.fr (Postfix) with ESMTP id BE77760107; Wed, 20 Dec 2017 11:40:44 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 poussette.synchrotron-soleil.fr BE77760107 X-Virus-Scanned: amavisd-new at synchrotron-soleil.fr Received: from poussette.synchrotron-soleil.fr ([127.0.0.1]) by localhost (poussette.synchrotron-soleil.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DP49S2H0K_Qm; Wed, 20 Dec 2017 12:40:43 +0100 (CET) Received: from SUN-DAG4.synchrotron-soleil.fr (sun-dag4 [195.221.0.186]) by poussette.synchrotron-soleil.fr (Postfix) with ESMTP id BEE4660094; Wed, 20 Dec 2017 12:40:43 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.10.3 poussette.synchrotron-soleil.fr BEE4660094 Received: from KHs-MacBook.local (195.221.0.171) by SUN-DAG4.synchrotron-soleil.fr (195.221.0.186) with Microsoft SMTP Server id 14.3.123.3; Wed, 20 Dec 2017 12:40:43 +0100 From: Konrad Hinsen To: Subject: [PATCH 1/2] gnu: Add python-tempdir. Date: Tue, 19 Dec 2017 12:50:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: submit 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: -3.6 (---) gnu/packages/python.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 082856bfb..5580b7d50 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11973,3 +11973,30 @@ belong to tagged versions.") "BooleanOperations provides a Python library that enables boolean operations on paths.") (license license:expat))) + +(define-public python-tempdir + (package + (name "python-tempdir") + (version "0.7.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tempdir" version)) + (sha256 + (base32 + "13msyyxqbicr111a294x7fsqbkl6a31fyrqflx3q7k547gnq15k8")))) + (build-system python-build-system) + (home-page "https://pypi.org/project/tempdir/") + (arguments + ;; the package has no tests + '(#:tests? #f)) + (synopsis "Python library for managing temporary directories") + (description + "This library manages temporary directories that are automatically +deleted with all their contents when they are no longer needed. It is +particularly convenient for use in tests.") + (license license:expat))) + +(define-public python2-tempdir + (package-with-python2 python-tempdir)) + -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 21 04:49:11 2017 Received: (at 29783-done) by debbugs.gnu.org; 21 Dec 2017 09:49:11 +0000 Received: from localhost ([127.0.0.1]:45218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRxTT-0006ME-4F for submit@debbugs.gnu.org; Thu, 21 Dec 2017 04:49:11 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:48854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRxTR-0006M7-Qb for 29783-done@debbugs.gnu.org; Thu, 21 Dec 2017 04:49:10 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E48C8102BB; Thu, 21 Dec 2017 10:49:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cvf4Oc_FL5-l; Thu, 21 Dec 2017 10:49:12 +0100 (CET) Received: from ribbon (unknown [193.50.110.235]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 33DDFFEB6; Thu, 21 Dec 2017 10:49:12 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Konrad Hinsen Subject: Re: [bug#29783] [PATCH 1/2] gnu: Add python-tempdir. References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 =?utf-8?Q?Niv=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 21 Dec 2017 10:49:08 +0100 In-Reply-To: (Konrad Hinsen's message of "Tue, 19 Dec 2017 12:50:00 +0100") Message-ID: <87bmis9zsb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29783-done Cc: 29783-done@debbugs.gnu.org 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 (+) Hi Konrad, Konrad Hinsen skribis: > gnu/packages/python.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) I added a ChangeLog-style commit log and committed. Thank you! Ludo=E2=80=99. From unknown Sat Aug 16 11:11:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Jan 2018 12:24:04 +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