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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2409815808C for ; Sat, 26 Mar 2022 15:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C350E0891; Sat, 26 Mar 2022 15:16:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C67B7E0877 for ; Sat, 26 Mar 2022 15:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9D4234302B for ; Sat, 26 Mar 2022 15:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF5433A for ; Sat, 26 Mar 2022 15:16:39 +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: <1648307797.8d76124b5b60f1da9e329ca41cbfa534c2ab45e4.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyodbc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyodbc/pyodbc-4.0.32.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8d76124b5b60f1da9e329ca41cbfa534c2ab45e4 X-VCS-Branch: dev Date: Sat, 26 Mar 2022 15:16:39 +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: f29e2159-6a85-4abb-b70f-fff7bcf153cc X-Archives-Hash: ce02b229ca2eb23e411f550f8a37d11f commit: 8d76124b5b60f1da9e329ca41cbfa534c2ab45e4 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Mar 26 14:57:14 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Mar 26 15:16:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d76124b dev-python/pyodbc: restrict test Closes: https://bugs.gentoo.org/817200 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pyodbc/pyodbc-4.0.32.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/pyodbc/pyodbc-4.0.32.ebuild b/dev-python/pyodbc/pyodbc-4.0.32.ebuild index 0fa84fc25..eef833ddc 100644 --- a/dev-python/pyodbc/pyodbc-4.0.32.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,9 +9,8 @@ inherit distutils-r1 DESCRIPTION="Python ODBC library" HOMEPAGE=" - http://code.google.com/p/pyodbc https://github.com/mkleehammer/pyodbc - https://pypi.org/project/pyodbc + https://pypi.org/project/pyodbc/ " SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" @@ -25,3 +24,5 @@ RDEPEND=" mssql? ( >=dev-db/freetds-0.64[odbc] ) " DEPEND="${RDEPEND}" + +RESTRICT="test" # need running databases