summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-06-06 19:21:12 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-06 19:21:12 +0200
commitf51267cdbb18f2378a1246a401a729432f5e37d5 (patch)
treedaa4af7514e2b4d37c46cff752f8f7ece194684b /dev-python
parentsys-apps/dbus-broker: drop 27 (diff)
downloadgentoo-f51267cdbb18f2378a1246a401a729432f5e37d5.tar.gz
gentoo-f51267cdbb18f2378a1246a401a729432f5e37d5.tar.bz2
gentoo-f51267cdbb18f2378a1246a401a729432f5e37d5.zip
dev-python/pytest-testmon: Remove last-rited pkg
Closes: https://bugs.gentoo.org/786666 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-testmon/Manifest1
-rw-r--r--dev-python/pytest-testmon/metadata.xml12
-rw-r--r--dev-python/pytest-testmon/pytest-testmon-1.0.3.ebuild26
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/pytest-testmon/Manifest b/dev-python/pytest-testmon/Manifest
deleted file mode 100644
index ae276597402d..000000000000
--- a/dev-python/pytest-testmon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-testmon-1.0.3.tar.gz 44160 BLAKE2B a5b623afca30b8c03902a37c8ea56680691cf6a66979e3e3ecb00977f467e5b497ec58f2ddffa8d6993aa69d5c8614a342c7b52929193f0e7694b87671a94fd3 SHA512 1107836272517a390a3cc30d550ac3ebd2cf589430059d03b5c85a1db86276ce73044663c3bfc000e7d5805fc26d716bb26e17081ac2a46b799117fdc14a4df9
diff --git a/dev-python/pytest-testmon/metadata.xml b/dev-python/pytest-testmon/metadata.xml
deleted file mode 100644
index fcec7c1b8e6f..000000000000
--- a/dev-python/pytest-testmon/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">pytest-testmon</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-testmon/pytest-testmon-1.0.3.ebuild b/dev-python/pytest-testmon/pytest-testmon-1.0.3.ebuild
deleted file mode 100644
index 18df13a7d277..000000000000
--- a/dev-python/pytest-testmon/pytest-testmon-1.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Take TDD to a new level with py.test and testmon"
-HOMEPAGE="https://github.com/tarpas/pytest-testmon"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Tests are broken for version 1.0.3
-# https://github.com/tarpas/pytest-testmon/issues/158
-RESTRICT="test"
-
-RDEPEND="
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/unittest-mixins[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest