Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-envs/
Date: Thu, 30 Dec 2021 21:30:29
Message-Id: 1640899560.20d12f205d63fa0cf360fc1111762c86982990ac.mgorny@gentoo
1 commit: 20d12f205d63fa0cf360fc1111762c86982990ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 21:26:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 21:26:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d12f20
7
8 dev-python/jaraco-envs: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-envs/Manifest | 1 -
13 dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild | 27 -------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/jaraco-envs/Manifest b/dev-python/jaraco-envs/Manifest
17 index cfedbc64db53..ce338bf6a09a 100644
18 --- a/dev-python/jaraco-envs/Manifest
19 +++ b/dev-python/jaraco-envs/Manifest
20 @@ -1,2 +1 @@
21 -DIST jaraco.envs-2.1.1.tar.gz 10190 BLAKE2B 3b191549fe8a5cee1a964559f7ecba8305ac22cc1980191c7fd967a8fb5eac7c81cd8a2752566e2d0e820a9d089422d11fc5529f56d4266cae411ce13e304bb8 SHA512 c71aab9748cfa31c27bb7899117e15d2836851a47a76b638177facc89e894dfa2c4168da2d5b1873b1eeed0d785d23137e56e198f92fb83deb26aab38e342ad2
22 DIST jaraco.envs-2.2.0.tar.gz 6151 BLAKE2B a620bb64ffad881e9b31569d90b621ac79f27ff78c6531f0e89e7f4cf386a4a8045aa9676e561b51d75ce1bef82b4f86342fb51dfe1a1acc32eeae58b4237373 SHA512 b852168f718c133142b592402d17891cad821493842324263c195d0c6d15592946c89431d278b4860f8802363debce87f35e11f1357a52b94620bcc3f90d99ec
23
24 diff --git a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild
25 deleted file mode 100644
26 index b283ec514cc0..000000000000
27 --- a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
35 -inherit distutils-r1
36 -
37 -MY_P=${P/-/.}
38 -DESCRIPTION="Classes for orchestrating Python (virtual) environments"
39 -HOMEPAGE="https://github.com/jaraco/jaraco.envs"
40 -SRC_URI="mirror://pypi/${MY_P::1}/${PN/-/.}/${MY_P}.tar.gz"
41 -S=${WORKDIR}/${MY_P}
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
46 -
47 -RDEPEND="
48 - dev-python/path-py[${PYTHON_USEDEP}]
49 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 'python3_[67]')"
50 -# toml is required by setuptools_scm
51 -BDEPEND="
52 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
53 - dev-python/toml[${PYTHON_USEDEP}]"
54 -
55 -# there are no actual tests, just flake8 etc
56 -RESTRICT="test"