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: Sun, 29 Mar 2020 11:14:27
Message-Id: 1585480452.facc63617c536bfbbde60cc2d1ad04645bd32505.mgorny@gentoo
1 commit: facc63617c536bfbbde60cc2d1ad04645bd32505
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:12:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 11:14:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facc6361
7
8 dev-python/virtualenv-clone: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/virtualenv-clone/Manifest | 1 -
13 .../virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/virtualenv-clone/Manifest b/dev-python/virtualenv-clone/Manifest
17 index 58feb6478b1..371caf253b4 100644
18 --- a/dev-python/virtualenv-clone/Manifest
19 +++ b/dev-python/virtualenv-clone/Manifest
20 @@ -1,2 +1 @@
21 -DIST virtualenv-clone-0.2.6.tar.gz 5691 BLAKE2B e049f7661939d0cc9b5b85d4bb49c34d62c1f7dc388b974b55e0ef5899c4f44006ad1d2b0df2c50aee3047b54d8645666684df8ddac4f1f006c7e7fdc98e6f40 SHA512 e4963532a8f954ab9840f9f950ccb9c5a8c2bb863c6b0bc72576e5f464b321ef098f199192dbdbb342a232223be9d47b170ea6222d3ecb5848f965cb5ddf8256
22 DIST virtualenv-clone-0.5.3.tar.gz 6226 BLAKE2B 8d86b9c44fc2db49d609045342352c2d06a6b3008c44a891b9d1e1a7225d77c69708999ab1b1097df1f76bd858ca5cefec8693e4a9ccf74589bd159de37c442f SHA512 1ba34830d21e8d4ea2f448defbf769afb3a63049c31fab46cfd184f4e5a8745d58984392add327fd5139e5e05a61c172266e2102439577c0b3702152f87fef0d
23
24 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
25 deleted file mode 100644
26 index 11a857e4a92..00000000000
27 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{3_6,3_7} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A script for cloning a non-relocatable virtualenv"
40 -HOMEPAGE="https://github.com/edwardgeorge/virtualenv-clone"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -RDEPEND="${DEPEND}"