summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-24 20:40:55 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-24 20:40:55 +0200
commit2c744d9f25e585d0036da2b1fdd09f9ad8211166 (patch)
tree0585c3618aeaa881c25bdc9f36a5e167b5852acc /dev-python/minimock
parentdev-python/makefun: Remove old (diff)
downloadgentoo-2c744d9f25e585d0036da2b1fdd09f9ad8211166.tar.gz
gentoo-2c744d9f25e585d0036da2b1fdd09f9ad8211166.tar.bz2
gentoo-2c744d9f25e585d0036da2b1fdd09f9ad8211166.zip
dev-python/minimock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/minimock')
-rw-r--r--dev-python/minimock/Manifest1
-rw-r--r--dev-python/minimock/minimock-1.3.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/minimock/Manifest b/dev-python/minimock/Manifest
index 6f53f4d0a114..292be498d951 100644
--- a/dev-python/minimock/Manifest
+++ b/dev-python/minimock/Manifest
@@ -1,2 +1 @@
DIST minimock-1.3.0.gh.tar.gz 13828 BLAKE2B ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824 SHA512 de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196
-DIST minimock-1.3.0.tar.gz 13828 BLAKE2B ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824 SHA512 de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196
diff --git a/dev-python/minimock/minimock-1.3.0.ebuild b/dev-python/minimock/minimock-1.3.0.ebuild
deleted file mode 100644
index dda36847f069..000000000000
--- a/dev-python/minimock/minimock-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +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} )
-
-inherit distutils-r1
-
-MY_P="MiniMock-${PV}"
-
-DESCRIPTION="The simplest possible mock library"
-HOMEPAGE="https://pypi.org/project/MiniMock/"
-SRC_URI="https://github.com/lowks/minimock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-
-DOCS=( CHANGELOG.txt README.rst )
-
-distutils_enable_tests nose
-
-src_prepare() {
- sed -i -e '/cov/d' setup.cfg || die
- default
-}