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: Sat, 21 May 2022 09:09:51
Message-Id: 1653124177.b6b84926d7974b3ef5bc48ad91b18a9472e89e11.mgorny@gentoo
1 commit: b6b84926d7974b3ef5bc48ad91b18a9472e89e11
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 08:43:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 09:09:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b84926
7
8 dev-python/virtualenv-clone: Bump to 0.5.7
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.5.7.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/virtualenv-clone/Manifest b/dev-python/virtualenv-clone/Manifest
17 index 25dc92f02efe..2dd7b31a38df 100644
18 --- a/dev-python/virtualenv-clone/Manifest
19 +++ b/dev-python/virtualenv-clone/Manifest
20 @@ -1 +1,2 @@
21 DIST virtualenv-clone-0.5.6.gh.tar.gz 8723 BLAKE2B 2bac625f85a26ac2224fb982230fdf592963ac462d6d86c59100bf960fc37dd4ae7ae9da0e6234e1b2952d77ce55e0a0c60c06c7db4868709638f21479e8150b SHA512 5788a3d2994b3cbf4ec4668e2d0597e7a033a5eb13465b3964aeb2a38c5798a879e818a88a9cfa37b87a9aae534416c157cd82959af556b6ec94ffbc755ba844
22 +DIST virtualenv-clone-0.5.7.gh.tar.gz 8749 BLAKE2B 584f67c5a1921667ff2daf3b632ca6661d60ace166c6d05e22783a37c4387a92ec1a97990eb7a0c1a687d3e14d258df54b8b81c560458e33c31657c2c378382a SHA512 a71cc1e02ac70fb41945a505297ae894a0bd17e397f90b7cc9ddff599b2f649ca24d3e767a2672e8c27c387e5a235ec6bcbbfcdeb9a0c6e6d4600cf7f4149f4a
23
24 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild
25 new file mode 100644
26 index 000000000000..d7c7d6520d7c
27 --- /dev/null
28 +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.7.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A script for cloning a non-relocatable virtualenv"
41 +HOMEPAGE="
42 + https://github.com/edwardgeorge/virtualenv-clone/
43 + https://pypi.org/project/virtualenv-clone/
44 +"
45 +SRC_URI="
46 + https://github.com/edwardgeorge/virtualenv-clone/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~riscv ~x86"
53 +
54 +BDEPEND="
55 + test? (
56 + dev-python/virtualenv[${PYTHON_USEDEP}]
57 + )
58 +"
59 +
60 +distutils_enable_tests pytest