diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 14:48:15 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 15:04:13 +0100 |
commit | 57f252ebe616b24f07824258d8a9a886b09ff32d (patch) | |
tree | 2bdba3fcbd059ea3fb6686a54bd03a0c82695fea /dev-python/python-xlib | |
parent | dev-python/python-distutils-extra: Drop old (diff) | |
download | gentoo-57f252ebe616b24f07824258d8a9a886b09ff32d.tar.gz gentoo-57f252ebe616b24f07824258d8a9a886b09ff32d.tar.bz2 gentoo-57f252ebe616b24f07824258d8a9a886b09ff32d.zip |
dev-python/python-xlib: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/python-xlib')
-rw-r--r-- | dev-python/python-xlib/python-xlib-0.15_rc1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild b/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild deleted file mode 100644 index c2131864078f..000000000000 --- a/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="${P/_/}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="A fully functional X client library for Python, written in Python" -HOMEPAGE="http://python-xlib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -IUSE="" - -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="Xlib" - -src_test() { - cd test - testing() { - local return_status="0" test - for test in *.py; do - echo "Running ${test}..." - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" || return_status="1" - done - return "${return_status}" - } - python_execute_function testing -} |