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 2555B158086 for ; Tue, 2 Nov 2021 03:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14187E08A8; Tue, 2 Nov 2021 03:40:44 +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 D0335E08A8 for ; Tue, 2 Nov 2021 03:40:43 +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 9AB07342D4B for ; Tue, 2 Nov 2021 03:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A9A1AE for ; Tue, 2 Nov 2021 03:40: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: <1635824436.0d624671aae30a75d7fc3a7858d907ca1c5eefee.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pip-api/Manifest dev-python/pip-api/pip-api-0.0.20.ebuild dev-python/pip-api/pip-api-0.0.23.ebuild X-VCS-Directories: dev-python/pip-api/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0d624671aae30a75d7fc3a7858d907ca1c5eefee X-VCS-Branch: dev Date: Tue, 2 Nov 2021 03:40: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: df9fb291-161a-45fd-846e-b64f65e06cc9 X-Archives-Hash: 36d1d0b99897dfa57ce6f8743319a8e3 commit: 0d624671aae30a75d7fc3a7858d907ca1c5eefee Author: Alessandro Barbieri gmail com> AuthorDate: Mon Nov 1 20:37:49 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Nov 2 03:40:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d624671 dev-python/pip-api: new version Closes: https://bugs.gentoo.org/799458 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pip-api/Manifest | 2 +- .../pip-api/{pip-api-0.0.20.ebuild => pip-api-0.0.23.ebuild} | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest index 032d2721b..27482f2ae 100644 --- a/dev-python/pip-api/Manifest +++ b/dev-python/pip-api/Manifest @@ -1 +1 @@ -DIST pip-api-0.0.20.tar.gz 111267 BLAKE2B 9cbb1087f93008ca94d35c5e83d9e159a460a8eae26261c3efc2eeded9b68d627045b1506c5b4c868a8782ad7e0b535a120ad9e2c56df8d6d3b81f51f273deb8 SHA512 c447d986ef4003221d3ed5b020bfe0f8330d969c9bda0af2eab2665712dbed5b3e2e5d05ca2d47ed6d217d180d4231afea46627886968803620cffa5e0979ca4 +DIST pip-api-0.0.23.tar.gz 106534 BLAKE2B c608260c16281015d26881ed959d0f6712af8971d8e1f1a8128d6bc651c434e574bce3bacf0d773cd4dab1d89cc1dda478448079b1591ddb09eb0e3fe0c44ef1 SHA512 68ac25fc8c3f4dccbd9895900141291aab033a67def7b2da333331b96e3dcfd06ebda90ebe679938e8d126fa6e108f3c7c0805c9e0bf46af55da2f14894d680c diff --git a/dev-python/pip-api/pip-api-0.0.20.ebuild b/dev-python/pip-api/pip-api-0.0.23.ebuild similarity index 73% rename from dev-python/pip-api/pip-api-0.0.20.ebuild rename to dev-python/pip-api/pip-api-0.0.23.ebuild index e0b8e1f8a..08b587052 100644 --- a/dev-python/pip-api/pip-api-0.0.20.ebuild +++ b/dev-python/pip-api/pip-api-0.0.23.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +EPYTEST_DESELECT=( tests/test_installed_distributions.py::test_installed_distributions_legacy_version ) DISTUTILS_SETUPTOOLS="pyproject.toml" PYTHON_COMPAT=( python3_{8..10} pypy3 ) @@ -16,8 +17,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -DEPEND=" - dev-python/pip[${PYTHON_USEDEP}] +DEPEND="<=dev-python/pip-21.3.1[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND=" test? ( dev-python/pretend[${PYTHON_USEDEP}] >=dev-python/virtualenv-20[${PYTHON_USEDEP}] @@ -25,7 +27,3 @@ DEPEND=" " distutils_enable_tests pytest - -python_test() { - epytest -vv --deselect tests/test_installed_distributions.py::test_installed_distributions_legacy_version || die -}