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 A946D158086 for ; Tue, 14 Dec 2021 07:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B662BC011; Tue, 14 Dec 2021 07:14:10 +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 9FBDF2BC00A for ; Tue, 14 Dec 2021 07:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B718A34366D for ; Tue, 14 Dec 2021 07:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B5A4253 for ; Tue, 14 Dec 2021 07:14:05 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1639465346.385f0b32fe2d5419c93fe07a57b16ba3255c8507.cybertailor@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/metadata.xml dev-python/pip-api/pip-api-0.0.26.ebuild X-VCS-Directories: dev-python/pip-api/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 385f0b32fe2d5419c93fe07a57b16ba3255c8507 X-VCS-Branch: dev Date: Tue, 14 Dec 2021 07:14:05 +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: e24dbcf0-581b-4b86-b214-cc1ce2e9404a X-Archives-Hash: 96d222f81de53de0a10752254cc728de commit: 385f0b32fe2d5419c93fe07a57b16ba3255c8507 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 10 08:46:38 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Dec 14 07:02:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=385f0b32 dev-python/pip-api: add 0.0.26 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pip-api/Manifest | 1 + dev-python/pip-api/metadata.xml | 2 +- dev-python/pip-api/pip-api-0.0.26.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest index 27482f2ae..636cdaf40 100644 --- a/dev-python/pip-api/Manifest +++ b/dev-python/pip-api/Manifest @@ -1 +1,2 @@ DIST pip-api-0.0.23.tar.gz 106534 BLAKE2B c608260c16281015d26881ed959d0f6712af8971d8e1f1a8128d6bc651c434e574bce3bacf0d773cd4dab1d89cc1dda478448079b1591ddb09eb0e3fe0c44ef1 SHA512 68ac25fc8c3f4dccbd9895900141291aab033a67def7b2da333331b96e3dcfd06ebda90ebe679938e8d126fa6e108f3c7c0805c9e0bf46af55da2f14894d680c +DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548 SHA512 5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea diff --git a/dev-python/pip-api/metadata.xml b/dev-python/pip-api/metadata.xml index a654b8335..11b79e148 100644 --- a/dev-python/pip-api/metadata.xml +++ b/dev-python/pip-api/metadata.xml @@ -1,5 +1,5 @@ - + lssndrbarbieri@gmail.com diff --git a/dev-python/pip-api/pip-api-0.0.26.ebuild b/dev-python/pip-api/pip-api-0.0.26.ebuild new file mode 100644 index 000000000..05845f5e8 --- /dev/null +++ b/dev-python/pip-api/pip-api-0.0.26.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SETUPTOOLS="pyproject.toml" +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="An unofficial, importable pip API" +HOMEPAGE="https://github.com/di/pip-api" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pip[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pretend[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + tests/test_installed_distributions.py::test_installed_distributions_legacy_version +)