aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-15 08:41:38 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-15 08:42:08 +0300
commit535516f4a9b0312aab317ce06fefb81c2527d177 (patch)
tree721cca882bb846908d732b27669188396665d771
parentdev-python/pytest-toolbox: treeclean (imported to ::gentoo) (diff)
downloadguru-535516f4.tar.gz
guru-535516f4.tar.bz2
guru-535516f4.zip
dev-python/pytest-sugar: treeclean (imported to ::gentoo)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/pytest-sugar/Manifest1
-rw-r--r--dev-python/pytest-sugar/metadata.xml20
-rw-r--r--dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild32
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
deleted file mode 100644
index 69354e873..000000000
--- a/dev-python/pytest-sugar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
diff --git a/dev-python/pytest-sugar/metadata.xml b/dev-python/pytest-sugar/metadata.xml
deleted file mode 100644
index 6da8f3513..000000000
--- a/dev-python/pytest-sugar/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
-pytest-sugar changes the look and feel of pytest, Python testing tool, by adding a progressbar and instafailing tests
- </longdescription>
- <upstream>
- <remote-id type="github">Teemu/pytest-sugar</remote-id>
- <remote-id type="pypi">pytest-sugar</remote-id>
- <maintainer status="unknown">
- <email>janne.vanhala@gmail.com</email>
- <name>Janne Vanhala</name>
- </maintainer>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
deleted file mode 100644
index 02e296b52..000000000
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
+++ /dev/null
@@ -1,32 +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,9} pypy3 )
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
-HOMEPAGE="
- https://pivotfinland.com/pytest-sugar
- https://github.com/Teemu/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 ~x86"
-
-RDEPEND="
- >=dev-python/packaging-14.1[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
- >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests --install pytest