diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-25 10:58:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-25 11:03:55 +0200 |
commit | 49de8d771d329ab8f5d4035511cbbe8b582f46dd (patch) | |
tree | 17b8b66ead051eda0c3de7820c91a7c63bbbd77f /dev-python/python-xlib | |
parent | dev-python/peewee: Stabilize 3.15.3 x86, #877959 (diff) | |
download | gentoo-49de8d771d329ab8f5d4035511cbbe8b582f46dd.tar.gz gentoo-49de8d771d329ab8f5d4035511cbbe8b582f46dd.tar.bz2 gentoo-49de8d771d329ab8f5d4035511cbbe8b582f46dd.zip |
dev-python/python-xlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-xlib')
-rw-r--r-- | dev-python/python-xlib/python-xlib-0.31.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild b/dev-python/python-xlib/python-xlib-0.31.ebuild deleted file mode 100644 index abe871e44760..000000000000 --- a/dev-python/python-xlib/python-xlib-0.31.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 virtualx - -DESCRIPTION="A fully functional X client library for Python, written in Python" -HOMEPAGE="https://github.com/python-xlib/python-xlib" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86" -IUSE="doc" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - doc? ( sys-apps/texinfo ) - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests unittest - -python_compile_all() { - use doc && emake -C doc/info -} - -src_test() { - virtx distutils-r1_src_test -} - -python_install_all() { - use doc && doinfo doc/info/*.info - distutils-r1_python_install_all -} |