diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:07:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:28 +0200 |
commit | e736ba4b57a38ec2a0b0ddf529886556a535c988 (patch) | |
tree | 9cf5f20857ccce24e60d5a4cb7ce4783fbf22737 /dev-python/pluggy | |
parent | dev-python/pluggy: Remove python2 (diff) | |
download | gentoo-e736ba4b57a38ec2a0b0ddf529886556a535c988.tar.gz gentoo-e736ba4b57a38ec2a0b0ddf529886556a535c988.tar.bz2 gentoo-e736ba4b57a38ec2a0b0ddf529886556a535c988.zip |
dev-python/pluggy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pluggy')
-rw-r--r-- | dev-python/pluggy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pluggy/pluggy-0.11.0-r1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest index 947f88620bd6..a3ce44c13b1b 100644 --- a/dev-python/pluggy/Manifest +++ b/dev-python/pluggy/Manifest @@ -1,2 +1 @@ -DIST pluggy-0.11.0.tar.gz 56897 BLAKE2B 2d40ca953fa0ead7516dd81007ef6f1f88b0ebe45512b031fda9ed69c953bca08109f157676ba2ed545ffb1f8f7bb18fa1b8532635d6fc929c62bf0b5de45128 SHA512 8808f5015fa6f33fcb07047c644706bf3acceed1e107dd617395e61aa9765a45e3a641e49c610ab817ebaa2c4f3b32a15bf347579206e979fe6b844ba2f684b5 DIST pluggy-0.13.1.tar.gz 57962 BLAKE2B aa0a3eec06c988a727bc15511313f12a08bde65da55bcc5e7547a654e3ca8a34c12dfa72166b6a37b524972730f08454b6a0446e071d2710396e868ae3a77151 SHA512 eb747ff341cedacbd90eb20e22ad3d1ddf5588056f14d069f56331f4141a15b7eccaee23ea196d2f4906964ddb77a79b156bbf3ef8c8083e9952c55d13d55f3e diff --git a/dev-python/pluggy/pluggy-0.11.0-r1.ebuild b/dev-python/pluggy/pluggy-0.11.0-r1.ebuild deleted file mode 100644 index 2fd706abd78b..000000000000 --- a/dev-python/pluggy/pluggy-0.11.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="plugin and hook calling mechanisms for python" -HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy https://pypi.org/project/pluggy/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - PYTHONPATH="${BUILD_DIR}/lib" pytest -v || die "tests failed with ${EPYTHON}" -} |