diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 18:20:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 18:26:56 +0100 |
commit | 4e3f8748fa249ffbcca8568fb24cab8918768cf9 (patch) | |
tree | 3426b0cb4f09510ecf059b85fd406c4ecaab7faa /dev-python/expects | |
parent | dev-python/mamba: Remove old (diff) | |
download | gentoo-4e3f8748fa249ffbcca8568fb24cab8918768cf9.tar.gz gentoo-4e3f8748fa249ffbcca8568fb24cab8918768cf9.tar.bz2 gentoo-4e3f8748fa249ffbcca8568fb24cab8918768cf9.zip |
dev-python/expects: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/expects')
-rw-r--r-- | dev-python/expects/expects-0.9.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0.ebuild deleted file mode 100644 index a49e7b71d656..000000000000 --- a/dev-python/expects/expects-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python" -HOMEPAGE="https://github.com/jaimegildesagredo/expects" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( dev-python/mamba[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs - -python_test() { - mamba || die "tests failed under ${EPYTHON}" -} |