diff options
Diffstat (limited to 'dev-python/virtualenvwrapper')
| -rw-r--r-- | dev-python/virtualenvwrapper/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/virtualenvwrapper/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild | 32 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/virtualenvwrapper/Manifest b/dev-python/virtualenvwrapper/Manifest new file mode 100644 index 000000000000..0b660b17d635 --- /dev/null +++ b/dev-python/virtualenvwrapper/Manifest @@ -0,0 +1 @@ +DIST virtualenvwrapper-4.8.4.tar.gz 334920 BLAKE2B cd790b1e98cca7d09ea9c80df5d52380335d4a0ea4e6d95f7bd48d78583e0d842e1145ea08d8d8c73516adbe8d6c75bd53c17943723f859860a0cad105a2b058 SHA512 461938100061e11af0ee9b17405d991ae34e5ec9c79cc12614962d3178b588a2da710baa15ac626960b09177c1b5b10c7bc590cb4c126ebd2f719d0f1527c9c4 diff --git a/dev-python/virtualenvwrapper/metadata.xml b/dev-python/virtualenvwrapper/metadata.xml new file mode 100644 index 000000000000..2ee4542c1fb5 --- /dev/null +++ b/dev-python/virtualenvwrapper/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">virtualenvwrapper</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild new file mode 100644 index 000000000000..5e1b6b196766 --- /dev/null +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool" +HOMEPAGE="https://bitbucket.org/dhellmann/virtualenvwrapper + https://pypi.org/project/virtualenvwrapper/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" + +# testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass +RESTRICT=test + +RDEPEND=" + dev-python/virtualenv[${PYTHON_USEDEP}] + dev-python/stevedore[${PYTHON_USEDEP}] + dev-python/virtualenv-clone[${PYTHON_USEDEP}]" +DEPEND="${DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}]" + +python_test() { + bash ./tests/run_tests || die "Tests failed under ${EPYTHON}" +} |
