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 BFE9F15800F for ; Tue, 7 Feb 2023 09:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AF4DE08A8; Tue, 7 Feb 2023 09:27:01 +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 E4ADAE08A8 for ; Tue, 7 Feb 2023 09:27:00 +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 DCF00335D4D for ; Tue, 7 Feb 2023 09:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4648B7 for ; Tue, 7 Feb 2023 09:26:56 +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: <1675762006.9aca188cc16405c43b764e52bb592e6dce7de0b0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip-run/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip-run/Manifest dev-python/pip-run/pip-run-10.0.5-r1.ebuild dev-python/pip-run/pip-run-10.0.5.ebuild X-VCS-Directories: dev-python/pip-run/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9aca188cc16405c43b764e52bb592e6dce7de0b0 X-VCS-Branch: master Date: Tue, 7 Feb 2023 09:26:56 +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: 49e09d75-f7c9-48ff-8289-a34ce727801a X-Archives-Hash: 7de6bb8d846ad1303ca83f84f953cde8 commit: 9aca188cc16405c43b764e52bb592e6dce7de0b0 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 7 09:10:47 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 7 09:26:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aca188c dev-python/pip-run: Switch to PyPI sdist Signed-off-by: Michał Górny gentoo.org> dev-python/pip-run/Manifest | 2 +- .../pip-run/{pip-run-10.0.5.ebuild => pip-run-10.0.5-r1.ebuild} | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-python/pip-run/Manifest b/dev-python/pip-run/Manifest index 4779ff17ee75..a3e1ff912d4e 100644 --- a/dev-python/pip-run/Manifest +++ b/dev-python/pip-run/Manifest @@ -1 +1 @@ -DIST pip-run-10.0.5.gh.tar.gz 25463 BLAKE2B a25d6f06aa53dabbb15fec0f5a051bd7d612fb96bb1557ac25cd5611db7963110cb5aa8be376fe199e7e9438b3b28930fd45626af1246deb48c41de9b61b8264 SHA512 6595c9b3b635a5bb5ae6e61478986531698947fb4289734b8c689f902afe7726efda283df43530253fc0f9b9416db13c4645a7ac0ed4d2ac8d87a71e9a9923ab +DIST pip-run-10.0.5.tar.gz 32411 BLAKE2B ce633d003fa869f199dfdded46efb6bfa9fc4e24327cb99b0176d8e6e6bcff552c6f84589b77907a063fba3315b3f9c64d6c182d70dc39d59a1342ee9fe62193 SHA512 55309445793c101d54fd61303e770ae271cfe2be20e7bc084ca0f4e6363a8de28ffdd7cd1b8c595c88d5c0a99863182053d00d3a4175fa5465ef958401601d66 diff --git a/dev-python/pip-run/pip-run-10.0.5.ebuild b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild similarity index 89% rename from dev-python/pip-run/pip-run-10.0.5.ebuild rename to dev-python/pip-run/pip-run-10.0.5-r1.ebuild index ce468c5d594c..e829ccf41883 100644 --- a/dev-python/pip-run/pip-run-10.0.5.ebuild +++ b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild @@ -6,17 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Install packages and run Python with them" HOMEPAGE=" https://github.com/jaraco/pip-run/ https://pypi.org/project/pip-run/ " -SRC_URI=" - https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" LICENSE="MIT" SLOT="0" @@ -49,8 +45,6 @@ BDEPEND=" distutils_enable_tests pytest -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - python_test() { local EPYTEST_IGNORE=()