From unknown Sun Aug 17 22:02:45 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#53822 <53822@debbugs.gnu.org> To: bug#53822 <53822@debbugs.gnu.org> Subject: Status: [PATCH] Add python-aiopg package. Reply-To: bug#53822 <53822@debbugs.gnu.org> Date: Mon, 18 Aug 2025 05:02:45 +0000 retitle 53822 [PATCH] Add python-aiopg package. reassign 53822 guix-patches submitter 53822 Pierre-Henry Fr=C3=B6hring severity 53822 normal tag 53822 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 09:48:13 2022 Received: (at submit) by debbugs.gnu.org; 6 Feb 2022 14:48:13 +0000 Received: from localhost ([127.0.0.1]:36850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGipp-00016K-2i for submit@debbugs.gnu.org; Sun, 06 Feb 2022 09:48:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:50194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGipn-00016A-Qa for submit@debbugs.gnu.org; Sun, 06 Feb 2022 09:48:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGipn-00025V-K4 for guix-patches@gnu.org; Sun, 06 Feb 2022 09:48:11 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35585) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGipe-0007rR-Hm for guix-patches@gnu.org; Sun, 06 Feb 2022 09:48:11 -0500 Received: (Authenticated sender: contact@phfrohring.com) by mail.gandi.net (Postfix) with ESMTPSA id 73C2A60007; Sun, 6 Feb 2022 14:47:50 +0000 (UTC) From: =?UTF-8?q?Pierre-Henry=20Fr=C3=B6hring?= To: guix-patches@gnu.org Subject: [PATCH] Add python-aiopg package. Date: Sun, 6 Feb 2022 15:47:23 +0100 Message-Id: <20220206144723.1755119-1-contact@phfrohring.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.195; envelope-from=contact@phfrohring.com; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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: -1.7 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Pierre-Henry=20Fr=C3=B6hring?= 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: -2.7 (--) --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c1b5e8ed3..a28a050480 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28931,3 +28931,24 @@ (define-public python-types-dataclasses "This packages provides a collection of library stubs for Python, with static types.") (license license:asl2.0))) + +(define-public python-aiopg + (package + (name "python-aiopg") + (version "1.3.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "aiopg" version)) + (sha256 + (base32 + "1mwmypsfzh8adjbyvf7kqv9h3k1kf5ykhi1g3ahw4wqdxaj6nz2l")))) + (build-system python-build-system) + (native-inputs (list python-sqlalchemy)) + (propagated-inputs (list python-async-timeout python-psycopg2-binary)) + (home-page "https://aiopg.readthedocs.io") + (synopsis "Postgres integration with asyncio") + (description + "aiopg is a library for accessing a PostgreSQL +database from the asyncio (PEP-3156/tulip) framework. It wraps +asynchronous features of the Psycopg database driver.") + (license license:bsd-3))) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 09:54:27 2022 Received: (at 53822) by debbugs.gnu.org; 6 Feb 2022 14:54:28 +0000 Received: from localhost ([127.0.0.1]:36876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGivr-0001Gg-Mg for submit@debbugs.gnu.org; Sun, 06 Feb 2022 09:54:27 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:52832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGivp-0001GY-OQ for 53822@debbugs.gnu.org; Sun, 06 Feb 2022 09:54:26 -0500 Received: from [172.20.10.5] ([188.188.37.53]) by xavier.telenet-ops.be with bizsmtp id rquP2600T18o4tG01quQGk; Sun, 06 Feb 2022 15:54:24 +0100 Message-ID: Subject: Re: [bug#53822] [PATCH] Add python-aiopg package. From: Maxime Devos To: Pierre-Henry =?ISO-8859-1?Q?Fr=F6hring?= , 53822@debbugs.gnu.org Date: Sun, 06 Feb 2022 15:54:23 +0100 In-Reply-To: <20220206144723.1755119-1-contact@phfrohring.com> References: <20220206144723.1755119-1-contact@phfrohring.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-roTdeQy3cu8EThNCkcN1" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1644159264; bh=zFcWuuFJtU7eCVDNNbaKzIxhMbDXPwwTsr8leCdChuo=; h=Subject:From:To:Date:In-Reply-To:References; b=CP5T6JutQQv5QjteTgNpqxFLu8N3Nk5YzovNE0oTIR1q2cD2bToiTcs97sk8UgkkG ShtzV4bJG6DhOYwyQGWaPviL+jAa44pD38N8z/c/8dGISQZ8hiDPrLFDH5bCRUU+/s zSgKISIKjKI10ujrwLwsoIZqonSjiRFsZxqrVfh+3JTynSQsFTNVrPNOnt+pjhQTAE K3xgnbAmunNpL4ven+NUeT5DHYQTF1nuxTFlruYQRF7f/tJMDsE075zcW065A5D64B ekmsVraQJfjHvtYPrOFUn7JNPEd9kwNe0r/Bd4TNPv3thVQ6doGDAXn2BO0xJKHCYJ rEdjgI9HoLPHA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53822 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.7 (-) --=-roTdeQy3cu8EThNCkcN1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Pierre-Henry Fr=C3=B6hring schreef op zo 06-02-2022 om 15:47 [+0100]: > +=C2=A0=C2=A0=C2=A0 (native-inputs (list python-sqlalchemy)) > +=C2=A0=C2=A0=C2=A0 (propagated-inputs (list python-async-timeout python-= psycopg2-binary)) > +=C2=A0=C2=A0=C2=A0 (home-page "https://aiopg.readthedocs.io") > +=C2=A0=C2=A0=C2=A0 (synopsis "Postgres integration with asyncio") > +=C2=A0=C2=A0=C2=A0 (description > +=C2=A0=C2=A0=C2=A0=C2=A0 "aiopg is a library for accessing a PostgreSQL > +database from the asyncio (PEP-3156/tulip) framework.=C2=A0 It wraps > +asynchronous features of the Psycopg database driver.") Given that python-aiopg is a SQL library, python-sqlalchemy looks like a (runtime) dependency of 'python-aiopg' to me. Or perhaps it's only for tests, then putting it in native-inputs is correct. Greetings, MMaxime. --=-roTdeQy3cu8EThNCkcN1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf/hHxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7ntIAPwOUtRVkcIAccTew7u08o/rYz4S U6HL+yV1iCjtckLjZwD/SgBxNnNTNFiikECZ+4el1/ait5YyvDmM8lWpUTEk6QE= =QR39 -----END PGP SIGNATURE----- --=-roTdeQy3cu8EThNCkcN1-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 24 18:26:33 2022 Received: (at 53822-done) by debbugs.gnu.org; 24 Mar 2022 22:26:33 +0000 Received: from localhost ([127.0.0.1]:49604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXVub-0001LD-29 for submit@debbugs.gnu.org; Thu, 24 Mar 2022 18:26:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXVuZ-0001Ku-7k for 53822-done@debbugs.gnu.org; Thu, 24 Mar 2022 18:26:31 -0400 Received: from [2001:470:142:3::e] (port=52964 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXVuT-0007Bl-LY; Thu, 24 Mar 2022 18:26:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=gdqBqjvwL9nRnkkB41sv4nCCfkKihl1G1jnflu24EsI=; b=n1YwRiCHBadbhyJCBgjW iiVjZUSaAadeaeChC6MjV4tI4PXKV95i1I2nvbzyWJGsohCvEkj5vHJRWqdCPzxyiq1Pi6mxLKN17 cuh4sIdqq/dgNdI7OS9rXFYA8r51Q8HRsRGxM184G3VLeFMxS+7WH08Br0zSIG4+fdHNTt1T7wKZq UcbTVhkErgadMUhojdlmZ6ioA7hS7KcsLwdrgTADz+9ht3Ru0tSnELOo+ITTOrg8F/x5HbTXpN1yY fgcIxFwUEViDDY60J6tZwRxIWHAcQbKxrVhEbt61KfvGMtUpYrFTOOi9zw2I8zGZZ2E8W7zUzlqFk GvdvzsobqaLKMQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51194 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXVuT-0003rS-9Z; Thu, 24 Mar 2022 18:26:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pierre-Henry =?utf-8?Q?Fr=C3=B6hring?= Subject: Re: bug#53822: [PATCH] Add python-aiopg package. References: <20220206144723.1755119-1-contact@phfrohring.com> Date: Thu, 24 Mar 2022 23:26:23 +0100 In-Reply-To: <20220206144723.1755119-1-contact@phfrohring.com> ("Pierre-Henry =?utf-8?Q?Fr=C3=B6hring=22's?= message of "Sun, 6 Feb 2022 15:47:23 +0100") Message-ID: <87tubn7zsg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53822-done Cc: 53822-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: -3.3 (---) Pierre-Henry Fr=C3=B6hring skribis: > +(define-public python-aiopg Added a commit log and applied, thanks! From unknown Sun Aug 17 22:02:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Apr 2022 11:24:05 +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