diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-31 12:50:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-31 12:50:03 +0000 |
| commit | ad39ea6dc6875aa70d3e1a7d81eaff7d08aa5810 (patch) | |
| tree | e3b4bba98989393881cf3ccd040048d07247201d /dev-python/libvirt-python/libvirt-python-9999.ebuild | |
| parent | b6450eb2f3b325710dea2eb7c32130d496f98f83 (diff) | |
| download | baldeagleos-repo-ad39ea6dc6875aa70d3e1a7d81eaff7d08aa5810.tar.gz baldeagleos-repo-ad39ea6dc6875aa70d3e1a7d81eaff7d08aa5810.tar.xz baldeagleos-repo-ad39ea6dc6875aa70d3e1a7d81eaff7d08aa5810.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index acd6f3b0f888..12c26964fbd6 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -3,10 +3,15 @@ EAPI=7 -# Please bump with app-emulation/libvirt! +# Packages which get releases together: +# app-emacs/nxml-libvirt-schemas +# dev-python/libvirt-python +# dev-perl/Sys-Virt +# app-emulation/libvirt +# Please bump them together! PYTHON_COMPAT=( python3_{7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools MY_P="${P/_rc/-rc}" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libvirt.org.asc inherit distutils-r1 verify-sig @@ -35,12 +40,11 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] ) verify-sig? ( sec-keys/openpgp-keys-libvirt ) " -distutils_enable_tests setup.py +distutils_enable_tests pytest python_install_all() { if use examples; then |
