summaryrefslogtreecommitdiff
path: root/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-04-30 08:23:47 +0100
committerJustin Lecher <jlec@gentoo.org>2017-04-30 08:37:36 +0100
commitfc11a14edc401e67994ab5017925cbd9f496832b (patch)
tree7b86be73c1b2e5273771bd26df697412913f8d10 /dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
parent8bde67f1de6ffa412e812a52050a3f98951d563d (diff)
downloadgentoo-fc11a14edc401e67994ab5017925cbd9f496832b.tar.gz
gentoo-fc11a14edc401e67994ab5017925cbd9f496832b.tar.bz2
gentoo-fc11a14edc401e67994ab5017925cbd9f496832b.zip
dev-python/pytest-pythonpath: Py3.6 support
drop old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild')
-rw-r--r--dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
deleted file mode 100644
index 78cb49a71dc4..000000000000
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin for adding to the PYTHONPATH from command line or configs"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-pythonpath https://github.com/bigsassy/pytest-pythonpath"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"