diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-25 08:53:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-25 10:41:16 +0200 |
commit | 42e54b097f144ab88cf8c1bd5a4c09aad7b53d6d (patch) | |
tree | e43aff3392bc40c6f7b2ac5e417e0e14337c5779 /dev-python/sure | |
parent | dev-python/qtawesome: Remove old (diff) | |
download | gentoo-42e54b097f144ab88cf8c1bd5a4c09aad7b53d6d.tar.gz gentoo-42e54b097f144ab88cf8c1bd5a4c09aad7b53d6d.tar.bz2 gentoo-42e54b097f144ab88cf8c1bd5a4c09aad7b53d6d.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/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sure/sure-1.4.11.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest index 1c6c8c5edd8d..0b8dc59777a0 100644 --- a/dev-python/sure/Manifest +++ b/dev-python/sure/Manifest @@ -1,2 +1 @@ -DIST sure-1.4.11.tar.gz 45933 BLAKE2B b2146ee56237f4575cab5122279023066a1b9ba20493ced7d729b1afa456f71a38071b721c39594c3ef2fcc912ba934e85e5cb5da576c3b2d20fa7d4926b56b7 SHA512 ed067385bf9cf317a5d55f6c5fc6ee54ee3d592825be398e47c37d31fc9c010cb9316d4e2bcf1d72d53d7e53fd470792d64348aa2bfa5dc43510daaff97742da DIST sure-2.0.0.tar.gz 46747 BLAKE2B 631923bf2fc0a972e276fbfd1918abbafec28e662669993b40ff8ca72944952d092ac662728f98a286fc9b5c8e3765d10a4d6ef1f17b17655802b971b97410af SHA512 8286846374c2bfc773444e90bf4f9c0b0d66d0229afa53af63025bfec690bf8bcc959f86c238ca5244c6a29099e955691771b0eb954af479bde2f17e51f6f1de diff --git a/dev-python/sure/sure-1.4.11.ebuild b/dev-python/sure/sure-1.4.11.ebuild deleted file mode 100644 index 496ccaa734e2..000000000000 --- a/dev-python/sure/sure-1.4.11.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="idiomatic assertion toolkit with human-friendly failure messages" -HOMEPAGE="https://github.com/gabrielfalcao/sure" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/mock[${PYTHON_USEDEP}] - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( ${RDEPEND} ) -" - -python_test() { - nosetests -v tests || die "Tests failed under ${EPYTHON}" -} |