commit:     d690fce639b49c3e5e10ed0472ff507688976f49
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 18:05:28 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 18:06:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d690fce6

virtualenv-clone: 0.5.3 + EAPI 7 + py38

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 dev-python/virtualenv-clone/Manifest                  |  1 +
 .../virtualenv-clone/virtualenv-clone-0.5.3.ebuild    | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/virtualenv-clone/Manifest 
b/dev-python/virtualenv-clone/Manifest
index efd9e98135d..58feb6478b1 100644
--- a/dev-python/virtualenv-clone/Manifest
+++ b/dev-python/virtualenv-clone/Manifest
@@ -1 +1,2 @@
 DIST virtualenv-clone-0.2.6.tar.gz 5691 BLAKE2B 
e049f7661939d0cc9b5b85d4bb49c34d62c1f7dc388b974b55e0ef5899c4f44006ad1d2b0df2c50aee3047b54d8645666684df8ddac4f1f006c7e7fdc98e6f40
 SHA512 
e4963532a8f954ab9840f9f950ccb9c5a8c2bb863c6b0bc72576e5f464b321ef098f199192dbdbb342a232223be9d47b170ea6222d3ecb5848f965cb5ddf8256
+DIST virtualenv-clone-0.5.3.tar.gz 6226 BLAKE2B 
8d86b9c44fc2db49d609045342352c2d06a6b3008c44a891b9d1e1a7225d77c69708999ab1b1097df1f76bd858ca5cefec8693e4a9ccf74589bd159de37c442f
 SHA512 
1ba34830d21e8d4ea2f448defbf769afb3a63049c31fab46cfd184f4e5a8745d58984392add327fd5139e5e05a61c172266e2102439577c0b3702152f87fef0d

diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild 
b/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild
new file mode 100644
index 00000000000..58aa0a783d0
--- /dev/null
+++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+# rdepend is correct despite warning, see https://bugs.gentoo.org/705362
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A script for cloning a non-relocatable virtualenv"
+HOMEPAGE="https://github.com/edwardgeorge/virtualenv-clone";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

Reply via email to