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/virtualenv-clone/
Date: Mon, 30 Aug 2021 05:57:58
Message-Id: 1630303068.1eff913a7137eb053286985a0a9998c6be84e765.mgorny@gentoo
1 commit: 1eff913a7137eb053286985a0a9998c6be84e765
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 05:56:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 05:57:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eff913a
7
8 dev-python/virtualenv-clone: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/virtualenv-clone/Manifest | 2 --
13 .../virtualenv-clone/virtualenv-clone-0.5.3.ebuild | 19 -------------------
14 .../virtualenv-clone/virtualenv-clone-0.5.5.ebuild | 22 ----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-python/virtualenv-clone/Manifest b/dev-python/virtualenv-clone/Manifest
18 index 74e3e2d5723..25dc92f02ef 100644
19 --- a/dev-python/virtualenv-clone/Manifest
20 +++ b/dev-python/virtualenv-clone/Manifest
21 @@ -1,3 +1 @@
22 -DIST virtualenv-clone-0.5.3.tar.gz 6226 BLAKE2B 8d86b9c44fc2db49d609045342352c2d06a6b3008c44a891b9d1e1a7225d77c69708999ab1b1097df1f76bd858ca5cefec8693e4a9ccf74589bd159de37c442f SHA512 1ba34830d21e8d4ea2f448defbf769afb3a63049c31fab46cfd184f4e5a8745d58984392add327fd5139e5e05a61c172266e2102439577c0b3702152f87fef0d
23 -DIST virtualenv-clone-0.5.5.gh.tar.gz 8679 BLAKE2B 4283de1e7b53083357d68ea556ad68144fff104d531fcc741b2194e7b501de52ade791612a538d87585af75ecf187e0bee2d13a76cc55c0516f8f145a11b58e7 SHA512 b4bcbfbba9d6616d00ecbd574651dc93cdc71ac85e610c924681692665478975f2381e04afb0b9e8b59c76484085ab3519aa4a58b1dfe057a0be0ea83263e93e
24 DIST virtualenv-clone-0.5.6.gh.tar.gz 8723 BLAKE2B 2bac625f85a26ac2224fb982230fdf592963ac462d6d86c59100bf960fc37dd4ae7ae9da0e6234e1b2952d77ce55e0a0c60c06c7db4868709638f21479e8150b SHA512 5788a3d2994b3cbf4ec4668e2d0597e7a033a5eb13465b3964aeb2a38c5798a879e818a88a9cfa37b87a9aae534416c157cd82959af556b6ec94ffbc755ba844
25
26 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild
27 deleted file mode 100644
28 index 49cb1ae866d..00000000000
29 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7,8,9} )
38 -# rdepend is correct despite warning, see https://bugs.gentoo.org/705362
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A script for cloning a non-relocatable virtualenv"
44 -HOMEPAGE="https://github.com/edwardgeorge/virtualenv-clone"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51
52 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild
53 deleted file mode 100644
54 index 92908cdde49..00000000000
55 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild
56 +++ /dev/null
57 @@ -1,22 +0,0 @@
58 -# Copyright 1999-2021 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=8
62 -
63 -PYTHON_COMPAT=( python3_{8..9} )
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="A script for cloning a non-relocatable virtualenv"
67 -HOMEPAGE="https://github.com/edwardgeorge/virtualenv-clone/"
68 -SRC_URI="
69 - https://github.com/edwardgeorge/virtualenv-clone/archive/${PV}.tar.gz
70 - -> ${P}.gh.tar.gz"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -
76 -BDEPEND="
77 - test? ( dev-python/virtualenv[${PYTHON_USEDEP}] )"
78 -
79 -distutils_enable_tests pytest