dev-python/xvfbwrapper: Clean old up

This commit is contained in:
Michał Górny
2018-01-06 11:03:48 +01:00
parent 3b91534fce
commit 6165992358
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST xvfbwrapper-0.2.4.tar.gz 3215 BLAKE2B be3a15c06b322c9d48ee719763b8792e8c39db38473c62ce0ba4beeacd8985433bfd08ce748d4477523d92248e88a8db3645f3ec77ff9e661da438f993c80c00 SHA512 26b14fd64c00ea33ad5f32dd69e59001f468ab294970ee281c81f1ae635cdea105b6057ba2e1012975fbb935ccb222585e70798e78c17f476d8b3e40f9e1346c
DIST xvfbwrapper-0.2.8.tar.gz 4660 BLAKE2B 464a9f3d41d3c96a72c0cfc56994c32ccb94ac19267f5a701bd0ee18a17010216fd7ee163d8a532e62fd2256dc296201d4150f4f0d03fd4f20eae703b6bcaac1 SHA512 1b29b7e6bb336a9972e51249bbc96805733e305476cc559f5501cd09a343671c10333b5592e4c4868016d4510b37d6c592165a4683b1543e62c2205b1eeb0980

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} pypy )
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() {
# "${PYTHON}" test_xvfb.py || die "Tests failed with ${EPYTHON}"
"${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
}