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/virtualenvwrapper/
Date: Sun, 29 Mar 2020 11:14:28
Message-Id: 1585480454.5d423d5d744f3922a36140fa2680908873b50ba5.mgorny@gentoo
1 commit: 5d423d5d744f3922a36140fa2680908873b50ba5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:12:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 11:14:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d423d5d
7
8 dev-python/virtualenvwrapper: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/virtualenvwrapper/Manifest | 1 -
13 .../virtualenvwrapper-4.8.2-r1.ebuild | 32 ---------------------
14 .../virtualenvwrapper-4.8.2.ebuild | 33 ----------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/virtualenvwrapper/Manifest b/dev-python/virtualenvwrapper/Manifest
18 index 6a127ed83cb..0b660b17d63 100644
19 --- a/dev-python/virtualenvwrapper/Manifest
20 +++ b/dev-python/virtualenvwrapper/Manifest
21 @@ -1,2 +1 @@
22 -DIST virtualenvwrapper-4.8.2.tar.gz 91331 BLAKE2B a01a971ccfdf1822d65fe6d2f3ae09fde2646c8a6246f54316afb6e5d5068078e77732fed3a9805371fefeed7a4357c27b52eed24e9bd03492965779d6a50836 SHA512 53d92f653b988873da5a46e316a40ef767d97f75072e311aa4a8ae45c8aabb49569e36cc35597f9bdfc1f883a51eb648d5f01f4ea8b3237fae30a21dca67d7bc
23 DIST virtualenvwrapper-4.8.4.tar.gz 334920 BLAKE2B cd790b1e98cca7d09ea9c80df5d52380335d4a0ea4e6d95f7bd48d78583e0d842e1145ea08d8d8c73516adbe8d6c75bd53c17943723f859860a0cad105a2b058 SHA512 461938100061e11af0ee9b17405d991ae34e5ec9c79cc12614962d3178b588a2da710baa15ac626960b09177c1b5b10c7bc590cb4c126ebd2f719d0f1527c9c4
24
25 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2-r1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2-r1.ebuild
26 deleted file mode 100644
27 index b54c54e8572..00000000000
28 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
41 -HOMEPAGE="https://bitbucket.org/dhellmann/virtualenvwrapper
42 - https://pypi.org/project/virtualenvwrapper/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -# testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass
50 -RESTRICT=test
51 -
52 -RDEPEND="
53 - dev-python/virtualenv[${PYTHON_USEDEP}]
54 - dev-python/stevedore[${PYTHON_USEDEP}]
55 - dev-python/virtualenv-clone[${PYTHON_USEDEP}]"
56 -DEPEND="${DEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - dev-python/pbr[${PYTHON_USEDEP}]"
59 -
60 -python_test() {
61 - bash ./tests/run_tests || die "Tests failed under ${EPYTHON}"
62 -}
63
64 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild
65 deleted file mode 100644
66 index 09ffe543e07..00000000000
67 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.2.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -
75 -PYTHON_COMPAT=( python3_6 )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
80 -HOMEPAGE="https://bitbucket.org/dhellmann/virtualenvwrapper
81 - https://pypi.org/project/virtualenvwrapper/"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="amd64 x86"
87 -IUSE="test"
88 -
89 -# testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass
90 -RESTRICT=test
91 -
92 -RDEPEND="
93 - dev-python/virtualenv[${PYTHON_USEDEP}]
94 - dev-python/stevedore[${PYTHON_USEDEP}]
95 - dev-python/virtualenv-clone[${PYTHON_USEDEP}]"
96 -DEPEND="${DEPEND}
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - dev-python/pbr[${PYTHON_USEDEP}]"
99 -
100 -python_test() {
101 - bash ./tests/run_tests || die "Tests failed under ${EPYTHON}"
102 -}