[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 0d63fa83bbb1df0a24db3fd5caf9718a05040ead
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:22:39 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d63fa83

x11-wm/qtile: Version bump (v0.17.0)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.17.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 3b0163762cb..a8500cbec56 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b
+DIST qtile-0.17.0.tar.gz 336235 BLAKE2B 
f2290ab823b31cd8ed512f076018a8df19bbfedbb7d5c6932eee7cd46c341a08af04ed0d99f4391d1b3ccc07eb33015bbf0050c1c5d749bace4fb6dcfcb71ac9
 SHA512 
bfe51aabef2d48693c5bb7525cf67b1bb99cf3af5a653cd81d523e5adaa4767a43e7a87db14f9b85fae3a9e414af41a2e66736556eb1552d099755ba6f39caeb

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
new file mode 100644
index 000..184c5988510
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+# requires internet and specific
+# pulseaudio settings
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+   media-sound/pulseaudio
+"
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 88b7c02cea3ae207b7a969403017362138268fed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:07 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b7c02c

x11-wm/qtile: mark stable

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
index 87156d77f39..4107f72cb52 100644
--- a/x11-wm/qtile/qtile-0.16.1.ebuild
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: df6fb0a1f1cc7093e4b2c57382156532c1254b5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:31 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6fb0a1

x11-wm/qtile: Drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 8bf377ae60b..3b0163762cb 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
deleted file mode 100644
index afcf3b32b6e..000
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-31 Thread Agostino Sarubbo
commit: e6c8b125f6523ce9e88179937d4d8324b7811eea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:31:46 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c8b125

x11-wm/qtile: amd64 stable wrt bug #793389

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index 184c5988510..cb5c9146862 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 6b88ba0ef085da247655f6cbf5bbd9c520d49c74
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 11:17:33 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 11:18:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b88ba0e

x11-wm/qtile: Stabilize 0.15.1 amd64, #733616

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
index dae1095c624..afcf3b32b6e 100644
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="A full-featured, hackable tiling window manager written in Python"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 2d81dd59208f5d4c962def13a13bc31cbae41775
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 11:19:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 11:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d81dd59

x11-wm/qtile: Drop live ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-.ebuild | 66 --
 1 file changed, 66 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
deleted file mode 100644
index 1115fc9d170..000
--- a/x11-wm/qtile/qtile-.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 4eb601918c62b896d0cc1c2afbdd36dbb4f557a3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 13:32:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 13:32:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb60191

x11-wm/qtile: Drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.16.0.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index c752cba5191..8bf377ae60b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
-DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.16.0.ebuild b/x11-wm/qtile/qtile-0.16.0.ebuild
deleted file mode 100644
index dae1095c624..000
--- a/x11-wm/qtile/qtile-0.16.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 78bf10fcee88d2aa01144b3489f3a95ec18b44ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 13:31:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 13:32:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bf10fc

x11-wm/qtile: Version bump (v0.16.1)

Closes: https://bugs.gentoo.org/734970
Closes: https://bugs.gentoo.org/734972
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.16.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 954a439a8bf..c752cba5191 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
 DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065
+DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
new file mode 100644
index 000..8b592a3ecad
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+# requires internet and specific
+# pulseaudio settings
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+   media-sound/pulseaudio
+"
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 8dacc46777d5cb8e4ef76cd13d01158882eba2db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 14:59:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 14:59:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dacc467

x11-wm/qtile: Add newline EOF

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
index 8b592a3ecad..87156d77f39 100644
--- a/x11-wm/qtile/qtile-0.16.1.ebuild
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -43,4 +43,4 @@ python_install_all() {
 
exeinto /etc/X11/Sessions
newexe "${FILESDIR}"/${PN}-session ${PN}
-}
\ No newline at end of file
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-01-14 Thread Matt Turner
commit: 1fec85ceeffac69e7969faf67fd621c6f6cf7dc1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 14 22:18:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 14 22:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fec85ce

x11-wm/qtile: Update x11-libs/cairo dependency

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/qtile/{qtile-0.14.2.ebuild => qtile-0.14.2-r1.ebuild} | 2 +-
 x11-wm/qtile/qtile-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
similarity index 98%
rename from x11-wm/qtile/qtile-0.14.2.ebuild
rename to x11-wm/qtile/qtile-0.14.2-r1.ebuild
index 62b55ebd847..b9c5aecfcea 100644
--- a/x11-wm/qtile/qtile-0.14.2.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 62b55ebd847..b9c5aecfcea 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-01-16 Thread Tim Harder
commit: 6814c4df07c0a0e31520130036e610705340e75d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 11:58:02 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 12:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6814c4df

x11-wm/qtile: add py38 support, use BDEPEND, and drop pytest-cov dep

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/qtile-0.14.2-r1.ebuild | 5 ++---
 x11-wm/qtile/qtile-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2-r1.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
index b9c5aecfcea..f3000cecff6 100644
--- a/x11-wm/qtile/qtile-0.14.2-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -32,10 +32,9 @@ RDEPEND="
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/xvfbwrapper[${PYTHON_USEDEP}]
x11-base/xorg-server[xephyr]
x11-apps/xeyes

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index b9c5aecfcea..f3000cecff6 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -32,10 +32,9 @@ RDEPEND="
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/xvfbwrapper[${PYTHON_USEDEP}]
x11-base/xorg-server[xephyr]
x11-apps/xeyes



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: 4df2345ce55e456a06e9be4e64f94e2f4e483c9d
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:58:59 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2345c

x11-wm/qtile: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.13.0.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index a014287b967..9d8a3cfa00e 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.13.0.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
deleted file mode 100644
index 50512cc747c..000
--- a/x11-wm/qtile/qtile-0.13.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: c0cad9689242409aaf47775edd417172eba3aff1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:59:10 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cad968

x11-wm/qtile: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 7055ada3bf9..318627551c7 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-17 Thread Mikle Kolyada
commit: 1c5ed0f69f0e168cc0d525b07e5a0838fbb695ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov 17 09:46:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov 17 09:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5ed0f6

x11-wm/qtile: Add myself

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 318627551c7..4421807a65e 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-03-17 Thread Michał Górny
commit: ef4255a53d0e9d1e01954463b117935eb28c2169
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 17 07:49:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 17 08:08:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4255a5

x11-wm/qtile: Clean py2 deps up

Signed-off-by: Michał Górny  gentoo.org>

 x11-wm/qtile/qtile-0.14.2-r1.ebuild | 1 -
 x11-wm/qtile/qtile-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2-r1.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
index f3000cecff6..0a9cd75b50d 100644
--- a/x11-wm/qtile/qtile-0.14.2-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 BDEPEND="
test? (

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index f3000cecff6..0a9cd75b50d 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 175a005e99eaeabded56d335b99b89feb8634214
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:45:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a005e

x11-wm/qtile: Drop py36 from live also

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 0a9cd75b50d..1115fc9d170 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 3ae281dbe4beb8989d388bc0bcceb42d9216c84a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:43:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:43:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae281db

x11-wm/qtile: Version bump (v0.15.1)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 9d8a3cfa00e..276d5a35b88 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0
+DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
new file mode 100644
index 000..798fdf2473c
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
+   )
+"
+
+# display retry backoff slowness and failures
+RESTRICT="test"
+
+python_test() {
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: ef0f468b3ca40e15fec876e99b469cc1af19a4f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:44:24 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0f468b

x11-wm/qtile: Drop py36

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
index 798fdf2473c..dae1095c624 100644
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-07-30 Thread Mikle Kolyada
commit: dcb7a0067fef4a709c662e69695343e30fe4cecb
Author: Vitor Ferrari  outlook  com  br>
AuthorDate: Mon Jul 20 23:41:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 30 12:33:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb7a006

x11-wm/qtile: verbump to 0.16.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Vitor Ferrari  outlook.com.br>
Closes: https://github.com/gentoo/gentoo/pull/16756
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.16.0.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 276d5a35b88..bd270165d4d 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
+DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065

diff --git a/x11-wm/qtile/qtile-0.16.0.ebuild b/x11-wm/qtile/qtile-0.16.0.ebuild
new file mode 100644
index 000..dae1095c624
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.16.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
+   )
+"
+
+# display retry backoff slowness and failures
+RESTRICT="test"
+
+python_test() {
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-21 Thread Sam James
commit: 9bf98c41b943c649c22701414d4c9c7bc6cd6d57
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 21 20:30:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 21 20:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf98c41

x11-wm/qtile: Stabilize 0.21.0-r1 amd64, #850289

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 379046b6415c..4bdd86e614c8 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-18 Thread Sam James
commit: 13bffa3ce6d5d72409d5ab2426cc6744ce625c53
Author: Sam James  gentoo  org>
AuthorDate: Thu May 19 01:10:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 19 01:10:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bffa3c

x11-wm/qtile: add pypi upstream metadata

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 8a26ea044dca..55e0dd4ece08 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -7,5 +7,6 @@


qtile/qtile
+   qtile

 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-23 Thread Jakov Smolić
commit: a5af631f9928ea8ebdf0691fc9375813b073fe35
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 23 19:38:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 23 19:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5af631f

x11-wm/qtile: Add media-gfx/imagemagick[X] test dep

Bug: https://bugs.gentoo.org/847109
Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 9e07d2b6ddc8..33cc33da379b 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -28,7 +28,11 @@ RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
x11-libs/cairo[X,xcb(+)]
x11-libs/libnotify[introspection]
x11-libs/pango"
-BDEPEND="test? ( x11-base/xorg-server[xephyr] )"
+BDEPEND="
+   test? (
+   media-gfx/imagemagick[X]
+   x11-base/xorg-server[xephyr]
+   )"
 
 EPYTEST_DESELECT=(
# Can't find built qtile like migrate



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-07 Thread Sam James
commit: 823798adfc7de2e5fa3748c2a0a264cc5b45089e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  7 23:12:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  7 23:12:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823798ad

x11-wm/qtile: Keyword 0.21.0-r1 x86, #846383

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 33cc33da379b..11c0ee1a5f92 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-08 Thread Jakov Smolić
commit: d1941ae16879effbab9772d0aeb33c4e801d5ed6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1941ae1

x11-wm/qtile: Keyword 0.21.0-r1 riscv, #846383

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 11c0ee1a5f92..379046b6415c 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-02 Thread Sam James
commit: 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  3 03:25:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  3 03:25:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f3a531

x11-wm/qtile: add missing dependencies

Closes: https://bugs.gentoo.org/793791
Closes: https://bugs.gentoo.org/833521
Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/{qtile-0.17.0.ebuild => qtile-0.17.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild 
b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
similarity index 90%
rename from x11-wm/qtile/qtile-0.17.0.ebuild
rename to x11-wm/qtile/qtile-0.17.0-r1.ebuild
index ff3b8ed595c0..c2ca4b7e04ec 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,10 +25,12 @@ RESTRICT="test"
 RDEPEND="
x11-libs/cairo[X,xcb(+)]
x11-libs/pango
+   x11-libs/libnotify[introspection]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
media-sound/pulseaudio



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-09-27 Thread Yixun Lan
commit: db47df9d1b47995f3d02d364e02f6f59ae704c08
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Sep 26 20:07:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 27 14:42:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db47df9d

x11-wm/qtile: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index cb5c9146862..ff3b8ed595c 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: 18e7c565877202c2f0f217921120eb44e0511388
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:20:05 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e7c565

x11-wm/qtile: update xcffib version dep for live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4133132c10d..80d12e0f254 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: ff9224fb5438d19e45520f4e777365e6fee88376
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:27:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9224fb

x11-wm/qtile: add py36 support to live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 80d12e0f254..fc96c05526e 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eb0f574830ae9cca96b3069859447f9f157514b2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:31:46 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f5748

x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)

Bump to EAPI 6.

 x11-wm/qtile/qtile-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 1968195..0ab3dd7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
@@ -23,7 +23,9 @@ SLOT="0"
 IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
-RDEPEND="x11-libs/pango
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: 1bc4b30aa9110d6a644c26211ad7252d1d321e32
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:36:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4b30a

x11-wm/qtile: version bump to 0.10.6

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.10.6.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index fdd0c66..598bdb8 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
+DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
new file mode 100644
index 000..0ab3dd7
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.10.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   x11-base/xorg-server[kdrive]
+   )
+"
+
+RESTRICT="test"
+
+python_test() {
+   VIRTUALX_COMMAND="nosetests" virtualmake
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eeb06e9461ac2918b0183e66e3f8429b1d6280a4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:39:24 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb06e94

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.1.ebuild | 56 
 x11-wm/qtile/qtile-0.10.2.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 598bdb8..7053e9b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
-DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
 DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.1.ebuild b/x11-wm/qtile/qtile-0.10.1.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.10.2.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
deleted file mode 100644
index 4a120e2..000
--- a/x11-wm/qtile/qtile-0.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/s

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-04-08 Thread Tim Harder
commit: 22a46891022ac4b2d0a21327daedbd675844b471
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Apr  9 02:22:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr  9 02:22:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a46891

x11-wm/qtile: version bump to 0.10.5

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.5.ebuild} | 2 +-
 x11-wm/qtile/qtile-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 32f40f5..fdd0c66 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
+DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
similarity index 100%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.5.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.5.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: 3525707267c8ae34cf75827c3563a3951664a17f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:33:21 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35257072

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest  |  6 
 x11-wm/qtile/qtile-0.10.0.ebuild   | 56 
 x11-wm/qtile/qtile-0.5-r1.ebuild   | 53 --
 x11-wm/qtile/qtile-0.6.ebuild  | 53 --
 x11-wm/qtile/qtile-0.7.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.8.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.9.1-r1.ebuild | 56 
 7 files changed, 340 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 30d4494..32f40f5 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,8 +1,2 @@
-DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
-DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
-DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
-DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c
-DIST qtile-0.8.0.tar.gz 275673 SHA256 
1d7d27da9277ee91e6d60310065be39823c01c715a475935accdb89d3e8e9e98 SHA512 
80574b67f46488e384fd4e21e3217d94de9a6a49394fb108775bf89243600d501f104adb260e84ed42312828b4ae0928bfde9b8737eed07060bfc50fb69778d5
 WHIRLPOOL 
e5af8c2b38d4a77dc1c23ea3c3d78210374e4471e8816d1a457cdb8ec240efba95d649f3e3bb53ba46ee3fc7e57c94cac4409122f828efcd17ed4caa2656f142
-DIST qtile-0.9.1.tar.gz 285933 SHA256 
c0ccf38a7e13f2663fe80d546c2a849384ad3698253d633fe33bd99163f9418d SHA512 
5453b95ffa02b2f5ba04696bd29a662585bdfe5fa33d68c3b8a654d49279bba3029decf27ac47209630d5ac1dd8fbd21359799d72ce517eda13860ff8eaaa9a4
 WHIRLPOOL 
9295d9f8b9ab96ee983f32d843ff7d882e4d725f8b8d8846f53a6dbfd8bf17de84d730c7aa0a3a8cefd77af74ec287f63543046e162e898649b136e1f332a06a

diff --git a/x11-wm/qtile/qtile-0.10.0.ebuild b/x11-wm/qtile/qtile-0.10.0.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cai

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: d1ea5654008d8c8f66c04d68c5ea1f2700ab2e03
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:32:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea5654

x11-wm/qtile: version bump to 0.10.2

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.2.ebuild} | 4 ++--
 x11-wm/qtile/qtile-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 1d8be70..30d4494 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,5 +1,6 @@
 DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
+DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
 DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
 DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
similarity index 94%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.2.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2018-09-18 Thread Tim Harder
commit: 26cb769e5df3767845e14b8631d54249ac61d698
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 20:44:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cb769e

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.10.5.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 63002bfde7a..50b9018f08b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
-DIST qtile-0.10.5.tar.gz 325311 BLAKE2B 
fadf8c232d6f3840f93d61d4c8c6a2dddc61483e316b02f7a60058eac0e5da9f3b2eab99e952b7db30e29036d2db0283e07926ec054322994ebaf16a7a223906
 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2

diff --git a/x11-wm/qtile/qtile-0.10.5.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
deleted file mode 100644
index b0eaff58e98..000
--- a/x11-wm/qtile/qtile-0.10.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: a40e26a9a48e37c0a63f7c0542e43e9075e42669
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:21:23 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40e26a9

x11-wm/qtile: version bump to 0.14.2

Closes: https://bugs.gentoo.org/683720

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.14.2.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50870b19134..f16e02efc0f 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
+DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.14.2.ebuild
similarity index 91%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.14.2.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: aadacefe11c37e11ca61bd4a00a6be2e62597e07
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:22:19 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadacefe

x11-wm/qtile: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.6.ebuild | 57 --
 x11-wm/qtile/qtile-0.12.0.ebuild | 67 
 3 files changed, 126 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index f16e02efc0f..a014287b967 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
-DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
deleted file mode 100644
index efb61955806..000
--- a/x11-wm/qtile/qtile-0.10.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.12.0.ebuild b/x11-wm/qtile/qtile-0.12.0.ebuild
deleted file mode 100644
index 04b9c94bf4b..000
--- a/x11-wm/qtile/qtile-0.12.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USE

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-03-04 Thread Tim Harder
commit: d6b69a762eb7b16f99dfdffbba2bc8880957af19
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar  4 08:25:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar  4 08:33:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b69a76

x11-wm/qtile: version bump to 0.13.0

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.13.0.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50b9018f08b..50870b19134 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
+DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
similarity index 92%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.13.0.ebuild
index 5ba9a093204..a3b40e8192a 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.13.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 5ba9a093204..94b5c125cf7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-04-08 Thread Tim Harder
commit: 22a46891022ac4b2d0a21327daedbd675844b471
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Apr  9 02:22:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr  9 02:22:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a46891

x11-wm/qtile: version bump to 0.10.5

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.5.ebuild} | 2 +-
 x11-wm/qtile/qtile-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 32f40f5..fdd0c66 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
+DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
similarity index 100%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.5.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.5.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: 3525707267c8ae34cf75827c3563a3951664a17f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:33:21 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35257072

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest  |  6 
 x11-wm/qtile/qtile-0.10.0.ebuild   | 56 
 x11-wm/qtile/qtile-0.5-r1.ebuild   | 53 --
 x11-wm/qtile/qtile-0.6.ebuild  | 53 --
 x11-wm/qtile/qtile-0.7.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.8.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.9.1-r1.ebuild | 56 
 7 files changed, 340 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 30d4494..32f40f5 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,8 +1,2 @@
-DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
-DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
-DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
-DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c
-DIST qtile-0.8.0.tar.gz 275673 SHA256 
1d7d27da9277ee91e6d60310065be39823c01c715a475935accdb89d3e8e9e98 SHA512 
80574b67f46488e384fd4e21e3217d94de9a6a49394fb108775bf89243600d501f104adb260e84ed42312828b4ae0928bfde9b8737eed07060bfc50fb69778d5
 WHIRLPOOL 
e5af8c2b38d4a77dc1c23ea3c3d78210374e4471e8816d1a457cdb8ec240efba95d649f3e3bb53ba46ee3fc7e57c94cac4409122f828efcd17ed4caa2656f142
-DIST qtile-0.9.1.tar.gz 285933 SHA256 
c0ccf38a7e13f2663fe80d546c2a849384ad3698253d633fe33bd99163f9418d SHA512 
5453b95ffa02b2f5ba04696bd29a662585bdfe5fa33d68c3b8a654d49279bba3029decf27ac47209630d5ac1dd8fbd21359799d72ce517eda13860ff8eaaa9a4
 WHIRLPOOL 
9295d9f8b9ab96ee983f32d843ff7d882e4d725f8b8d8846f53a6dbfd8bf17de84d730c7aa0a3a8cefd77af74ec287f63543046e162e898649b136e1f332a06a

diff --git a/x11-wm/qtile/qtile-0.10.0.ebuild b/x11-wm/qtile/qtile-0.10.0.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cai

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: d1ea5654008d8c8f66c04d68c5ea1f2700ab2e03
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:32:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea5654

x11-wm/qtile: version bump to 0.10.2

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.2.ebuild} | 4 ++--
 x11-wm/qtile/qtile-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 1d8be70..30d4494 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,5 +1,6 @@
 DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
+DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
 DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
 DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
similarity index 94%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.2.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eb0f574830ae9cca96b3069859447f9f157514b2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:31:46 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f5748

x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)

Bump to EAPI 6.

 x11-wm/qtile/qtile-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 1968195..0ab3dd7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
@@ -23,7 +23,9 @@ SLOT="0"
 IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
-RDEPEND="x11-libs/pango
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: 1bc4b30aa9110d6a644c26211ad7252d1d321e32
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:36:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4b30a

x11-wm/qtile: version bump to 0.10.6

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.10.6.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index fdd0c66..598bdb8 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
+DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
new file mode 100644
index 000..0ab3dd7
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.10.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   x11-base/xorg-server[kdrive]
+   )
+"
+
+RESTRICT="test"
+
+python_test() {
+   VIRTUALX_COMMAND="nosetests" virtualmake
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eeb06e9461ac2918b0183e66e3f8429b1d6280a4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:39:24 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb06e94

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.1.ebuild | 56 
 x11-wm/qtile/qtile-0.10.2.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 598bdb8..7053e9b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
-DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
 DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.1.ebuild b/x11-wm/qtile/qtile-0.10.1.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.10.2.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
deleted file mode 100644
index 4a120e2..000
--- a/x11-wm/qtile/qtile-0.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/s

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2018-09-18 Thread Tim Harder
commit: 26cb769e5df3767845e14b8631d54249ac61d698
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 20:44:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cb769e

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.10.5.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 63002bfde7a..50b9018f08b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
-DIST qtile-0.10.5.tar.gz 325311 BLAKE2B 
fadf8c232d6f3840f93d61d4c8c6a2dddc61483e316b02f7a60058eac0e5da9f3b2eab99e952b7db30e29036d2db0283e07926ec054322994ebaf16a7a223906
 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2

diff --git a/x11-wm/qtile/qtile-0.10.5.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
deleted file mode 100644
index b0eaff58e98..000
--- a/x11-wm/qtile/qtile-0.10.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-03-04 Thread Tim Harder
commit: d6b69a762eb7b16f99dfdffbba2bc8880957af19
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar  4 08:25:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar  4 08:33:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b69a76

x11-wm/qtile: version bump to 0.13.0

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.13.0.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50b9018f08b..50870b19134 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
+DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
similarity index 92%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.13.0.ebuild
index 5ba9a093204..a3b40e8192a 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.13.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 5ba9a093204..94b5c125cf7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: 18e7c565877202c2f0f217921120eb44e0511388
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:20:05 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e7c565

x11-wm/qtile: update xcffib version dep for live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4133132c10d..80d12e0f254 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: ff9224fb5438d19e45520f4e777365e6fee88376
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:27:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9224fb

x11-wm/qtile: add py36 support to live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 80d12e0f254..fc96c05526e 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-21 Thread Sam James
commit: 9bf98c41b943c649c22701414d4c9c7bc6cd6d57
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 21 20:30:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 21 20:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf98c41

x11-wm/qtile: Stabilize 0.21.0-r1 amd64, #850289

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 379046b6415c..4bdd86e614c8 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-18 Thread Sam James
commit: 13bffa3ce6d5d72409d5ab2426cc6744ce625c53
Author: Sam James  gentoo  org>
AuthorDate: Thu May 19 01:10:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 19 01:10:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bffa3c

x11-wm/qtile: add pypi upstream metadata

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 8a26ea044dca..55e0dd4ece08 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -7,5 +7,6 @@


qtile/qtile
+   qtile

 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-07 Thread Sam James
commit: 823798adfc7de2e5fa3748c2a0a264cc5b45089e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  7 23:12:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  7 23:12:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823798ad

x11-wm/qtile: Keyword 0.21.0-r1 x86, #846383

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 33cc33da379b..11c0ee1a5f92 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-08 Thread Jakov Smolić
commit: d1941ae16879effbab9772d0aeb33c4e801d5ed6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1941ae1

x11-wm/qtile: Keyword 0.21.0-r1 riscv, #846383

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 11c0ee1a5f92..379046b6415c 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-02 Thread Sam James
commit: 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  3 03:25:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  3 03:25:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f3a531

x11-wm/qtile: add missing dependencies

Closes: https://bugs.gentoo.org/793791
Closes: https://bugs.gentoo.org/833521
Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/{qtile-0.17.0.ebuild => qtile-0.17.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild 
b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
similarity index 90%
rename from x11-wm/qtile/qtile-0.17.0.ebuild
rename to x11-wm/qtile/qtile-0.17.0-r1.ebuild
index ff3b8ed595c0..c2ca4b7e04ec 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,10 +25,12 @@ RESTRICT="test"
 RDEPEND="
x11-libs/cairo[X,xcb(+)]
x11-libs/pango
+   x11-libs/libnotify[introspection]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
media-sound/pulseaudio



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-04-08 Thread Tim Harder
commit: 22a46891022ac4b2d0a21327daedbd675844b471
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Apr  9 02:22:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Apr  9 02:22:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a46891

x11-wm/qtile: version bump to 0.10.5

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.5.ebuild} | 2 +-
 x11-wm/qtile/qtile-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 32f40f5..fdd0c66 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
+DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
similarity index 100%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.5.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.5.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4a120e2..1968195 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -24,6 +24,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
@@ -31,7 +32,6 @@ RDEPEND="x11-libs/pango
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
x11-base/xorg-server[kdrive]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eb0f574830ae9cca96b3069859447f9f157514b2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:31:46 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f5748

x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)

Bump to EAPI 6.

 x11-wm/qtile/qtile-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 1968195..0ab3dd7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
@@ -23,7 +23,9 @@ SLOT="0"
 IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
-RDEPEND="x11-libs/pango
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: 1bc4b30aa9110d6a644c26211ad7252d1d321e32
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:36:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4b30a

x11-wm/qtile: version bump to 0.10.6

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.10.6.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index fdd0c66..598bdb8 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
+DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
new file mode 100644
index 000..0ab3dd7
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.10.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   x11-base/xorg-server[kdrive]
+   )
+"
+
+RESTRICT="test"
+
+python_test() {
+   VIRTUALX_COMMAND="nosetests" virtualmake
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-06-14 Thread Tim Harder
commit: eeb06e9461ac2918b0183e66e3f8429b1d6280a4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:39:24 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb06e94

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.1.ebuild | 56 
 x11-wm/qtile/qtile-0.10.2.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 598bdb8..7053e9b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
-DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
 DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.1.ebuild b/x11-wm/qtile/qtile-0.10.1.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.10.2.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
deleted file mode 100644
index 4a120e2..000
--- a/x11-wm/qtile/qtile-0.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/s

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: 3525707267c8ae34cf75827c3563a3951664a17f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:33:21 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35257072

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest  |  6 
 x11-wm/qtile/qtile-0.10.0.ebuild   | 56 
 x11-wm/qtile/qtile-0.5-r1.ebuild   | 53 --
 x11-wm/qtile/qtile-0.6.ebuild  | 53 --
 x11-wm/qtile/qtile-0.7.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.8.0.ebuild| 58 --
 x11-wm/qtile/qtile-0.9.1-r1.ebuild | 56 
 7 files changed, 340 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 30d4494..32f40f5 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,8 +1,2 @@
-DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
-DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
-DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
-DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c
-DIST qtile-0.8.0.tar.gz 275673 SHA256 
1d7d27da9277ee91e6d60310065be39823c01c715a475935accdb89d3e8e9e98 SHA512 
80574b67f46488e384fd4e21e3217d94de9a6a49394fb108775bf89243600d501f104adb260e84ed42312828b4ae0928bfde9b8737eed07060bfc50fb69778d5
 WHIRLPOOL 
e5af8c2b38d4a77dc1c23ea3c3d78210374e4471e8816d1a457cdb8ec240efba95d649f3e3bb53ba46ee3fc7e57c94cac4409122f828efcd17ed4caa2656f142
-DIST qtile-0.9.1.tar.gz 285933 SHA256 
c0ccf38a7e13f2663fe80d546c2a849384ad3698253d633fe33bd99163f9418d SHA512 
5453b95ffa02b2f5ba04696bd29a662585bdfe5fa33d68c3b8a654d49279bba3029decf27ac47209630d5ac1dd8fbd21359799d72ce517eda13860ff8eaaa9a4
 WHIRLPOOL 
9295d9f8b9ab96ee983f32d843ff7d882e4d725f8b8d8846f53a6dbfd8bf17de84d730c7aa0a3a8cefd77af74ec287f63543046e162e898649b136e1f332a06a

diff --git a/x11-wm/qtile/qtile-0.10.0.ebuild b/x11-wm/qtile/qtile-0.10.0.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cai

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2016-01-16 Thread Tim Harder
commit: d1ea5654008d8c8f66c04d68c5ea1f2700ab2e03
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 03:32:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 03:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea5654

x11-wm/qtile: version bump to 0.10.2

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.10.2.ebuild} | 4 ++--
 x11-wm/qtile/qtile-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 1d8be70..30d4494 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,5 +1,6 @@
 DIST qtile-0.10.0.tar.gz 300186 SHA256 
d340b1f6df8d78e1f8868ad22862056ed38267fd2e44538361449e6079412948 SHA512 
198d572b27f1e1c7636c7cb0ff5751494c72e919259c67e08eecc0c8c64018d1b64df66840146fada4f128ac69a9fa6b8c39572473ff6c4addee609011b7bc28
 WHIRLPOOL 
05564ec65d7d96b0dc6085e346f071b7d803017d1c23ce24d1312b036c5c36dbf24308ad634553c8c462695f423d52c30f00d21d572e3609d32ea446bf2489a1
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
+DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.5.tar.gz 317041 SHA256 
f80cd73d6655ab53baa6ae11afb9561f724515052e4ba570e6e978abc78c1167 SHA512 
2af8a13dcc355b4f556e77a7c78235eb39e9112631750d6680cc1d96c7895ffd3c8ac937ec8b796f4e3f841d39b10aafb930b440addfd8e2fc951e2010e3dc98
 WHIRLPOOL 
d88f70906de570d129aae38ff9ca7a829aa1d9b6d61a179a0cf4ad798d9314c9364a905739168a60b9c37384c13034172920c76cef0981a26df04544e94fe472
 DIST qtile-0.6.tar.gz 257000 SHA256 
73508a5ff18579091434131c54aaa3fd4413abe9df4b56962dcbcb6196f1bb36 SHA512 
512961f6a47d52d055fe1f7889a5e0c00fe95c55c25f88d1c0d0d3b0253a65579dcbe2cd5c17e04d8a5533e0befc7548c459d64961e2f11f3944803de29e1c25
 WHIRLPOOL 
5daa3c1464f714c633ac58bb5d56ddcfb8949850475ed155e03eb1ec444c002e4b4f47a3637d2c4e510fea94d69ef1cdc4c8e647bc29dcd62cffb1b95c2326fe
 DIST qtile-0.7.0.tar.gz 265068 SHA256 
12bb01dd30d65ed44994f17c2a0e2803b34c108108ac2085aa81e3cd8f3264d9 SHA512 
facd319a979bf5dd2ec9c336a203dce197678bcaf02df3208e0ff49cd254683242a76c884f1dccda1689a421a680834aa4194f250e93bbfcf048119148730171
 WHIRLPOOL 
18024c465cce95f703e2d9bf25f4d4a68197f0429a2c0edadf2e34807127b8248ed80408515ff9d254eb026853350e9291c1da719fe5144608f35eb002c3b26c

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
similarity index 94%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.10.2.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.10.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index b59d1b1..4a120e2 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 0d63fa83bbb1df0a24db3fd5caf9718a05040ead
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:22:39 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d63fa83

x11-wm/qtile: Version bump (v0.17.0)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.17.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 3b0163762cb..a8500cbec56 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b
+DIST qtile-0.17.0.tar.gz 336235 BLAKE2B 
f2290ab823b31cd8ed512f076018a8df19bbfedbb7d5c6932eee7cd46c341a08af04ed0d99f4391d1b3ccc07eb33015bbf0050c1c5d749bace4fb6dcfcb71ac9
 SHA512 
bfe51aabef2d48693c5bb7525cf67b1bb99cf3af5a653cd81d523e5adaa4767a43e7a87db14f9b85fae3a9e414af41a2e66736556eb1552d099755ba6f39caeb

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
new file mode 100644
index 000..184c5988510
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+# requires internet and specific
+# pulseaudio settings
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+   media-sound/pulseaudio
+"
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 88b7c02cea3ae207b7a969403017362138268fed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:07 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b7c02c

x11-wm/qtile: mark stable

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
index 87156d77f39..4107f72cb52 100644
--- a/x11-wm/qtile/qtile-0.16.1.ebuild
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: df6fb0a1f1cc7093e4b2c57382156532c1254b5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:31 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6fb0a1

x11-wm/qtile: Drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 8bf377ae60b..3b0163762cb 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
deleted file mode 100644
index afcf3b32b6e..000
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2018-09-18 Thread Tim Harder
commit: 26cb769e5df3767845e14b8631d54249ac61d698
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 20:44:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cb769e

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.10.5.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 63002bfde7a..50b9018f08b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
-DIST qtile-0.10.5.tar.gz 325311 BLAKE2B 
fadf8c232d6f3840f93d61d4c8c6a2dddc61483e316b02f7a60058eac0e5da9f3b2eab99e952b7db30e29036d2db0283e07926ec054322994ebaf16a7a223906
 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2

diff --git a/x11-wm/qtile/qtile-0.10.5.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
deleted file mode 100644
index b0eaff58e98..000
--- a/x11-wm/qtile/qtile-0.10.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-21 Thread Sam James
commit: 9bf98c41b943c649c22701414d4c9c7bc6cd6d57
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 21 20:30:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 21 20:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf98c41

x11-wm/qtile: Stabilize 0.21.0-r1 amd64, #850289

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 379046b6415c..4bdd86e614c8 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-02 Thread Sam James
commit: 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  3 03:25:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  3 03:25:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f3a531

x11-wm/qtile: add missing dependencies

Closes: https://bugs.gentoo.org/793791
Closes: https://bugs.gentoo.org/833521
Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/{qtile-0.17.0.ebuild => qtile-0.17.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild 
b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
similarity index 90%
rename from x11-wm/qtile/qtile-0.17.0.ebuild
rename to x11-wm/qtile/qtile-0.17.0-r1.ebuild
index ff3b8ed595c0..c2ca4b7e04ec 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,10 +25,12 @@ RESTRICT="test"
 RDEPEND="
x11-libs/cairo[X,xcb(+)]
x11-libs/pango
+   x11-libs/libnotify[introspection]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
media-sound/pulseaudio



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-18 Thread Sam James
commit: 13bffa3ce6d5d72409d5ab2426cc6744ce625c53
Author: Sam James  gentoo  org>
AuthorDate: Thu May 19 01:10:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 19 01:10:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bffa3c

x11-wm/qtile: add pypi upstream metadata

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 8a26ea044dca..55e0dd4ece08 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -7,5 +7,6 @@


qtile/qtile
+   qtile

 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-23 Thread Jakov Smolić
commit: a5af631f9928ea8ebdf0691fc9375813b073fe35
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 23 19:38:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 23 19:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5af631f

x11-wm/qtile: Add media-gfx/imagemagick[X] test dep

Bug: https://bugs.gentoo.org/847109
Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 9e07d2b6ddc8..33cc33da379b 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -28,7 +28,11 @@ RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
x11-libs/cairo[X,xcb(+)]
x11-libs/libnotify[introspection]
x11-libs/pango"
-BDEPEND="test? ( x11-base/xorg-server[xephyr] )"
+BDEPEND="
+   test? (
+   media-gfx/imagemagick[X]
+   x11-base/xorg-server[xephyr]
+   )"
 
 EPYTEST_DESELECT=(
# Can't find built qtile like migrate



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-07 Thread Sam James
commit: 823798adfc7de2e5fa3748c2a0a264cc5b45089e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  7 23:12:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  7 23:12:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823798ad

x11-wm/qtile: Keyword 0.21.0-r1 x86, #846383

Signed-off-by: Sam James  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 33cc33da379b..11c0ee1a5f92 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-06-08 Thread Jakov Smolić
commit: d1941ae16879effbab9772d0aeb33c4e801d5ed6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 09:58:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 09:58:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1941ae1

x11-wm/qtile: Keyword 0.21.0-r1 riscv, #846383

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 11c0ee1a5f92..379046b6415c 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-09-27 Thread Yixun Lan
commit: db47df9d1b47995f3d02d364e02f6f59ae704c08
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Sep 26 20:07:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 27 14:42:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db47df9d

x11-wm/qtile: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index cb5c9146862..ff3b8ed595c 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-31 Thread Agostino Sarubbo
commit: e6c8b125f6523ce9e88179937d4d8324b7811eea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:31:46 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c8b125

x11-wm/qtile: amd64 stable wrt bug #793389

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index 184c5988510..cb5c9146862 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: 4df2345ce55e456a06e9be4e64f94e2f4e483c9d
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:58:59 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2345c

x11-wm/qtile: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.13.0.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index a014287b967..9d8a3cfa00e 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.13.0.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
deleted file mode 100644
index 50512cc747c..000
--- a/x11-wm/qtile/qtile-0.13.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: c0cad9689242409aaf47775edd417172eba3aff1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:59:10 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cad968

x11-wm/qtile: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 7055ada3bf9..318627551c7 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-17 Thread Mikle Kolyada
commit: 1c5ed0f69f0e168cc0d525b07e5a0838fbb695ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov 17 09:46:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov 17 09:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5ed0f6

x11-wm/qtile: Add myself

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 318627551c7..4421807a65e 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-31 Thread Agostino Sarubbo
commit: e6c8b125f6523ce9e88179937d4d8324b7811eea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:31:46 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c8b125

x11-wm/qtile: amd64 stable wrt bug #793389

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index 184c5988510..cb5c9146862 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-09-27 Thread Yixun Lan
commit: db47df9d1b47995f3d02d364e02f6f59ae704c08
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Sep 26 20:07:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 27 14:42:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db47df9d

x11-wm/qtile: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/qtile/qtile-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
index cb5c9146862..ff3b8ed595c 100644
--- a/x11-wm/qtile/qtile-0.17.0.ebuild
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 0d63fa83bbb1df0a24db3fd5caf9718a05040ead
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:22:39 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d63fa83

x11-wm/qtile: Version bump (v0.17.0)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.17.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 3b0163762cb..a8500cbec56 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b
+DIST qtile-0.17.0.tar.gz 336235 BLAKE2B 
f2290ab823b31cd8ed512f076018a8df19bbfedbb7d5c6932eee7cd46c341a08af04ed0d99f4391d1b3ccc07eb33015bbf0050c1c5d749bace4fb6dcfcb71ac9
 SHA512 
bfe51aabef2d48693c5bb7525cf67b1bb99cf3af5a653cd81d523e5adaa4767a43e7a87db14f9b85fae3a9e414af41a2e66736556eb1552d099755ba6f39caeb

diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0.ebuild
new file mode 100644
index 000..184c5988510
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.17.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+# requires internet and specific
+# pulseaudio settings
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+   media-sound/pulseaudio
+"
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: 88b7c02cea3ae207b7a969403017362138268fed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:07 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b7c02c

x11-wm/qtile: mark stable

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
index 87156d77f39..4107f72cb52 100644
--- a/x11-wm/qtile/qtile-0.16.1.ebuild
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2021-05-15 Thread Mikle Kolyada
commit: df6fb0a1f1cc7093e4b2c57382156532c1254b5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 15 13:21:31 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 15 13:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6fb0a1

x11-wm/qtile: Drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 8bf377ae60b..3b0163762cb 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
deleted file mode 100644
index afcf3b32b6e..000
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 6b88ba0ef085da247655f6cbf5bbd9c520d49c74
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 11:17:33 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 11:18:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b88ba0e

x11-wm/qtile: Stabilize 0.15.1 amd64, #733616

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
index dae1095c624..afcf3b32b6e 100644
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="A full-featured, hackable tiling window manager written in Python"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 2d81dd59208f5d4c962def13a13bc31cbae41775
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 11:19:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 11:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d81dd59

x11-wm/qtile: Drop live ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-.ebuild | 66 --
 1 file changed, 66 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
deleted file mode 100644
index 1115fc9d170..000
--- a/x11-wm/qtile/qtile-.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 4eb601918c62b896d0cc1c2afbdd36dbb4f557a3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 13:32:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 13:32:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb60191

x11-wm/qtile: Drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.16.0.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index c752cba5191..8bf377ae60b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
-DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065
 DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.16.0.ebuild b/x11-wm/qtile/qtile-0.16.0.ebuild
deleted file mode 100644
index dae1095c624..000
--- a/x11-wm/qtile/qtile-0.16.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 78bf10fcee88d2aa01144b3489f3a95ec18b44ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 13:31:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 13:32:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bf10fc

x11-wm/qtile: Version bump (v0.16.1)

Closes: https://bugs.gentoo.org/734970
Closes: https://bugs.gentoo.org/734972
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.16.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 954a439a8bf..c752cba5191 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
 DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065
+DIST qtile-0.16.1.tar.gz 324668 BLAKE2B 
1f75f5dbcab6180dcf778e28108e70b6dd01105fa275aadf4a53d96ab84f3b759cb8553bcf3de2011b0990d61adc9269663afa32b83d1aa9c052b00ef9e89358
 SHA512 
aea42f7f6799a88b586167a57f5b5ab6f1c5bb663dec352d15eb47ce0d37fb23c31d1631cab8178c71be5ae714ec12c35a350377383dba1749a98cd45c22515b

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
new file mode 100644
index 000..8b592a3ecad
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+# requires internet and specific
+# pulseaudio settings
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+   media-sound/pulseaudio
+"
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-09-12 Thread Mikle Kolyada
commit: 8dacc46777d5cb8e4ef76cd13d01158882eba2db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 12 14:59:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 12 14:59:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dacc467

x11-wm/qtile: Add newline EOF

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.16.1.ebuild b/x11-wm/qtile/qtile-0.16.1.ebuild
index 8b592a3ecad..87156d77f39 100644
--- a/x11-wm/qtile/qtile-0.16.1.ebuild
+++ b/x11-wm/qtile/qtile-0.16.1.ebuild
@@ -43,4 +43,4 @@ python_install_all() {
 
exeinto /etc/X11/Sessions
newexe "${FILESDIR}"/${PN}-session ${PN}
-}
\ No newline at end of file
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2022-05-23 Thread Jakov Smolić
commit: a5af631f9928ea8ebdf0691fc9375813b073fe35
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 23 19:38:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 23 19:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5af631f

x11-wm/qtile: Add media-gfx/imagemagick[X] test dep

Bug: https://bugs.gentoo.org/847109
Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/qtile/qtile-0.21.0-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
index 9e07d2b6ddc8..33cc33da379b 100644
--- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild
@@ -28,7 +28,11 @@ RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
x11-libs/cairo[X,xcb(+)]
x11-libs/libnotify[introspection]
x11-libs/pango"
-BDEPEND="test? ( x11-base/xorg-server[xephyr] )"
+BDEPEND="
+   test? (
+   media-gfx/imagemagick[X]
+   x11-base/xorg-server[xephyr]
+   )"
 
 EPYTEST_DESELECT=(
# Can't find built qtile like migrate



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-03-17 Thread Michał Górny
commit: ef4255a53d0e9d1e01954463b117935eb28c2169
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 17 07:49:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 17 08:08:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4255a5

x11-wm/qtile: Clean py2 deps up

Signed-off-by: Michał Górny  gentoo.org>

 x11-wm/qtile/qtile-0.14.2-r1.ebuild | 1 -
 x11-wm/qtile/qtile-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2-r1.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
index f3000cecff6..0a9cd75b50d 100644
--- a/x11-wm/qtile/qtile-0.14.2-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 BDEPEND="
test? (

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index f3000cecff6..0a9cd75b50d 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 175a005e99eaeabded56d335b99b89feb8634214
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:45:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a005e

x11-wm/qtile: Drop py36 from live also

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 0a9cd75b50d..1115fc9d170 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 3ae281dbe4beb8989d388bc0bcceb42d9216c84a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:43:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:43:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae281db

x11-wm/qtile: Version bump (v0.15.1)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 9d8a3cfa00e..276d5a35b88 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0
+DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
new file mode 100644
index 000..798fdf2473c
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
+   )
+"
+
+# display retry backoff slowness and failures
+RESTRICT="test"
+
+python_test() {
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: ef0f468b3ca40e15fec876e99b469cc1af19a4f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:44:24 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0f468b

x11-wm/qtile: Drop py36

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
index 798fdf2473c..dae1095c624 100644
--- a/x11-wm/qtile/qtile-0.15.1.ebuild
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: 4df2345ce55e456a06e9be4e64f94e2f4e483c9d
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:58:59 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2345c

x11-wm/qtile: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.13.0.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index a014287b967..9d8a3cfa00e 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1 @@
-DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.13.0.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
deleted file mode 100644
index 50512cc747c..000
--- a/x11-wm/qtile/qtile-0.13.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
-   x11-base/xorg-server[xephyr]
-   x11-apps/xeyes
-   x11-apps/xcalc
-   x11-apps/xclock
-   )
-"
-
-# display retry backoff slowness and failures
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
-
-python_test() {
-   # force usage of built module
-   rm -rf "${S}"/libqtile || die
-   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-16 Thread Tim Harder
commit: c0cad9689242409aaf47775edd417172eba3aff1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Nov 17 04:59:10 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 17 05:06:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cad968

x11-wm/qtile: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 7055ada3bf9..318627551c7 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-11-17 Thread Mikle Kolyada
commit: 1c5ed0f69f0e168cc0d525b07e5a0838fbb695ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov 17 09:46:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov 17 09:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5ed0f6

x11-wm/qtile: Add myself

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/metadata.xml b/x11-wm/qtile/metadata.xml
index 318627551c7..4421807a65e 100644
--- a/x11-wm/qtile/metadata.xml
+++ b/x11-wm/qtile/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   

qtile/qtile




[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: a40e26a9a48e37c0a63f7c0542e43e9075e42669
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:21:23 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40e26a9

x11-wm/qtile: version bump to 0.14.2

Closes: https://bugs.gentoo.org/683720

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.14.2.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50870b19134..f16e02efc0f 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
+DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.14.2.ebuild
similarity index 91%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.14.2.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: aadacefe11c37e11ca61bd4a00a6be2e62597e07
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:22:19 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadacefe

x11-wm/qtile: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.6.ebuild | 57 --
 x11-wm/qtile/qtile-0.12.0.ebuild | 67 
 3 files changed, 126 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index f16e02efc0f..a014287b967 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
-DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
deleted file mode 100644
index efb61955806..000
--- a/x11-wm/qtile/qtile-0.10.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.12.0.ebuild b/x11-wm/qtile/qtile-0.12.0.ebuild
deleted file mode 100644
index 04b9c94bf4b..000
--- a/x11-wm/qtile/qtile-0.12.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USE

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-01-14 Thread Matt Turner
commit: 1fec85ceeffac69e7969faf67fd621c6f6cf7dc1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 14 22:18:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 14 22:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fec85ce

x11-wm/qtile: Update x11-libs/cairo dependency

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/qtile/{qtile-0.14.2.ebuild => qtile-0.14.2-r1.ebuild} | 2 +-
 x11-wm/qtile/qtile-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
similarity index 98%
rename from x11-wm/qtile/qtile-0.14.2.ebuild
rename to x11-wm/qtile/qtile-0.14.2-r1.ebuild
index 62b55ebd847..b9c5aecfcea 100644
--- a/x11-wm/qtile/qtile-0.14.2.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 62b55ebd847..b9c5aecfcea 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
 RDEPEND="
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-01-16 Thread Tim Harder
commit: 6814c4df07c0a0e31520130036e610705340e75d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 11:58:02 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 12:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6814c4df

x11-wm/qtile: add py38 support, use BDEPEND, and drop pytest-cov dep

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/qtile-0.14.2-r1.ebuild | 5 ++---
 x11-wm/qtile/qtile-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-wm/qtile/qtile-0.14.2-r1.ebuild 
b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
index b9c5aecfcea..f3000cecff6 100644
--- a/x11-wm/qtile/qtile-0.14.2-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -32,10 +32,9 @@ RDEPEND="
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/xvfbwrapper[${PYTHON_USEDEP}]
x11-base/xorg-server[xephyr]
x11-apps/xeyes

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index b9c5aecfcea..f3000cecff6 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -32,10 +32,9 @@ RDEPEND="
>=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/xvfbwrapper[${PYTHON_USEDEP}]
x11-base/xorg-server[xephyr]
x11-apps/xeyes



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-07-30 Thread Mikle Kolyada
commit: dcb7a0067fef4a709c662e69695343e30fe4cecb
Author: Vitor Ferrari  outlook  com  br>
AuthorDate: Mon Jul 20 23:41:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 30 12:33:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb7a006

x11-wm/qtile: verbump to 0.16.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Vitor Ferrari  outlook.com.br>
Closes: https://github.com/gentoo/gentoo/pull/16756
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.16.0.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 276d5a35b88..bd270165d4d 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0
 DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20
+DIST qtile-0.16.0.tar.gz 543646 BLAKE2B 
d0d2ae1bf44e08c7a40601fee0643fb387807546ebee5ab6f6756d7651be22fff75034227226fe978042b33594158b5493ca6203ecab92434418219a423a5817
 SHA512 
c8f712fcf48f166be0782560541d02959809f5c7d6ee209e3bf0b12325309521be79eab81e4f17f5111fb9426601ac5445db0bb3dc8330e9b426fa1031e95065

diff --git a/x11-wm/qtile/qtile-0.16.0.ebuild b/x11-wm/qtile/qtile-0.16.0.ebuild
new file mode 100644
index 000..dae1095c624
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.16.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
+   )
+"
+
+# display retry backoff slowness and failures
+RESTRICT="test"
+
+python_test() {
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-03-04 Thread Tim Harder
commit: d6b69a762eb7b16f99dfdffbba2bc8880957af19
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar  4 08:25:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar  4 08:33:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b69a76

x11-wm/qtile: version bump to 0.13.0

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.13.0.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50b9018f08b..50870b19134 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
+DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.13.0.ebuild
similarity index 92%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.13.0.ebuild
index 5ba9a093204..a3b40e8192a 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.13.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 5ba9a093204..94b5c125cf7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1 virtualx
 
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
 "
 
-# display retry backoff slowness and failures 
+# display retry backoff slowness and failures
 RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 175a005e99eaeabded56d335b99b89feb8634214
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:45:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a005e

x11-wm/qtile: Drop py36 from live also

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/qtile-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 0a9cd75b50d..1115fc9d170 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2020-04-24 Thread Mikle Kolyada
commit: 3ae281dbe4beb8989d388bc0bcceb42d9216c84a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr 24 10:43:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr 24 10:43:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae281db

x11-wm/qtile: Version bump (v0.15.1)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.15.1.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 9d8a3cfa00e..276d5a35b88 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1 +1,2 @@
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0
+DIST qtile-0.15.1.tar.gz 522233 BLAKE2B 
cb5c35ab6b2e22d36c2ef69a3d6367033440a25a1c06dad5c4d455b67aa1ddf2c639451e051abcd40b5a76e93250a54271408bbe09008b44a5ebf0a520b3eb2e
 SHA512 
57dfeeea212346c14b922303b5d2fd950292383a1da3be6bf5ca0880bedaa3adb7ffc121df617cf763fcd1208c44e34a7ba128a1f2a6e8d3042dd6906ece7e20

diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild
new file mode 100644
index 000..798fdf2473c
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.15.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
+   )
+"
+
+# display retry backoff slowness and failures
+RESTRICT="test"
+
+python_test() {
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



  1   2   3   4   >