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 C31E615838C for ; Sun, 21 Jan 2024 12:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 039EB2BC02C; Sun, 21 Jan 2024 12:38:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DBE602BC02C for ; Sun, 21 Jan 2024 12:38:13 +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 D7A55343300 for ; Sun, 21 Jan 2024 12:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 056CBBC4 for ; Sun, 21 Jan 2024 12:38:11 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1705840672.259a6eb0a2cc68143db8b9b4f84d5a359e03daad.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild X-VCS-Directories: sci-geosciences/xyzservices/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 259a6eb0a2cc68143db8b9b4f84d5a359e03daad X-VCS-Branch: master Date: Sun, 21 Jan 2024 12:38:11 +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: 79a87998-05b2-4386-832a-db23b54cfba7 X-Archives-Hash: d506aee632d6d7a7ad53dd3a6bfd22c7 commit: 259a6eb0a2cc68143db8b9b4f84d5a359e03daad Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 21 12:37:28 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 21 12:37:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259a6eb0 sci-geosciences/xyzservices: add RESTRICT test Closes: https://bugs.gentoo.org/921346 Signed-off-by: Alfredo Tupone gentoo.org> sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild index 6fd0648dff60..14e1cb70572f 100644 --- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild +++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild @@ -16,6 +16,7 @@ SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="test" BDEPEND="dev-python/setuptools-scm"