summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 10:37:13 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 10:37:13 +0100
commit34b0591890fd58428d744b9d1edaab988f2eb940 (patch)
tree3dbffd820b5daf08dfe9ec9bb01317f994ef3e9e /dev-python/sure
parentdev-python/rst-linker: Remove old (diff)
downloadgentoo-34b0591890fd58428d744b9d1edaab988f2eb940.tar.gz
gentoo-34b0591890fd58428d744b9d1edaab988f2eb940.tar.bz2
gentoo-34b0591890fd58428d744b9d1edaab988f2eb940.zip
dev-python/sure: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sure')
-rw-r--r--dev-python/sure/Manifest1
-rw-r--r--dev-python/sure/sure-2.0.0-r1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest
index f0f4797d02da..de28d9c446df 100644
--- a/dev-python/sure/Manifest
+++ b/dev-python/sure/Manifest
@@ -1,2 +1 @@
-DIST sure-2.0.0.tar.gz 46747 BLAKE2B 631923bf2fc0a972e276fbfd1918abbafec28e662669993b40ff8ca72944952d092ac662728f98a286fc9b5c8e3765d10a4d6ef1f17b17655802b971b97410af SHA512 8286846374c2bfc773444e90bf4f9c0b0d66d0229afa53af63025bfec690bf8bcc959f86c238ca5244c6a29099e955691771b0eb954af479bde2f17e51f6f1de
DIST sure-2.0.1.tar.gz 48467 BLAKE2B 2143d073c09e46fa987c6d62ebf59aac61e1304079707cf517d7d1ee10303c21369517a1fc2836d8f1081ebbe7d9c3e68aa629d432f85622b9ff8eaab1dd2abc SHA512 f319685ebb1c00bb064bff3e86543789ec94c9a6a8192ca2e97da3513208f9cac66e9db44e945f68ab39eec696880a2c211627f9881623492946e1a14f2444f5
diff --git a/dev-python/sure/sure-2.0.0-r1.ebuild b/dev-python/sure/sure-2.0.0-r1.ebuild
deleted file mode 100644
index febd02d7db38..000000000000
--- a/dev-python/sure/sure-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="idiomatic assertion toolkit with human-friendly failure messages"
-HOMEPAGE="
- https://github.com/gabrielfalcao/sure/
- https://pypi.org/project/sure/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # requires dev-python/nose
- tests/test_old_api.py
-)
-
-src_prepare() {
- sed -i -e 's:--cov=sure::' setup.cfg || die
- distutils-r1_src_prepare
-}