File tree Expand file tree Collapse file tree
dev-python/libvirt-python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST libvirt-python-11.2.0.tar.gz 242152 BLAKE2B 8bf92854c73184e43b364d66f04e8b017d6ad6b40173915c10f7c0dd0b0fadd4b55ea8704155392f016b151b1f65fc7805313e8610569fe362bb4a28bfee8dbf SHA512 02019186fd086df8c57998f2a3e6496897e9de1a09b97aba983897480e50be58ac0599de0ed7cb62cabb9834913973dcf99f034397e48fac96d65c32b056059f
2+ DIST libvirt-python-11.3.0.tar.gz 242218 BLAKE2B eb6cbaefb96912998beb5c9aba26c2bbdc7f096f792f1a9ef7fcb58530159692e968594111a012244f0b09e84a2ef8642712218e2c461a2ceb62cdd1b9931359 SHA512 8f35d3103135a321fbc3faedebb9f4b1866d008f07a2d967bf62076916318e9d6f4f2b885efba9cb5e8368704aecda68254d028c5e316bdd6d061badc4f35d96
Original file line number Diff line number Diff line change 1+ # Distributed under the terms of the GNU General Public License v2
2+
3+ EAPI=7
4+
5+ PYTHON_COMPAT=( python3+ )
6+
7+ inherit distutils-r1
8+
9+
10+ DESCRIPTION=" libvirt Python bindings"
11+ HOMEPAGE=" https://www.libvirt.org"
12+ SRC_URI=" https://libvirt.org/sources/python/libvirt-python-11.3.0.tar.gz -> libvirt-python-11.3.0.tar.gz"
13+
14+ LICENSE=" LGPL-2"
15+ SLOT=" 0"
16+ KEYWORDS=" *"
17+ IUSE=" examples test"
18+ RESTRICT=" !test? ( test )"
19+
20+ RDEPEND=" app-emulation/libvirt:0/${PV} "
21+ DEPEND=" virtual/pkgconfig"
22+ BDEPEND=" test? (
23+ dev-python/lxml[${PYTHON_USEDEP} ]
24+ dev-python/nose[${PYTHON_USEDEP} ]
25+ )"
26+
27+ distutils_enable_tests setup.py
28+
29+ python_install_all () {
30+ if use examples; then
31+ dodoc -r examples
32+ docompress -x /usr/share/doc/${PF} /examples
33+ fi
34+ distutils-r1_python_install_all
35+ }
You can’t perform that action at this time.
0 commit comments