diff options
| author | eroen | 2017-07-25 01:11:38 +0200 |
|---|---|---|
| committer | eroen | 2017-07-25 01:12:00 +0200 |
| commit | 477c601181374e8d695d22b3f32fa9781f4915b4 (patch) | |
| tree | 2f089b397a0d9e3a88452401caa3700ae756e0dc /dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | |
| parent | 8436bd5d7c9cc412dbf8999d21ff17ca4817f795 (diff) | |
| download | eroen-overlay-477c601181374e8d695d22b3f32fa9781f4915b4.tar.gz eroen-overlay-477c601181374e8d695d22b3f32fa9781f4915b4.tar.bz2 eroen-overlay-477c601181374e8d695d22b3f32fa9781f4915b4.tar.xz | |
dev-python/pytest-isort from gentoo
Diffstat (limited to 'dev-python/pytest-isort/pytest-isort-0.1.0.ebuild')
| -rw-r--r-- | dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild new file mode 100644 index 00000000..d0c9bc03 --- /dev/null +++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin for isort" +HOMEPAGE="https://github.com/moccu/${PN} https://pypi.python.org/pypi/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/isort-3.9.6[${PYTHON_USEDEP}] + >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] + >=dev-python/pytest-cache-1.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" |
