commit: f25ef7dd0e27e6dcaafd11f0868e5ae6af03417c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:38:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f25ef7dd
dev-python/pip-api: add 0.0.29
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/Manifest | 1 +
dev-python/pip-api/pip-api-0.0.29.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index 374d550e2..470115774 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1 +1,2 @@
DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B
c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548
SHA512
5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea
+DIST pip-api-0.0.29.tar.gz 111361 BLAKE2B
55ff8ac71c8b5fabacab88390735f3f7a7e8e6882577940333342dc87dfb606c2d830376d62df087cd6fdd57beef1fa6629a49518c20ca01c64600910c71e5f0
SHA512
860892058fd36481a489bfaeedf1608bfcc1093731b7de9d45a586e36b8bfcaf4de87095e23a949a34f1f75f29e3d0f803d8310006f7bcac72887cab84663079
diff --git a/dev-python/pip-api/pip-api-0.0.29.ebuild
b/dev-python/pip-api/pip-api-0.0.29.ebuild
new file mode 100644
index 000000000..f439f3ead
--- /dev/null
+++ b/dev-python/pip-api/pip-api-0.0.29.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EPYTEST_DESELECT=(
+
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
+
tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
+)
+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