summaryrefslogtreecommitdiff
path: root/dev-python/os-testr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/os-testr
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/os-testr')
-rw-r--r--dev-python/os-testr/Manifest3
-rw-r--r--dev-python/os-testr/metadata.xml13
-rw-r--r--dev-python/os-testr/os-testr-2.0.0.ebuild40
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest
deleted file mode 100644
index 2f0c9266e600..000000000000
--- a/dev-python/os-testr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST os-testr-2.0.0.tar.gz 46787 BLAKE2B ff1b862c24d1f88d0794ad9139a0d57e6da5d57404ad3c659a18d84316b0cb603ec5c3455cf89fd12183dabc060537f6b077cd09a9fe1f785c6cd56fc0c596b4 SHA512 0ee6a144a75f7742aaf6859161f7918fb908a6783180a022a8698ce4dffeac50bf453c208b47ec784687d88a55739fff822483f404f246f222c24245ed6845ea
-EBUILD os-testr-2.0.0.ebuild 1168 BLAKE2B 04a0d2977494141e33bfb89fb6388fdd6b25f6fe0e6895b4e9d3ccdbb29b19f46b7b2b0822e17d60c9dd4a6d4bb2d4df324a4374a6b9391fd1a815060e78fbaf SHA512 4fe63acc46f43a14254a6e4fd5c39ee78af072fedf2b7f4c2c8a22757fe1e430104cbf538a6a0bde95827a3ac49ac32a013aefd5cb07e2b1d3f9d350fc84d0b4
-MISC metadata.xml 407 BLAKE2B a76ad4e70cf95a7aa4a8c46248bcc85669ffc1268ae93563c252e80e79bddbf0ef172cef22f3b5070625232072bfd306cfb94de02c695dc37303526ccecb2388 SHA512 1dcac07d7221ad659c4f3df30a27d2aa7ca4fb66e1b3e18de67aa5a14dabe3d825422ebdaf4b104a96e13f753a19a7a8816ad765001758fbb8f81b65fa357e06
diff --git a/dev-python/os-testr/metadata.xml b/dev-python/os-testr/metadata.xml
deleted file mode 100644
index 47721b633ef1..000000000000
--- a/dev-python/os-testr/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">os-testr</remote-id>
- <remote-id type="github">openstack/os-testr</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/os-testr/os-testr-2.0.0.ebuild b/dev-python/os-testr/os-testr-2.0.0.ebuild
deleted file mode 100644
index c812c1aa60db..000000000000
--- a/dev-python/os-testr/os-testr-2.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
-HOMEPAGE="https://pypi.org/project/os-testr/ https://github.com/openstack/os-testr"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
- >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]"
-DEPEND="
- ${CDEPEND}
- test? ( ${RDEPEND}
- >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
- !~dev-python/coverage-4.1[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- )"
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}