diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-20 16:08:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-20 16:08:39 +0000 |
| commit | 2ac6366d92f666627bfef883713e84f652192f4f (patch) | |
| tree | f6491c294be94e43f96d17685f42dcf36d81815a /dev-python/python-xlib/python-xlib-0.28.ebuild | |
| parent | 73bd96ed33934ff555018f640c9ebd43b03f84f2 (diff) | |
| download | baldeagleos-repo-2ac6366d92f666627bfef883713e84f652192f4f.tar.gz baldeagleos-repo-2ac6366d92f666627bfef883713e84f652192f4f.tar.xz baldeagleos-repo-2ac6366d92f666627bfef883713e84f652192f4f.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-xlib/python-xlib-0.28.ebuild')
| -rw-r--r-- | dev-python/python-xlib/python-xlib-0.28.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild b/dev-python/python-xlib/python-xlib-0.28.ebuild new file mode 100644 index 000000000000..ee6169d9ffd3 --- /dev/null +++ b/dev-python/python-xlib/python-xlib-0.28.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +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 ~ppc ~ppc64 ~x86" +IUSE="doc" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] + doc? ( sys-apps/texinfo )" + +# DISTUTILS_IN_SOURCE_BUILD=1 + +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 +} |
