diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-26 00:01:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-26 00:01:26 +0200 |
commit | 5f5176fe3da027123bc6419b6fb30a1851bab694 (patch) | |
tree | b79740fd3ad796889d46d8188c770b9d7c45f332 /dev-python/flexmock/flexmock-0.10.4.ebuild | |
parent | dev-python/dicttoxml: Remove old (diff) | |
download | gentoo-5f5176fe3da027123bc6419b6fb30a1851bab694.tar.gz gentoo-5f5176fe3da027123bc6419b6fb30a1851bab694.tar.bz2 gentoo-5f5176fe3da027123bc6419b6fb30a1851bab694.zip |
dev-python/flexmock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flexmock/flexmock-0.10.4.ebuild')
-rw-r--r-- | dev-python/flexmock/flexmock-0.10.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/flexmock/flexmock-0.10.4.ebuild b/dev-python/flexmock/flexmock-0.10.4.ebuild deleted file mode 100644 index 5be99a9dfb3e..000000000000 --- a/dev-python/flexmock/flexmock-0.10.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Testing library to create mocks, stubs and fakes" -HOMEPAGE="https://flexmock.readthedocs.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -distutils_enable_tests pytest - -python_install_all() { - distutils-r1_python_install_all - dodoc -r docs -} |