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 3D4DD158089 for ; Tue, 7 Nov 2023 16:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E872BC020; Tue, 7 Nov 2023 16:02:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BC962BC020 for ; Tue, 7 Nov 2023 16:02:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83225335D0D for ; Tue, 7 Nov 2023 16:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC6E41331 for ; Tue, 7 Nov 2023 16:02:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1699372912.419b9510df7acc29e960ed59c3e77a9092813bef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-services/Manifest dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild X-VCS-Directories: dev-python/pytest-services/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 419b9510df7acc29e960ed59c3e77a9092813bef X-VCS-Branch: master Date: Tue, 7 Nov 2023 16:02:35 +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: dd0f6d13-75de-4fdb-b703-982e25c93616 X-Archives-Hash: baea0325a180089cf42fbee836627be6 commit: 419b9510df7acc29e960ed59c3e77a9092813bef Author: Michał Górny gentoo org> AuthorDate: Tue Nov 7 16:01:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 7 16:01:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419b9510 dev-python/pytest-services: Fix pkgcheck warnings Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-services/Manifest | 2 +- dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest-services/Manifest b/dev-python/pytest-services/Manifest index 2752ce471765..815ea17d6dc6 100644 --- a/dev-python/pytest-services/Manifest +++ b/dev-python/pytest-services/Manifest @@ -1 +1 @@ -DIST pytest-services-2.2.1.tar.gz 21303 BLAKE2B 6f4b66b713ca4976eae61bf516bfecf13b8d6f56e03ae772ba9465e7c4c52b8d5ffa713b9441c73538a0b05665da7b7aa53d5f5da1626c6c208edf1c8239b1b1 SHA512 95d70431a7c3fa3b1602e6ad0e72975cecf5f0464e1bbc21d5b4eee6aefee52794c7b1d8dacf0681cc4cbb5ae7910075a7d0b3859647cc55298a2792489c4bfb +DIST pytest-services-2.2.1.gh.tar.gz 21303 BLAKE2B 6f4b66b713ca4976eae61bf516bfecf13b8d6f56e03ae772ba9465e7c4c52b8d5ffa713b9441c73538a0b05665da7b7aa53d5f5da1626c6c208edf1c8239b1b1 SHA512 95d70431a7c3fa3b1602e6ad0e72975cecf5f0464e1bbc21d5b4eee6aefee52794c7b1d8dacf0681cc4cbb5ae7910075a7d0b3859647cc55298a2792489c4bfb diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild index dcbe182d8cf0..8d34daccb60b 100644 --- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild +++ b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE=" " SRC_URI=" https://github.com/pytest-dev/pytest-services/archive/${PV}.tar.gz - -> ${P}.tar.gz + -> ${P}.gh.tar.gz " LICENSE="MIT" @@ -34,7 +34,7 @@ BDEPEND=" dev-python/pylibmc[${PYTHON_USEDEP}] x11-base/xorg-server[xvfb] net-misc/memcached - !dev-python/pytest-salt + !!dev-python/pytest-salt ) "