dev-python/pytest-sugar: remove outdated pytest-sugar
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
|
||||
EBUILD pytest-sugar-0.9.4.ebuild 853 BLAKE2B 176a16e68e53bbe03ada4dfdf5ad58eeb3a657ac90f368f4cb04120eceaaead87846d7b2a21d74bd57379bb46e83b601c81215ead34973fe76a6de9cdfb2ff87 SHA512 68bd2814bb8cf3ab128d5999c38fe2b3c289bafeeb2da6223d9463e298f400f85208f8e99cfb721d295498ab864b7b6f9a846ff02a2208042e25fc13d0ea6aa5
|
||||
MISC metadata.xml 502 BLAKE2B 7b56627fbbf30a82d0a4c3b7d8c0b7ec097d875e44a8c13dd423567a3609a222dbdcdfc1b829afac7dc28409b97d9b88fc2eda51475fe74251af8f40b5ba567e SHA512 0a39f5d7cded7ad850074f2df445d9304469665cfdacc493ae2348ac43d207e402d6682e3150a4426da267ee9797c8dd5196196e450b372f18d827cf297c975d
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pytest-sugar</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>orkkiolento@gmail.com, janne.vanhala@gmail.com</email>
|
||||
<name>Teemu, Janne Vanhala and others</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,33 +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
|
||||
|
||||
DESCRIPTION="pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
|
||||
HOMEPAGE="https://pivotfinland.com/pytest-sugar/ https://pypi.org/project/pytest-sugar/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user