Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/
Date: Mon, 30 May 2022 13:17:24
Message-Id: 1653916633.fea84c020285c93b8eba8f730153fd69cb10bf8e.Alessandro-Barbieri@gentoo
1 commit: fea84c020285c93b8eba8f730153fd69cb10bf8e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:16:36 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fea84c02
7
8 dev-python/pip-api: drop 0.0.26
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/pip-api/Manifest | 1 -
13 dev-python/pip-api/pip-api-0.0.26.ebuild | 33 --------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
17 index a49cf928a..a964eb935 100644
18 --- a/dev-python/pip-api/Manifest
19 +++ b/dev-python/pip-api/Manifest
20 @@ -1,2 +1 @@
21 -DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548 SHA512 5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea
22 DIST pip-api-0.0.29-1af2c0f4cc2aa3c50d906adc8da7a6ceb2ba5df7.tar.gz 118238 BLAKE2B d7f0a5cadaaf0a673a76dfd6448c36f86cd5fac9a4633d22361fe3d2b75d4a7841c0ea3fbf2e1b6dffd4d1f3760ce8cac875172312927d878b8df98a933f8b51 SHA512 466e2e9a74c3f7d196a505475500352646655a446e4c8412d9f4dffd3ff988c0f6944bd9d32ece065a0242da49e9f9dce52bc06a4fb0021403328706e6b80236
23
24 diff --git a/dev-python/pip-api/pip-api-0.0.26.ebuild b/dev-python/pip-api/pip-api-0.0.26.ebuild
25 deleted file mode 100644
26 index d5cc12bab..000000000
27 --- a/dev-python/pip-api/pip-api-0.0.26.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_SETUPTOOLS="pyproject.toml"
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An unofficial, importable pip API"
41 -HOMEPAGE="https://github.com/di/pip-api"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
49 -BDEPEND="
50 - test? (
51 - dev-python/pretend[${PYTHON_USEDEP}]
52 - dev-python/toml[${PYTHON_USEDEP}]
53 - >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
54 - )
55 -"
56 -
57 -distutils_enable_tests pytest
58 -
59 -EPYTEST_DESELECT=(
60 - tests/test_installed_distributions.py::test_installed_distributions_legacy_version
61 - tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
62 -)