summaryrefslogtreecommitdiff
path: root/dev-python/setuptools_trial
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/setuptools_trial
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/setuptools_trial')
-rw-r--r--dev-python/setuptools_trial/Manifest3
-rw-r--r--dev-python/setuptools_trial/metadata.xml22
-rw-r--r--dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild26
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/setuptools_trial/Manifest b/dev-python/setuptools_trial/Manifest
deleted file mode 100644
index 11ebccc42792..000000000000
--- a/dev-python/setuptools_trial/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST setuptools_trial-0.6.0.tar.gz 6227 BLAKE2B 2df7276197a5630b8140dce17528b75045ea86e15495146aceafc4428f6ab6493fbe8e2edfded30ae644523455df02f3cb85e8bf8879bd4fafc9a332d9f6bc40 SHA512 9104b98627f57ed53c90d22042346875c5324d7b30e1ec9ba1718b5c59a786915a8fe0a53789a5dbd9318a12b27122661234f5be403365261db6a8728ce39827
-EBUILD setuptools_trial-0.6.0.ebuild 675 BLAKE2B 7f5eb0af9bb3f05836b026d0228cf5f27f324b93fb3d5f748bfa0031d3d46615468a525c36cf65879890cc5b58a4839ef8e2fdcfccef8e9fc5db040ab95076b2 SHA512 0179baec59045a6ffd3e375a8735ec20cda28046f69db98568abdb42eaabba3e613d9dc2a857199aa59ebea1726a9373df4a7b446c81033a8ac486670c1b3a9c
-MISC metadata.xml 816 BLAKE2B 14fd0fe1d40a882dfd51301c409e00409e75b758adb9e7ae3bcefeed9ff283ab3e4e5f5c6a8acf2131da42ee2e5920a6c472d3bb481b02f0aa308110cd74072a SHA512 7a8598ca93cc1f1556c38f882fb29302def77fa88dd2646a4f68a36e442e2e9cf3734e800db956bfb6a9d5c25d94f29808d292e38c708f1b936498c4f2768cf1
diff --git a/dev-python/setuptools_trial/metadata.xml b/dev-python/setuptools_trial/metadata.xml
deleted file mode 100644
index 420e7bb4b033..000000000000
--- a/dev-python/setuptools_trial/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dolsen@gentoo.org</email>
- </maintainer>
- <upstream>
- <maintainer>
- <email>vladimir@rutsky.org</email>
- <name>Vladimir Rutsky</name>
- </maintainer>
- <remote-id type="pypi">setuptools_trial</remote-id>
- <remote-id type="github">rutsky/setuptools-trial</remote-id>
- </upstream>
- <longdescription>
- This is a plugin for setuptools that integrates Twisted trial. Once
- installed, “python ./setup.py trial” will run the package’s unit tests
- using Twisted trial. The package can also optionally be configured so
- that “python ./setup.py test” will use Twisted trial instead of pyunit
- a.k.a. unittest.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild
deleted file mode 100644
index 60b918a705a7..000000000000
--- a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Setuptools plugin that makes unit tests execute with trial instead of pyunit"
-HOMEPAGE="https://github.com/rutsky/setuptools-trial https://pypi.org/project/setuptools_trial/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)
-"
-
-DEPEND="
- ${RDEPEND}
-"