mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
dev-python/pytest-raisesregexp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
fb7b028c59
commit
665f1881b5
@ -1 +0,0 @@
|
||||
DIST pytest-raisesregexp-2.1.tar.gz 3159 BLAKE2B dc1d45be8758c2e79e9dece38b6499d4d6e797e38dc4be58e9ab8fd67321683884a1f510107b1d0c3578e04d8364a939dc7528c6873457e0a5a2c104f1fb1659 SHA512 2d54413c3e5e1aa203738d5b1ad67cc478a0e57a5d5340908bee7d1da23702f52de45e6b7503b7122075733bde2b83080b20d563d4a485688dd889c7e1421130
|
||||
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!--maintainer-needed-->
|
||||
<upstream>
|
||||
<remote-id type="github">Walkman/pytest_raisesregexp</remote-id>
|
||||
<remote-id type="pypi">pytest-raisesregexp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
|
||||
inherit distutils-r1 vcs-snapshot
|
||||
|
||||
DESCRIPTION="Simple pytest plugin to look for regex in Exceptions"
|
||||
HOMEPAGE="https://github.com/Walkman/pytest_raisesregexp"
|
||||
SRC_URI="https://github.com/kissgyorgy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
CDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( ${CDEPEND} )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
dev-python/py[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
${PYTHON} -m pytest || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
@ -458,7 +458,6 @@ net-mail/Freemail
|
||||
# a few have been declared discontinued upstream. None of them has
|
||||
# any reverse dependency.
|
||||
# Removal in 30 days. Bug #694280.
|
||||
dev-python/pytest-raisesregexp
|
||||
dev-python/python-consul
|
||||
dev-python/python-ptrace
|
||||
dev-python/pyuv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user