summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 15:17:18 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 16:00:04 +0200
commit302c8acb52aca21304956b0997ba33dae8df8dd2 (patch)
tree913156f393ee82721c0225df3fd976fcf1751d0f /dev-python/xvfbwrapper
parentdev-python/spark-parser: Clean old versions up (diff)
downloadgentoo-302c8acb52aca21304956b0997ba33dae8df8dd2.tar.gz
gentoo-302c8acb52aca21304956b0997ba33dae8df8dd2.tar.bz2
gentoo-302c8acb52aca21304956b0997ba33dae8df8dd2.zip
dev-python/xvfbwrapper: Clean old versions up
Diffstat (limited to 'dev-python/xvfbwrapper')
-rw-r--r--dev-python/xvfbwrapper/Manifest1
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest
index c689098dc472..70056bd9a35b 100644
--- a/dev-python/xvfbwrapper/Manifest
+++ b/dev-python/xvfbwrapper/Manifest
@@ -1,3 +1,2 @@
-DIST xvfbwrapper-0.2.2.tar.gz 3421 SHA256 58934508285c43aafac4179f26c34735b46c0bcb96b66198a4dbc68468e3cbb4 SHA512 ac71ec9a08189456c40e493f57802e872c03c0c5caf84493d77bf2e379853afe79099bcf5e5c7c0eb66ff1bf64e44bf37687a82b49864bc63a237f767752eed4 WHIRLPOOL cf3d39ff9eb68b3665c84c87cd7306134ca6d98734111855a777fe53a0528b5a212f3f082fe4d7734a460325875039511fa832e0ff9983c02c9dfc6b2bb54d90
DIST xvfbwrapper-0.2.4.tar.gz 3215 SHA256 a7f52aefaf2e18c1aee302eb295ba9ca53ae6d3ba36df76794945a338a4b579c SHA512 26b14fd64c00ea33ad5f32dd69e59001f468ab294970ee281c81f1ae635cdea105b6057ba2e1012975fbb935ccb222585e70798e78c17f476d8b3e40f9e1346c WHIRLPOOL 791578eabe86fa9f3e6d44b9b03008fe8dbe2c9d853453afd29cfa28690d6f4cb44b948c5d991e4cdb7424a87fcce334bf7e403f2a6f781f6868f47af6a74268
DIST xvfbwrapper-0.2.8.tar.gz 4660 SHA256 f99d741f145ca1d4c42d3085bc2857e54571db80099b6eb49ac2efcf4e971666 SHA512 1b29b7e6bb336a9972e51249bbc96805733e305476cc559f5501cd09a343671c10333b5592e4c4868016d4510b37d6c592165a4683b1543e62c2205b1eeb0980 WHIRLPOOL 5d618d5bdebb746c234949e515e9378a60aaabe49656b9827cb6a9bd6aa83f6c2377153ecd9b335f5de5d6c9a98f388f93745fe6eab69653533ac11c06051d17
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild
deleted file mode 100644
index 5cfe022f07ad..000000000000
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
-HOMEPAGE="https://github.com/cgoldberg/xvfbwrapper
- https://pypi.python.org/pypi/xvfbwrapper"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="x11-base/xorg-server[xvfb]"
-DEPEND="${RDEPEND}
- test? ( dev-python/pep8[${PYTHON_USEDEP}] )
-"
-
-python_test() {
- unset DISPLAY
- "${PYTHON}" test_xvfb.py || die "Tests failed with ${EPYTHON}"
-}