From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3BB2158086 for ; Wed, 6 Oct 2021 22:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D455CE0A65; Wed, 6 Oct 2021 22:15:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9845EE0A65 for ; Wed, 6 Oct 2021 22:15:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 939023433D0 for ; Wed, 6 Oct 2021 22:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10AD1157 for ; Wed, 6 Oct 2021 22:15:42 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633558538.92c260831f8571fc374f0dad482301e32ce2eed4.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/psycopg2cffi/Manifest dev-python/psycopg2cffi/metadata.xml dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild X-VCS-Directories: dev-python/psycopg2cffi/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 92c260831f8571fc374f0dad482301e32ce2eed4 X-VCS-Branch: dev Date: Wed, 6 Oct 2021 22:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2265b56-3d96-45a3-9909-be0a7057e16e X-Archives-Hash: fcc444e37e6b6d5ce1a377c9f9328b84 commit: 92c260831f8571fc374f0dad482301e32ce2eed4 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Oct 6 21:43:49 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Oct 6 22:15:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92c26083 dev-python/psycopg2cffi: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/psycopg2cffi/Manifest | 1 + dev-python/psycopg2cffi/metadata.xml | 14 +++++++++++++ dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 24 +++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/psycopg2cffi/Manifest b/dev-python/psycopg2cffi/Manifest new file mode 100644 index 000000000..26be24ea9 --- /dev/null +++ b/dev-python/psycopg2cffi/Manifest @@ -0,0 +1 @@ +DIST psycopg2cffi-2.9.0.tar.gz 65512 BLAKE2B 2e106eea22feb08aa7154dfc4959a9e68d946b34e872711f19856521dca050d0380498d3c20e762b31e7181ecfc5371a1b02c4bb711bccccfe56a4af9f497ffc SHA512 afd3ce9fa76dcd2df29b7aa8c5d31a33058023dc020ac829b95b8f7950fa17f2733f86a8c45f3d6eefeafae1c7f3997cbae820da98952d71336f7a1c72e84353 diff --git a/dev-python/psycopg2cffi/metadata.xml b/dev-python/psycopg2cffi/metadata.xml new file mode 100644 index 000000000..1bd6d369b --- /dev/null +++ b/dev-python/psycopg2cffi/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/chtd/psycopg2cffi/issues + psycopg2cffi + chtd/psycopg2cffi + + diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild new file mode 100644 index 000000000..6d228c88d --- /dev/null +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5." +HOMEPAGE=" + https://github.com/chtd/psycopg2cffi + https://pypi.org/project/psycopg2cffi +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + virtual/python-cffi[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}"