diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-22 18:27:10 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-22 18:27:10 +0000 |
| commit | 5556cd2556848556a93cb5d712022fa5227639a0 (patch) | |
| tree | d7a64c54e113ceaa995552a368096247f3380bb6 /dev-python/python-xlib/python-xlib-0.29.ebuild | |
| parent | f065f4b190dae85d18eb808c985ec5cc57beeb3f (diff) | |
| download | baldeagleos-repo-5556cd2556848556a93cb5d712022fa5227639a0.tar.gz baldeagleos-repo-5556cd2556848556a93cb5d712022fa5227639a0.tar.xz baldeagleos-repo-5556cd2556848556a93cb5d712022fa5227639a0.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-xlib/python-xlib-0.29.ebuild')
| -rw-r--r-- | dev-python/python-xlib/python-xlib-0.29.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild b/dev-python/python-xlib/python-xlib-0.29.ebuild new file mode 100644 index 000000000000..ec6bb7ce4aab --- /dev/null +++ b/dev-python/python-xlib/python-xlib-0.29.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,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}]" +BDEPEND="${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] + doc? ( sys-apps/texinfo )" + +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 +} |
