From 77f1c17f5328e59f3991203c579fbc85df6898a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 5 Jun 2023 09:36:29 +0100 Subject: gentoo auto-resync : 05:06:2023 - 09:36:29 --- x11-wm/qtile/Manifest | 2 +- x11-wm/qtile/qtile-0.22.1-r1.ebuild | 112 ----------------------------------- x11-wm/qtile/qtile-0.22.1-r2.ebuild | 113 ++++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+), 113 deletions(-) delete mode 100644 x11-wm/qtile/qtile-0.22.1-r1.ebuild create mode 100644 x11-wm/qtile/qtile-0.22.1-r2.ebuild (limited to 'x11-wm/qtile') diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest index 2bfe0ab1353a..0c7a8ee72793 100644 --- a/x11-wm/qtile/Manifest +++ b/x11-wm/qtile/Manifest @@ -1,5 +1,5 @@ AUX qtile-session-r1 1860 BLAKE2B fb9345d3acc5e0fc5694065f12e2759e02aebc765925cb0ffcb1a776ec82e959503d8a8039238e4e48a5045a3118f2e37201a88d5255fd0a0782d2f8291d8a77 SHA512 41b37ba034b5dd7f3126142d2cfc5cf8986b521fc419d47e420582fc8b516df87249bd8e14c12d77691b93205ec3cd1249bfa040ef0691e0751c669f742570ee DIST qtile-0.22.1.tar.gz 488969 BLAKE2B 3b2fce587ae39570997b503cb386314160dbefa39b1ef65dc2ff5bc2f1167251224a0f298ef8e374d0d4c034d1e5012251f96b92ce5cb74d7fd93320e14ff8bf SHA512 944ec27b5d227154624fa2a15a0840b748307a1e79ab52ccf3384763111459b3c4d26b4677f8e2ea51634206dc6d1e32e057e057db917b3705ce583d83a8056d -EBUILD qtile-0.22.1-r1.ebuild 2724 BLAKE2B 905de263b6fe9ee980346ff4f48839742313061d70eed438a6eaae30f8d4cb9c29947b8d3fa7967d0ccde65ebbbf431a5326988c077947d1506d615dcd277519 SHA512 d765542b7d205504adca9a97fd2d8b6b8a748d5fbc7f8dd526274d0b58dc1505d49999e6825956339a22ba9b186dfa2531ea267edcf97d668d5d4f85c3da5d0f +EBUILD qtile-0.22.1-r2.ebuild 2803 BLAKE2B c64167d359c91e99354dfe51e1df801523ef0b48350c86e0ec3bcf04369d868bacb0e6b11364b11a31dd77351ca779ff9964f2296a48c318bb34b6242e7abe80 SHA512 7a6bf16ba610595b781dde9c34fa56e3ecf38387bb7a65afdbe902a2e102e5bd7b00471f305d44849cfe404afa22c62fc564f8a90ab37c3ed1ba781e02405d1f EBUILD qtile-9999.ebuild 2566 BLAKE2B ab6a53594a821a7d8ec1c164ee0af85a1cf27718289eb2841ee1a5e6faeac39eb9efc6ee13a3a50f99b9e8f2faa5cf4d3433957347c8cc89b7ada8edcbdf9f18 SHA512 2cd5730d7641be0cd54616c7ba15ab25115d863b622041e16b5deadcdb6008ce676226e7f1e8ab8e489171464b2beba6178cfad58403c52143c73b82b65e03f0 MISC metadata.xml 520 BLAKE2B c4f950d403af7f6e2f43e9bfb0d8b7ff62ff79f882d082238556bec18178d9a74de4b4d234e8ab7bbeb87b45242f0e2a7aa0a491a8cca701abe5160c30004bad SHA512 1836daaa92c9af266f3b5531203230ccb94a704f6819d14db469adc87e8d36a187e65048ba637d957c63c8e713ea5b89d1938bb75e1425da8aa3153543268924 diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r1.ebuild deleted file mode 100644 index 2d15ee4b0836..000000000000 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="A full-featured, hackable tiling window manager written in Python" -HOMEPAGE="http://qtile.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/qtile/qtile.git" -else - inherit pypi - KEYWORDS="amd64 ~riscv ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="pulseaudio wayland" - -# See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding -# pywlroots-0.15 dep. -RDEPEND=" - >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] - >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] - dev-python/dbus-next[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - >=dev-python/xcffib-0.10.1[${PYTHON_USEDEP}] - x11-libs/cairo[X,xcb(+)] - x11-libs/libnotify[introspection] - x11-libs/pango - pulseaudio? ( - media-sound/pulseaudio - ) - wayland? ( - =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - media-gfx/imagemagick[X] - x11-base/xorg-server[xephyr] - ) -" - -EPYTEST_DESELECT=( - # Can't find built qtile like migrate - test/test_qtile_cmd.py::test_qtile_cmd - test/test_qtile_cmd.py::test_display_kb -) - -EPYTEST_IGNORE=( - # Tries to find binary and fails; not worth running anyway? - test/test_migrate.py -) - -distutils_enable_tests pytest - -python_prepare_all() { - # Avoid automagic dependency on libpulse - if ! use pulseaudio ; then - sed -i -e "s/call('libpulse', '--libs')/raise PkgConfigError/" setup.py || die - - # TODO: use this sed for next release after 0.22.1, quoting changed - # sed -i -e 's/call("libpulse", "--libs")/throw PkgConfigError/' setup.py || die - fi - - # Avoid automagic dependency on pywlroots - if ! use wayland ; then - sed -i -e 's/import wlroots.ffi_build/raise ImportError/' setup.py || die - fi - - distutils-r1_python_prepare_all -} - -src_test() { - virtx distutils-r1_src_test -} - -python_test() { - # Force usage of built module - rm -rf "${S}"/libqtile || die - - # TODO: remove "-p no:xdist" for next release when https://github.com/qtile/qtile/issues/1634 will be resolved. - epytest -p no:xdist --backend=x11 $(usev wayland '--backend=wayland') || die "Tests failed with ${EPYTHON}" -} - -python_compile() { - export CFFI_TMPDIR=${T} - distutils-r1_python_compile -} - -python_install_all() { - local DOCS=( CHANGELOG README.rst ) - distutils-r1_python_install_all - - insinto /usr/share/xsessions - doins resources/qtile.desktop - - insinto /usr/share/wayland-sessions - doins resources/qtile-wayland.desktop - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/${PN}-session-r1 ${PN} -} diff --git a/x11-wm/qtile/qtile-0.22.1-r2.ebuild b/x11-wm/qtile/qtile-0.22.1-r2.ebuild new file mode 100644 index 000000000000..4c48610f2886 --- /dev/null +++ b/x11-wm/qtile/qtile-0.22.1-r2.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 virtualx + +DESCRIPTION="A full-featured, hackable tiling window manager written in Python" +HOMEPAGE="http://qtile.org/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/qtile/qtile.git" +else + inherit pypi + KEYWORDS="amd64 ~riscv ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="pulseaudio wayland" + +# See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding +# pywlroots-0.15 dep. +# xcffib v1.4.0 breaks its ffi export (https://github.com/qtile/qtile/pull/4289) +RDEPEND=" + >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] + >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] + dev-python/dbus-next[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + >=dev-python/six-1.4.1[${PYTHON_USEDEP}] +