diff --git a/app-emulation/boxpy/Manifest b/app-emulation/boxpy/Manifest index 52f2339..214e45a 100644 --- a/app-emulation/boxpy/Manifest +++ b/app-emulation/boxpy/Manifest @@ -1 +1 @@ -EBUILD boxpy-9999.ebuild 688 BLAKE2B deca4147580aa5f5e2b206b3f7ec338e5c5f71de4942913f74548deb692939dede7a9bb5e20e76b641ba655c72677d00bba56d4e6043ee5954fb71526ae68278 SHA512 2bca311b957eda337965158f7a12f82c799f98ea2b3997303aa852809548ade5aed8263cc761e2dc1026968a9dbf9896fe6f4ebaa9d93d96ac8114ffe2b6b775 +EBUILD boxpy-9999.ebuild 572 BLAKE2B 89bb6b0e5729d0e3e6365f504f8fcb9095ce619714f1a1d0b8fd36bee0752c668067fee076a3b514c7f18bcae4e386baaad754020ad47dd34d28e2a6754d81cc SHA512 d9576bda7e6032107dde26a2ea7fce8889cf1427cff6982f6a5e034cbc6aacfc39b7f46563378e290cbc1ab693e52393e07d0b549b376034b83864cd4d0c4f2b diff --git a/app-emulation/boxpy/boxpy-9999.ebuild b/app-emulation/boxpy/boxpy-9999.ebuild index c56c819..87328dd 100644 --- a/app-emulation/boxpy/boxpy-9999.ebuild +++ b/app-emulation/boxpy/boxpy-9999.ebuild @@ -3,11 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..13} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) -inherit git-r3 bash-completion-r1 +inherit distutils-r1 git-r3 -DESCRIPTION="Run Ubuntu or Fedora cloud image on top of VirtualBox using commandline tool" +DESCRIPTION="Run Linux cloud image on top of VirtualBox using commandline tool" HOMEPAGE="https://github.com/gryf/boxpy" EGIT_REPO_URI="https://github.com/gryf/boxpy" @@ -24,10 +25,3 @@ RDEPEND=" app-emulation/qemu " DEPEND="${RDEPEND}" - -src_install() { - newbin box.py boxpy - cd "${S}" - ./box.py completion bash > boxpy_completion - newbashcomp boxpy_completion boxpy -}