From ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 29 Feb 2020 18:01:47 +0000 Subject: gentoo (leap year) resync : 29.02.2020 --- dev-python/openstack-nose-plugin/Manifest | 3 --- dev-python/openstack-nose-plugin/metadata.xml | 20 ------------------- .../openstack-nose-plugin-0.11-r2.ebuild | 23 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 dev-python/openstack-nose-plugin/Manifest delete mode 100644 dev-python/openstack-nose-plugin/metadata.xml delete mode 100644 dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild (limited to 'dev-python/openstack-nose-plugin') diff --git a/dev-python/openstack-nose-plugin/Manifest b/dev-python/openstack-nose-plugin/Manifest deleted file mode 100644 index edb5377469c5..000000000000 --- a/dev-python/openstack-nose-plugin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST openstack.nose_plugin-0.11.tar.gz 4120 BLAKE2B 5335b920cba985639d0ca36f475d0d020bdf15eab5a32fc481f0d7200de867c437dc0fa6766aecd93e41a564c584201ebec92c10030c577768f3b2e798661258 SHA512 25139ebd3229cb5e07e296848d5a0bff090bec9b3ba618fe3a4278bdc9b2f7f0eced887285e9e3836b555afcbd74f061ec90a8a63d5c1fdfc53b7aea48a102a2 -EBUILD openstack-nose-plugin-0.11-r2.ebuild 646 BLAKE2B 62947daeceda964398fbdbab95a50ecf47989a3c9027c0a6a99fa5917aa71da2f87d5413413499fafb6d1e03969e073a370d8a011a8f7d17bdd1c0eb4086bca8 SHA512 34da4e2069aecdffdb179974523a3806d1b1e4c06ec4057fb6d2db329249035dfd84fc9c12eab1bb4dbb36249313654cb21db0f55e15150eff173cb002f040b5 -MISC metadata.xml 684 BLAKE2B 47a57afa49f7edb3df474f5859e3b735c69e4dd916de9228b0272590838edb8e0140b9be6b1ca9321d38e34470f79899ca24b15640d0ebe3f1da572538fac0fd SHA512 a1e6ea9f0bdd146e9b61d2679c425cc0946e0fc835edb39feda2b103355d7a3cde81366b417297eebc9ee7a0e8044fa02b99cc596e834dc63910f6f80f9a9a73 diff --git a/dev-python/openstack-nose-plugin/metadata.xml b/dev-python/openstack-nose-plugin/metadata.xml deleted file mode 100644 index 087aceb21ebd..000000000000 --- a/dev-python/openstack-nose-plugin/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - prometheanfire@gentoo.org - Matthew Thode - - - python@gentoo.org - Python - - - openstack.nose_plugin provides a nose plugin that allow's nosetests output - to mimic the output of openstack's run_tests.py. - - - openstack.nose_plugin - openstack-dev/openstack-nose - - diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild deleted file mode 100644 index 56df4bfe15ed..000000000000 --- a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="openstack run_tests.py style output for nosetests" -HOMEPAGE="https://github.com/openstack-dev/openstack-nose" -MY_PN="openstack.nose_plugin" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -S="${WORKDIR}/${MY_PN}-${PV}" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}]" -- cgit v1.2.3