summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-20 07:12:53 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-20 11:08:29 +0200
commitefb1585413b2b17a666473d0b24057f4fcb1e5fd (patch)
tree28c73bd27abe18d7288ea5f44d55844751a91e0a /dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild
parentvirtual/dist-kernel: Bump to 5.4.133 (diff)
downloadgentoo-efb1585413b2b17a666473d0b24057f4fcb1e5fd.tar.gz
gentoo-efb1585413b2b17a666473d0b24057f4fcb1e5fd.tar.bz2
gentoo-efb1585413b2b17a666473d0b24057f4fcb1e5fd.zip
dev-python/virtualenv-clone: Bump to 0.5.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild')
-rw-r--r--dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild
new file mode 100644
index 000000000000..9386dc0604fd
--- /dev/null
+++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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"