[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2023-11-24 Thread Michał Górny
commit: ad1a79d43e43a5a5b61485ac6f39c59b9ca39abb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 14:18:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 14:18:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1a79d4

dev-python/python-xlib: Stabilize 0.33 arm64, #918225

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

 dev-python/python-xlib/python-xlib-0.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
index 7ad0e3dec525..de00bd38d19e 100644
--- a/dev-python/python-xlib/python-xlib-0.33.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2023-06-07 Thread Sam James
commit: 2dc4d799210f9ed63f7a7133900385110a107d74
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Jun  7 05:27:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  7 09:26:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc4d799

dev-python/python-xlib: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/python-xlib/python-xlib-0.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
index 16b98d78ab9e..7ad0e3dec525 100644
--- a/dev-python/python-xlib/python-xlib-0.33.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/files/, dev-python/python-xlib/

2023-02-03 Thread Michał Górny
commit: fd6ac50214a4e9d826a99889cd1f1c597c69dade
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 12:35:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 12:35:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6ac502

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 ...thon-xlib-0.32-drop-unused-tkinter-import.patch |  9 
 dev-python/python-xlib/python-xlib-0.32-r1.ebuild  | 52 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 2a42cde9567d..80930e7f24ed 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.32.tar.bz2 213554 BLAKE2B 
cf24645529c6ca67a4825419837f312fa4ae0902bd2fb8f2eade7cc1645a3f79201b43c7ddca0cdcf8b21f623583acee1252cbe83d3700ab08979b8f0723b0a4
 SHA512 
9fecb77fa5d7ffba4c8031c0738147b7581dee9aed1a812254d22d78b6021cfc08743edb76829a3e5ba31f9a42648ea501b50ddcf5652ec3114a367c5e83d465
 DIST python-xlib-0.33.tar.bz2 213763 BLAKE2B 
53486ec938bc00306658f3151556f1353fe5881ab942d06493f6f78d33b4cff8aab6e6aa5ad7e9124824d61549545719375c84f7b9376518e2328fa2e65df553
 SHA512 
3b7b4fea5cd69544d2227806853bdfdd04447089e182ca0f199e18e8bd43375d9bf03c819fd6a055ad4ad274594651e05db82585ab40d0fcf225ce36b553c991

diff --git 
a/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
 
b/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
deleted file mode 100644
index 5a0272a867b9..
--- 
a/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-https://bugs.gentoo.org/881851
-https://github.com/python-xlib/python-xlib/issues/240
-https://github.com/python-xlib/python-xlib/pull/238
 a/Xlib/ext/randr.py
-+++ b/Xlib/ext/randr.py
-@@ -36,3 +36,2 @@
- 
--from tkinter import W
- from Xlib import X

diff --git a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
deleted file mode 100644
index c7dd75f90ded..
--- a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="
-   https://github.com/python-xlib/python-xlib/
-   https://pypi.org/project/python-xlib/
-"
-SRC_URI="
-   
https://github.com/python-xlib/python-xlib/releases/download/${PV}/${P}.tar.bz2
-"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-drop-unused-tkinter-import.patch
-)
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2023-02-03 Thread Sam James
commit: d2141c848dac2c9e0f845a7c327f3c9618a4bf96
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 12:32:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 12:32:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2141c84

dev-python/python-xlib: Stabilize 0.33 amd64, #893034

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

 dev-python/python-xlib/python-xlib-0.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
index 5cd1ff694824..c0b37ac0d301 100644
--- a/dev-python/python-xlib/python-xlib-0.33.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2023-02-03 Thread Arthur Zamarin
commit: a57c97ff31b660967ccb3acc5763a76aa266010c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 12:31:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 12:31:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57c97ff

dev-python/python-xlib: Stabilize 0.33 x86, #893034

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-xlib/python-xlib-0.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
index 48955956bea8..5cd1ff694824 100644
--- a/dev-python/python-xlib/python-xlib-0.33.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2023-02-03 Thread Arthur Zamarin
commit: 7717ecd94d58398b674ba0f24f008c51c0dbdddb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 12:24:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 12:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7717ecd9

dev-python/python-xlib: Stabilize 0.33 ppc, #893034

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-xlib/python-xlib-0.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
index d1dcbc57eedf..48955956bea8 100644
--- a/dev-python/python-xlib/python-xlib-0.33.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-12-31 Thread Michał Górny
commit: 69b8652a27a519205902d988ad165b376d21c402
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 12:30:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 12:30:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b8652a

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest   |  1 -
 dev-python/python-xlib/python-xlib-0.31-r1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 39759f903c90..2a42cde9567d 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,3 +1,2 @@
-DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33
 DIST python-xlib-0.32.tar.bz2 213554 BLAKE2B 
cf24645529c6ca67a4825419837f312fa4ae0902bd2fb8f2eade7cc1645a3f79201b43c7ddca0cdcf8b21f623583acee1252cbe83d3700ab08979b8f0723b0a4
 SHA512 
9fecb77fa5d7ffba4c8031c0738147b7581dee9aed1a812254d22d78b6021cfc08743edb76829a3e5ba31f9a42648ea501b50ddcf5652ec3114a367c5e83d465
 DIST python-xlib-0.33.tar.bz2 213763 BLAKE2B 
53486ec938bc00306658f3151556f1353fe5881ab942d06493f6f78d33b4cff8aab6e6aa5ad7e9124824d61549545719375c84f7b9376518e2328fa2e65df553
 SHA512 
3b7b4fea5cd69544d2227806853bdfdd04447089e182ca0f199e18e8bd43375d9bf03c819fd6a055ad4ad274594651e05db82585ab40d0fcf225ce36b553c991

diff --git a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
deleted file mode 100644
index 6b3f020591e1..
--- a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-12-31 Thread Sam James
commit: cc8e2462c277003fb52a57640b99b38d8c2a7f65
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 12:10:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 12:11:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8e2462

dev-python/python-xlib: Stabilize 0.32-r1 x86, #889128

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

 dev-python/python-xlib/python-xlib-0.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
index 0ad18647a813..677c93b372c3 100644
--- a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-12-31 Thread Arthur Zamarin
commit: 810960aecb36c4f02d45ab68fb86a3bc0daa2f98
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 11:32:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 11:32:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810960ae

dev-python/python-xlib: Stabilize 0.32-r1 amd64, #889128

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-xlib/python-xlib-0.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
index 2cf2690a0cad..0ad18647a813 100644
--- a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-12-31 Thread Arthur Zamarin
commit: 463ce66f72f57712d284b3572b1a7385d2e8c070
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 10:57:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 10:57:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463ce66f

dev-python/python-xlib: Stabilize 0.32-r1 ppc, #889128

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-xlib/python-xlib-0.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
index ca3e97705196..2cf2690a0cad 100644
--- a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-12-25 Thread Michał Górny
commit: 04250d91cb4112940013aba138c7911daae6dbfd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 26 06:46:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 26 07:10:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04250d91

dev-python/python-xlib: Bump to 0.33

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.33.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index ab41890b092f..39759f903c90 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1,3 @@
 DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33
 DIST python-xlib-0.32.tar.bz2 213554 BLAKE2B 
cf24645529c6ca67a4825419837f312fa4ae0902bd2fb8f2eade7cc1645a3f79201b43c7ddca0cdcf8b21f623583acee1252cbe83d3700ab08979b8f0723b0a4
 SHA512 
9fecb77fa5d7ffba4c8031c0738147b7581dee9aed1a812254d22d78b6021cfc08743edb76829a3e5ba31f9a42648ea501b50ddcf5652ec3114a367c5e83d465
+DIST python-xlib-0.33.tar.bz2 213763 BLAKE2B 
53486ec938bc00306658f3151556f1353fe5881ab942d06493f6f78d33b4cff8aab6e6aa5ad7e9124824d61549545719375c84f7b9376518e2328fa2e65df553
 SHA512 
3b7b4fea5cd69544d2227806853bdfdd04447089e182ca0f199e18e8bd43375d9bf03c819fd6a055ad4ad274594651e05db82585ab40d0fcf225ce36b553c991

diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild 
b/dev-python/python-xlib/python-xlib-0.33.ebuild
new file mode 100644
index ..40de7abfe2c4
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.33.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="
+   https://github.com/python-xlib/python-xlib/
+   https://pypi.org/project/python-xlib/
+"
+SRC_URI="
+   
https://github.com/python-xlib/python-xlib/releases/download/${PV}/${P}.tar.bz2
+"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/, dev-python/python-xlib/files/

2022-11-27 Thread Ionen Wolkens
commit: 02e6af52390f16a3f7b25744de303a0e69d724e3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Nov 28 05:22:54 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Nov 28 05:23:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e6af52

dev-python/python-xlib: fix with python[-tk]

Closes: https://bugs.gentoo.org/881851
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../files/python-xlib-0.32-drop-unused-tkinter-import.patch  | 9 +
 .../{python-xlib-0.32.ebuild => python-xlib-0.32-r1.ebuild}  | 4 
 2 files changed, 13 insertions(+)

diff --git 
a/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
 
b/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
new file mode 100644
index ..5a0272a867b9
--- /dev/null
+++ 
b/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/881851
+https://github.com/python-xlib/python-xlib/issues/240
+https://github.com/python-xlib/python-xlib/pull/238
+--- a/Xlib/ext/randr.py
 b/Xlib/ext/randr.py
+@@ -36,3 +36,2 @@
+ 
+-from tkinter import W
+ from Xlib import X

diff --git a/dev-python/python-xlib/python-xlib-0.32.ebuild 
b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
similarity index 93%
rename from dev-python/python-xlib/python-xlib-0.32.ebuild
rename to dev-python/python-xlib/python-xlib-0.32-r1.ebuild
index 40de7abfe2c4..ca3e97705196 100644
--- a/dev-python/python-xlib/python-xlib-0.32.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild
@@ -34,6 +34,10 @@ BDEPEND="
 
 distutils_enable_tests unittest
 
+PATCHES=(
+   "${FILESDIR}"/${P}-drop-unused-tkinter-import.patch
+)
+
 python_compile_all() {
use doc && emake -C doc/info
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-11-02 Thread Michał Górny
commit: 31dc3d904817d1871cd1fb37acdcd8b07d346d4d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  2 07:25:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  2 07:37:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dc3d90

dev-python/python-xlib: Bump to 0.32

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.32.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 61aa765e969b..ab41890b092f 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33
+DIST python-xlib-0.32.tar.bz2 213554 BLAKE2B 
cf24645529c6ca67a4825419837f312fa4ae0902bd2fb8f2eade7cc1645a3f79201b43c7ddca0cdcf8b21f623583acee1252cbe83d3700ab08979b8f0723b0a4
 SHA512 
9fecb77fa5d7ffba4c8031c0738147b7581dee9aed1a812254d22d78b6021cfc08743edb76829a3e5ba31f9a42648ea501b50ddcf5652ec3114a367c5e83d465

diff --git a/dev-python/python-xlib/python-xlib-0.32.ebuild 
b/dev-python/python-xlib/python-xlib-0.32.ebuild
new file mode 100644
index ..40de7abfe2c4
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.32.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="
+   https://github.com/python-xlib/python-xlib/
+   https://pypi.org/project/python-xlib/
+"
+SRC_URI="
+   
https://github.com/python-xlib/python-xlib/releases/download/${PV}/${P}.tar.bz2
+"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-10-25 Thread Michał Górny
commit: 49de8d771d329ab8f5d4035511cbbe8b582f46dd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 25 08:58:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 25 09:03:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49de8d77

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/python-xlib-0.31.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
deleted file mode 100644
index abe871e44760..
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-10-25 Thread Sam James
commit: 95d7b052e6a85fe6b485a0fa61c94dcd6001a93c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 07:33:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 07:33:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d7b052

dev-python/python-xlib: Stabilize 0.31-r1 amd64, #855779

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

 dev-python/python-xlib/python-xlib-0.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
index d9b2e3a959c6..6b3f020591e1 100644
--- a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-07-02 Thread Jakov Smolić
commit: 0a0ed388f3fa9b5d099ab47d805c2945786eb807
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jul  2 16:04:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jul  2 16:04:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0ed388

dev-python/python-xlib: Stabilize 0.31-r1 x86, #855779

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

 dev-python/python-xlib/python-xlib-0.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
index 0ca6aefacaf5..d9b2e3a959c6 100644
--- a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-07-02 Thread Arthur Zamarin
commit: 09127040dc39c0d5084fb760c4db045228c1d354
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 13:11:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 13:12:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09127040

dev-python/python-xlib: Stabilize 0.31-r1 ppc, #855779

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-xlib/python-xlib-0.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
index b9715050ed58..0ca6aefacaf5 100644
--- a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2022-06-01 Thread Andrew Ammerlaan
commit: ef98582ae411cc42c9933d0e6add3bc8564a38ff
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun  1 09:45:02 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  1 10:55:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef98582a

dev-python/python-xlib: update EAPI 7 -> 8, pep517, enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/python-xlib/python-xlib-0.31-r1.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/dev-python/python-xlib/python-xlib-0.31-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
new file mode 100644
index ..b9715050ed58
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.31-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-10-18 Thread Sam James
commit: 9581cb97956dbb161f5a394f95b2cb03345b4b2b
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 19 00:11:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 19 00:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9581cb97

dev-python/python-xlib: Keyword 0.31 arm64, #818277

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

 dev-python/python-xlib/python-xlib-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index 6144c5cdaed..abe871e4476 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-10-11 Thread Marek Szuba
commit: 4d0de801d3458357c574f0a02e0262386203bb1d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Oct 11 08:26:08 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Oct 11 08:35:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0de801

dev-python/python-xlib: keyword 0.31 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/python-xlib/python-xlib-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index fe876ce77b6..6144c5cdaed 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-08-08 Thread Michał Górny
commit: 8de0928cc84744807552ae42efd718e4b0bbbc5a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  8 08:21:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  8 08:21:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de0928c

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.30.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 59b8a6f2b50..61aa765e969 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.30.tar.bz2 211256 BLAKE2B 
979a004f6ff6ac933baa41623b346c8d1fa9944bc771308e3dd527de7ae6aebb8df0c5d269f21e7aca590ad7d3981d0deeb592981b0672c54b30ce286e650236
 SHA512 
52ee01cce73f024d6fdc995cff38ba9ff283aced12186a754c1760228f89209c1d6fc9d4fe0e371a4a43743f8fdfdef6ea32ea3feda5a85055897aaf887d
 DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33

diff --git a/dev-python/python-xlib/python-xlib-0.30.ebuild 
b/dev-python/python-xlib/python-xlib-0.30.ebuild
deleted file mode 100644
index 371221e4dd7..000
--- a/dev-python/python-xlib/python-xlib-0.30.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-08-08 Thread Agostino Sarubbo
commit: f50e470d77e95e1965f5c35766ff5288aba229bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Aug  8 07:44:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Aug  8 07:44:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50e470d

dev-python/python-xlib: amd64 stable wrt bug #806920

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

 dev-python/python-xlib/python-xlib-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index 32e2ad3d536..fe876ce77b6 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-08-07 Thread Sam James
commit: 948137cf08fa28aa9d10a491861eaf9e51189a8d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948137cf

dev-python/python-xlib: Stabilize 0.31 x86, #806920

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

 dev-python/python-xlib/python-xlib-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index e640ea31612..32e2ad3d536 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-08-07 Thread Sam James
commit: 871ec8b9d06957e4e9ed476942f410cb537770bb
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 14:47:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 14:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871ec8b9

dev-python/python-xlib: Stabilize 0.31 ppc, #806920

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

 dev-python/python-xlib/python-xlib-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index 3a429851f29..e640ea31612 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-07-02 Thread Michał Górny
commit: 20ee457bdfc0f2d14a03e0c7ee272a1480f79009
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:15:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ee457b

dev-python/python-xlib: Bump to 0.31

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.31.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 223f83a2653..59b8a6f2b50 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.30.tar.bz2 211256 BLAKE2B 
979a004f6ff6ac933baa41623b346c8d1fa9944bc771308e3dd527de7ae6aebb8df0c5d269f21e7aca590ad7d3981d0deeb592981b0672c54b30ce286e650236
 SHA512 
52ee01cce73f024d6fdc995cff38ba9ff283aced12186a754c1760228f89209c1d6fc9d4fe0e371a4a43743f8fdfdef6ea32ea3feda5a85055897aaf887d
+DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
new file mode 100644
index 000..3a429851f29
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-06-24 Thread Michał Górny
commit: 5fb5814970074cd43536d84ade0e5a58cc19da8b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 24 08:08:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 24 08:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb58149

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.29.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index e72da292788..223f83a2653 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.29.tar.bz2 209322 BLAKE2B 
4d94d99c8094947ce1acb84f3adc28ab4b6e9d6aaf61317b625e50578ece3800f6462551f8656b194d5635e3e35a5d6fec86d4eb553d7b65684a7f74fdf0dc14
 SHA512 
6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a
 DIST python-xlib-0.30.tar.bz2 211256 BLAKE2B 
979a004f6ff6ac933baa41623b346c8d1fa9944bc771308e3dd527de7ae6aebb8df0c5d269f21e7aca590ad7d3981d0deeb592981b0672c54b30ce286e650236
 SHA512 
52ee01cce73f024d6fdc995cff38ba9ff283aced12186a754c1760228f89209c1d6fc9d4fe0e371a4a43743f8fdfdef6ea32ea3feda5a85055897aaf887d

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
deleted file mode 100644
index 9d95ed51ab6..000
--- a/dev-python/python-xlib/python-xlib-0.29.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-06-23 Thread Agostino Sarubbo
commit: b16f3077f071c7da88c8623d30d5ad53ea50127c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:29:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:29:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16f3077

dev-python/python-xlib: x86 stable wrt bug #797988

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

 dev-python/python-xlib/python-xlib-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.30.ebuild 
b/dev-python/python-xlib/python-xlib-0.30.ebuild
index 15773a471aa..371221e4dd7 100644
--- a/dev-python/python-xlib/python-xlib-0.30.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.30.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-06-23 Thread Agostino Sarubbo
commit: 3b6bc76b82ec0ea1ad7b9efbbb362b8e69f5b754
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:28:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:28:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6bc76b

dev-python/python-xlib: ppc stable wrt bug #797988

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

 dev-python/python-xlib/python-xlib-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.30.ebuild 
b/dev-python/python-xlib/python-xlib-0.30.ebuild
index 6da89f575d1..15773a471aa 100644
--- a/dev-python/python-xlib/python-xlib-0.30.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.30.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-06-23 Thread Agostino Sarubbo
commit: 0c12f33cc9f243725070ff3a3f2adbfbd2d46216
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:23:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:23:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c12f33c

dev-python/python-xlib: amd64 stable wrt bug #797988

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

 dev-python/python-xlib/python-xlib-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.30.ebuild 
b/dev-python/python-xlib/python-xlib-0.30.ebuild
index d5a5b6ae79a..6da89f575d1 100644
--- a/dev-python/python-xlib/python-xlib-0.30.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.30.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-05-15 Thread Michał Górny
commit: deabb4d42a2ea7602e8be566a0aacc48a7df6295
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 15 20:55:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 15 21:18:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deabb4d4

dev-python/python-xlib: Bump to 0.30

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.30.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index d3192658fcb..e72da292788 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.29.tar.bz2 209322 BLAKE2B 
4d94d99c8094947ce1acb84f3adc28ab4b6e9d6aaf61317b625e50578ece3800f6462551f8656b194d5635e3e35a5d6fec86d4eb553d7b65684a7f74fdf0dc14
 SHA512 
6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a
+DIST python-xlib-0.30.tar.bz2 211256 BLAKE2B 
979a004f6ff6ac933baa41623b346c8d1fa9944bc771308e3dd527de7ae6aebb8df0c5d269f21e7aca590ad7d3981d0deeb592981b0672c54b30ce286e650236
 SHA512 
52ee01cce73f024d6fdc995cff38ba9ff283aced12186a754c1760228f89209c1d6fc9d4fe0e371a4a43743f8fdfdef6ea32ea3feda5a85055897aaf887d

diff --git a/dev-python/python-xlib/python-xlib-0.30.ebuild 
b/dev-python/python-xlib/python-xlib-0.30.ebuild
new file mode 100644
index 000..d5a5b6ae79a
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.30.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-03-10 Thread Joonas Niilola
commit: ad16664b6dd6b5acb67920a549017817c1cdef98
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Mar  4 12:39:10 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 11 07:17:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad16664b

dev-python/python-xlib: add missing test dep mock

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/python-xlib/python-xlib-0.29.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
index d6d57109905..9d95ed51ab6 100644
--- a/dev-python/python-xlib/python-xlib-0.29.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.29.ebuild
@@ -19,7 +19,9 @@ IUSE="doc"
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )"
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-01-06 Thread Michał Górny
commit: 56cbae867446c6dd6ec33364c3c87ca63554b462
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  6 11:15:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  6 11:19:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cbae86

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.28.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index cfa068ce6e1..d3192658fcb 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.28.tar.bz2 203306 BLAKE2B 
f8916fd0c62c8b4546f1c381fc9f13b1e86c4ae6da06434b666f4952ae6a28f06389b006d48dc3139f9018cc3c126ab8316b968e64da7b2f4d22bcc2a2c83bb9
 SHA512 
69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae42f0d512c4c2
 DIST python-xlib-0.29.tar.bz2 209322 BLAKE2B 
4d94d99c8094947ce1acb84f3adc28ab4b6e9d6aaf61317b625e50578ece3800f6462551f8656b194d5635e3e35a5d6fec86d4eb553d7b65684a7f74fdf0dc14
 SHA512 
6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
deleted file mode 100644
index d1607af092f..000
--- a/dev-python/python-xlib/python-xlib-0.28.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2021-01-06 Thread Sam James
commit: b9292068c9b8a8846a49a516cfb9ea26766a6760
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  6 11:00:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  6 11:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9292068

dev-python/python-xlib: Stabilize 0.29 x86, #761646

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

 dev-python/python-xlib/python-xlib-0.29.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
index 6e638adf57c..4cbcb46bae3 100644
--- a/dev-python/python-xlib/python-xlib-0.29.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.29.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-12-27 Thread Sergei Trofimovich
commit: 0b7808a53e9ca9ff605658475be34a42cd0c7a75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 27 11:32:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 27 11:38:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7808a5

dev-python/python-xlib: stable 0.29 for ppc

stable wrt bug #761646

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/python-xlib/python-xlib-0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
index f9764f14dbc..6e638adf57c 100644
--- a/dev-python/python-xlib/python-xlib-0.29.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.29.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-12-26 Thread Sam James
commit: 50fd1f4792d408782570c74e7f0140df42011903
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 27 04:28:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 04:28:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fd1f47

dev-python/python-xlib: Stabilize 0.29 amd64, #761646

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

 dev-python/python-xlib/python-xlib-0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
index 576677a71c4..f9764f14dbc 100644
--- a/dev-python/python-xlib/python-xlib-0.29.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.29.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-11-22 Thread Michał Górny
commit: c8cbdbfb0891d3da4db752fe50828b24d983fe0b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 22 15:21:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 22 15:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cbdbfb

dev-python/python-xlib: Bump to 0.29

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.29.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index c1a9f5be732..cfa068ce6e1 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.28.tar.bz2 203306 BLAKE2B 
f8916fd0c62c8b4546f1c381fc9f13b1e86c4ae6da06434b666f4952ae6a28f06389b006d48dc3139f9018cc3c126ab8316b968e64da7b2f4d22bcc2a2c83bb9
 SHA512 
69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae42f0d512c4c2
+DIST python-xlib-0.29.tar.bz2 209322 BLAKE2B 
4d94d99c8094947ce1acb84f3adc28ab4b6e9d6aaf61317b625e50578ece3800f6462551f8656b194d5635e3e35a5d6fec86d4eb553d7b65684a7f74fdf0dc14
 SHA512 
6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a

diff --git a/dev-python/python-xlib/python-xlib-0.29.ebuild 
b/dev-python/python-xlib/python-xlib-0.29.ebuild
new file mode 100644
index 000..576677a71c4
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.29.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-11-03 Thread Michał Górny
commit: f5f510d138d78f6e4dd1b1d3a38da52b059249d4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  3 07:58:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  3 08:24:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f510d1

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.27.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 33e981c603b..c1a9f5be732 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B 
f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942
 SHA512 
6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f
 DIST python-xlib-0.28.tar.bz2 203306 BLAKE2B 
f8916fd0c62c8b4546f1c381fc9f13b1e86c4ae6da06434b666f4952ae6a28f06389b006d48dc3139f9018cc3c126ab8316b968e64da7b2f4d22bcc2a2c83bb9
 SHA512 
69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae42f0d512c4c2

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
deleted file mode 100644
index d1607af092f..000
--- a/dev-python/python-xlib/python-xlib-0.27.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-11-02 Thread Sam James
commit: 03c2ba1d5c922484daa8f44a2dab5eaf2ec23efb
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  2 23:50:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  2 23:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c2ba1d

dev-python/python-xlib: Stabilize 0.28 amd64, #750656

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

 dev-python/python-xlib/python-xlib-0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
index 89b48db5c80..d1607af092f 100644
--- a/dev-python/python-xlib/python-xlib-0.28.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.28.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-10-25 Thread Thomas Deutschmann
commit: 84215199c8a32066b9de658a233754b4c4989590
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:38:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84215199

dev-python/python-xlib: x86 stable (bug #750656)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/python-xlib/python-xlib-0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
index e6f964e492b..89b48db5c80 100644
--- a/dev-python/python-xlib/python-xlib-0.28.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.28.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-10-24 Thread Sergei Trofimovich
commit: 091032415cdb203cce4a57861cf90fa6c3187301
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 24 17:33:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 24 17:46:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09103241

dev-python/python-xlib: stable 0.28 for ppc

stable wrt bug #750656

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/python-xlib/python-xlib-0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
index ee6169d9ffd..e6f964e492b 100644
--- a/dev-python/python-xlib/python-xlib-0.28.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.28.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-09-20 Thread Michał Górny
commit: 9529ad8c8b33ed19b620cbde51bc9318fccf2c17
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 06:21:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 06:28:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9529ad8c

dev-python/python-xlib: Bump to 0.28

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.28.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index ae6769da08a..33e981c603b 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B 
f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942
 SHA512 
6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f
+DIST python-xlib-0.28.tar.bz2 203306 BLAKE2B 
f8916fd0c62c8b4546f1c381fc9f13b1e86c4ae6da06434b666f4952ae6a28f06389b006d48dc3139f9018cc3c126ab8316b968e64da7b2f4d22bcc2a2c83bb9
 SHA512 
69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae42f0d512c4c2

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
new file mode 100644
index 000..ee6169d9ffd
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.28.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-08-02 Thread Sam James
commit: 5031fe5614e722dceb6bddca19a542a5200a13d3
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 04:53:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 22:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5031fe56

dev-python/python-xlib: add Python 3.9

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/python-xlib/python-xlib-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
index 4eee6b607df..d1607af092f 100644
--- a/dev-python/python-xlib/python-xlib-0.27.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.27.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-08-02 Thread Michał Górny
commit: c28b738fbf7d3b2ec6b39d85464577146447ca70
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:18:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:18:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28b738f

dev-python/python-xlib: Remove py2.7

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

 dev-python/python-xlib/python-xlib-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
index 65044eed3df..4eee6b607df 100644
--- a/dev-python/python-xlib/python-xlib-0.27.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.27.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/files/

2020-05-14 Thread Aaron Bauman
commit: 71f5053e2100d470bb38910d0c19f5ab586894f4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 30 16:24:53 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 14 22:19:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f5053e

dev-python/python-xlib: remove unused patch(es)

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/python-xlib/files/defs | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-python/python-xlib/files/defs 
b/dev-python/python-xlib/files/defs
deleted file mode 100644
index 2da6f932799..000
--- a/dev-python/python-xlib/files/defs
+++ /dev/null
@@ -1,11 +0,0 @@
-# Definitions for documentation makefiles
-
-SRCDIR = ../src
-
-TOPSRC = $(SRCDIR)/python-xlib.texi
-
-SRCS = $(TOPSRC) \
- $(SRCDIR)/concepts.texi $(SRCDIR)/package.texi \
- $(SRCDIR)/connect.texi $(SRCDIR)/errors.texi \
- $(SRCDIR)/events.texi $(SRCDIR)/objects.texi
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-05-11 Thread Michał Górny
commit: 8586ca0a2279a43013cb4b87c39078d8129b75f5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 11 17:35:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 11 17:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8586ca0a

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest   |  1 -
 dev-python/python-xlib/python-xlib-0.23-r1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index ecaf167d504..ae6769da08a 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1 @@
-DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
 DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B 
f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942
 SHA512 
6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f

diff --git a/dev-python/python-xlib/python-xlib-0.23-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.23-r1.ebuild
deleted file mode 100644
index e72e8fd47ce..000
--- a/dev-python/python-xlib/python-xlib-0.23-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-05-04 Thread Agostino Sarubbo
commit: 8b0981146a669b2a840da053227cbf7abf2e1d3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May  4 14:11:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May  4 14:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b098114

dev-python/python-xlib: ppc stable wrt bug #720592

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-xlib/python-xlib-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
index fcb790ceadd..65044eed3df 100644
--- a/dev-python/python-xlib/python-xlib-0.27.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.27.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-05-04 Thread Michał Górny
commit: 58274cc9e2c4cd33d54b399b971e89a371ada8df
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:43:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58274cc9

dev-python/python-xlib: Remove old

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

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.26.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 174f2839db7..ecaf167d504 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,3 +1,2 @@
 DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
-DIST python-xlib-0.26.tar.bz2 207058 BLAKE2B 
ff9562ca55233bb9ec6fbff19e1e7f4dcd39aa0f497c1aeccc21d50ccdecf8bddb7a6d556679fa133cb1721c7d1ebd41081325739d0f505571928ac74749bc42
 SHA512 
1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884
 DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B 
f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942
 SHA512 
6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f

diff --git a/dev-python/python-xlib/python-xlib-0.26.ebuild 
b/dev-python/python-xlib/python-xlib-0.26.ebuild
deleted file mode 100644
index 8b9838d1974..000
--- a/dev-python/python-xlib/python-xlib-0.26.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? ( sys-apps/texinfo )"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-distutils_enable_tests unittest
-
-python_compile_all() {
-   use doc && emake -C doc/info
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install_all() {
-   use doc && doinfo doc/info/*.info
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-05-03 Thread Agostino Sarubbo
commit: 4264847675b04105ed2156abc19c0f687cf3185f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:01:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:02:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42648476

dev-python/python-xlib: x86 stable wrt bug #720592

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-xlib/python-xlib-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
index 525aa9d2b93..fcb790ceadd 100644
--- a/dev-python/python-xlib/python-xlib-0.27.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.27.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-04-08 Thread Sebastian Pipping
commit: 392fb6187e8249a6fbca1bbb4df09f5c5420ff18
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Apr  8 18:16:45 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Apr  8 18:17:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392fb618

dev-python/python-xlib: 0.27

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.96, Repoman-2.3.22

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.27.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 9b2113fd735..174f2839db7 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1,3 @@
 DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
 DIST python-xlib-0.26.tar.bz2 207058 BLAKE2B 
ff9562ca55233bb9ec6fbff19e1e7f4dcd39aa0f497c1aeccc21d50ccdecf8bddb7a6d556679fa133cb1721c7d1ebd41081325739d0f505571928ac74749bc42
 SHA512 
1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884
+DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B 
f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942
 SHA512 
6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f

diff --git a/dev-python/python-xlib/python-xlib-0.27.ebuild 
b/dev-python/python-xlib/python-xlib-0.27.ebuild
new file mode 100644
index 000..8b9838d1974
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.27.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-03-28 Thread Michał Górny
commit: 68ac15fa1b968bb0bc48324db45012583385d9cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 21:04:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 21:11:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ac15fa

dev-python/python-xlib: Remove redundant versions

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

 dev-python/python-xlib/Manifest|  2 -
 .../python-xlib/python-xlib-0.15_rc1-r2.ebuild | 48 
 dev-python/python-xlib/python-xlib-0.19.ebuild | 51 --
 dev-python/python-xlib/python-xlib-0.23.ebuild | 41 -
 4 files changed, 142 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index efa7e2cfa34..9b2113fd735 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,4 +1,2 @@
-DIST python-xlib-0.15rc1.tar.gz 188750 BLAKE2B 
e35a1904975a6f5bbeb5ab5215f8ffaf87052b51a649c1c25455ef8039d5643e51195a801024b3717df930c486a126f0a055822b15b2f01d207b6a17fe01d5ba
 SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
-DIST python-xlib-0.19.tar.bz2 188359 BLAKE2B 
ce7555b05ea84c5b74dcaa8457bfd1d8cd73d2c74e5a5a08e984fbe56ddb1036c26ecf669c67434eac31f7ff4aab723c5fe5672114cfa83f4693eb72835558b6
 SHA512 
070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be
 DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
 DIST python-xlib-0.26.tar.bz2 207058 BLAKE2B 
ff9562ca55233bb9ec6fbff19e1e7f4dcd39aa0f497c1aeccc21d50ccdecf8bddb7a6d556679fa133cb1721c7d1ebd41081325739d0f505571928ac74749bc42
 SHA512 
1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884

diff --git a/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild 
b/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild
deleted file mode 100644
index 3c77f997b4a..000
--- a/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="${P/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="http://python-xlib.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc"
-
-python_prepare_all() {
-   sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
-   cp -r "${FILESDIR}"/defs doc/src/ || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   cd doc || die
-   VARTEXFONTS="${T}"/fonts emake html
-   fi
-}
-
-python_test() {
-   cd test || die
-
-   local t
-   for t in *.py; do
-   "${PYTHON}" "${t}" || die
-   done
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/python-xlib/python-xlib-0.19.ebuild 
b/dev-python/python-xlib/python-xlib-0.19.ebuild
deleted file mode 100644
index 463754e7962..000
--- a/dev-python/python-xlib/python-xlib-0.19.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
-   cp -r "${FILESDIR}"/defs doc/src/ || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   cd doc || die
-   VARTEXFONTS="${T}"/fonts emake html
-   fi
-}
-
-python_test() {
-   cd test || die
-
-   local t
-   for t in *.py; do
-   "${EPYTHON}" "${t}" || die
-   done
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   distutils-r1_python_install_all
-}

diff 

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2020-03-08 Thread Sebastian Pipping
commit: 5a74e98c257f5cd78200122036195ec0b5996b41
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Mar  8 16:53:36 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Mar  8 16:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a74e98c

dev-python/python-xlib: 0.26 + EAPI 7 + py38

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.26.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 97e92621b38..efa7e2cfa34 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,3 +1,4 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 BLAKE2B 
e35a1904975a6f5bbeb5ab5215f8ffaf87052b51a649c1c25455ef8039d5643e51195a801024b3717df930c486a126f0a055822b15b2f01d207b6a17fe01d5ba
 SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
 DIST python-xlib-0.19.tar.bz2 188359 BLAKE2B 
ce7555b05ea84c5b74dcaa8457bfd1d8cd73d2c74e5a5a08e984fbe56ddb1036c26ecf669c67434eac31f7ff4aab723c5fe5672114cfa83f4693eb72835558b6
 SHA512 
070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be
 DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
+DIST python-xlib-0.26.tar.bz2 207058 BLAKE2B 
ff9562ca55233bb9ec6fbff19e1e7f4dcd39aa0f497c1aeccc21d50ccdecf8bddb7a6d556679fa133cb1721c7d1ebd41081325739d0f505571928ac74749bc42
 SHA512 
1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884

diff --git a/dev-python/python-xlib/python-xlib-0.26.ebuild 
b/dev-python/python-xlib/python-xlib-0.26.ebuild
new file mode 100644
index 000..8b9838d1974
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.26.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2019-01-22 Thread Sebastian Pipping
commit: 8f066619c4ed9e17de9bdec08b00b6fd34550592
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Jan 22 13:41:18 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Jan 22 13:49:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f066619

dev-python/python-xlib: Python 3.7

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/python-xlib/python-xlib-0.23-r1.ebuild | 41 +++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/python-xlib/python-xlib-0.23-r1.ebuild 
b/dev-python/python-xlib/python-xlib-0.23-r1.ebuild
new file mode 100644
index 000..39686f93674
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.23-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2018-04-20 Thread Michał Górny
commit: df85b214466b9717612c149b3e31156b5a1bc882
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 20 21:02:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 20 21:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df85b214

dev-python/python-xlib: Bump to 0.23, fix doc build & tests

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.23.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index a83daedf46b..97e92621b38 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1,3 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 BLAKE2B 
e35a1904975a6f5bbeb5ab5215f8ffaf87052b51a649c1c25455ef8039d5643e51195a801024b3717df930c486a126f0a055822b15b2f01d207b6a17fe01d5ba
 SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
 DIST python-xlib-0.19.tar.bz2 188359 BLAKE2B 
ce7555b05ea84c5b74dcaa8457bfd1d8cd73d2c74e5a5a08e984fbe56ddb1036c26ecf669c67434eac31f7ff4aab723c5fe5672114cfa83f4693eb72835558b6
 SHA512 
070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be
+DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 
81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a
 SHA512 
5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1

diff --git a/dev-python/python-xlib/python-xlib-0.23.ebuild 
b/dev-python/python-xlib/python-xlib-0.23.ebuild
new file mode 100644
index 000..7132ed70ef5
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.23.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2017-05-02 Thread Michał Górny
commit: a5c26758774015345612f7cb749b4d30cb4b6b82
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 14:47:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 15:14:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c26758

dev-python/python-xlib: Clean old versions up

 dev-python/python-xlib/Manifest|  1 -
 dev-python/python-xlib/python-xlib-0.17.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index f11623e1062..502d39e48fd 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,3 +1,2 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 SHA256 
823734489fc8c47113deb606fdc7142759d4c45546014255af8c5b8787b9accb SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
 WHIRLPOOL 
bdca7c97cfbf438cce6297d5d035488986886d95f6f80014c9d9b1966720b98600b13f6dc09b6aed209787833e3174a0bf8444c3ba9c46e9f106051b978d322b
-DIST python-xlib-0.17.tar.bz2 185804 SHA256 
600e820e340528184a873c5c4dccc67d7e4c34d658606fffadb02f32b5edd38a SHA512 
0c3346de00304f8028492ef1eb7a9d0e22e750f9d51714e5a458e734218ef69760a07a5b3436eda70c9a952d52848757e1ead520bdaaefaf1b6575e0cc299b88
 WHIRLPOOL 
81d73930abe5277a0daa7ab2b245172315eff311d30dff532a9c10997d7d7ffd8de9d7f8a0ee2992b18f5ad58734511b30916c9c3f45ba34555f09750710c1e6
 DIST python-xlib-0.19.tar.bz2 188359 SHA256 
10ba17a7b2aea9f6a7fb0b87caa284383389cf867ba9d31619246577b8cc3408 SHA512 
070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be
 WHIRLPOOL 
7651d564c10bd381508bf69088e88705218be9e9a31442660fd80d1e2d086ae4a3a84aa733fed30b4c4359663b99fe117fcd6a8fb1b7adefd888f267ef8722a8

diff --git a/dev-python/python-xlib/python-xlib-0.17.ebuild 
b/dev-python/python-xlib/python-xlib-0.17.ebuild
deleted file mode 100644
index 5509dadff4f..000
--- a/dev-python/python-xlib/python-xlib-0.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="https://github.com/python-xlib/python-xlib;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-# DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
-   cp -r "${FILESDIR}"/defs doc/src/ || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   cd doc || die
-   VARTEXFONTS="${T}"/fonts emake html
-   fi
-}
-
-python_test() {
-   cd test || die
-
-   local t
-   for t in *.py; do
-   "${EPYTHON}" "${t}" || die
-   done
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2017-04-29 Thread Sebastian Pipping
commit: 053e362fcce7accfe27d17cee4d68ebde1ed3e77
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Apr 29 19:55:58 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Apr 29 20:22:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053e362f

dev-python/python-xlib: 0.19

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.19.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index cb4d5233ec1..f11623e1062 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1,2 +1,3 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 SHA256 
823734489fc8c47113deb606fdc7142759d4c45546014255af8c5b8787b9accb SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
 WHIRLPOOL 
bdca7c97cfbf438cce6297d5d035488986886d95f6f80014c9d9b1966720b98600b13f6dc09b6aed209787833e3174a0bf8444c3ba9c46e9f106051b978d322b
 DIST python-xlib-0.17.tar.bz2 185804 SHA256 
600e820e340528184a873c5c4dccc67d7e4c34d658606fffadb02f32b5edd38a SHA512 
0c3346de00304f8028492ef1eb7a9d0e22e750f9d51714e5a458e734218ef69760a07a5b3436eda70c9a952d52848757e1ead520bdaaefaf1b6575e0cc299b88
 WHIRLPOOL 
81d73930abe5277a0daa7ab2b245172315eff311d30dff532a9c10997d7d7ffd8de9d7f8a0ee2992b18f5ad58734511b30916c9c3f45ba34555f09750710c1e6
+DIST python-xlib-0.19.tar.bz2 188359 SHA256 
10ba17a7b2aea9f6a7fb0b87caa284383389cf867ba9d31619246577b8cc3408 SHA512 
070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be
 WHIRLPOOL 
7651d564c10bd381508bf69088e88705218be9e9a31442660fd80d1e2d086ae4a3a84aa733fed30b4c4359663b99fe117fcd6a8fb1b7adefd888f267ef8722a8

diff --git a/dev-python/python-xlib/python-xlib-0.19.ebuild 
b/dev-python/python-xlib/python-xlib-0.19.ebuild
new file mode 100644
index 000..2b523c38de5
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.19.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
+   cp -r "${FILESDIR}"/defs doc/src/ || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   cd doc || die
+   VARTEXFONTS="${T}"/fonts emake html
+   fi
+}
+
+python_test() {
+   cd test || die
+
+   local t
+   for t in *.py; do
+   "${EPYTHON}" "${t}" || die
+   done
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2016-11-09 Thread Pacho Ramos
commit: 57f252ebe616b24f07824258d8a9a886b09ff32d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Nov  9 13:48:15 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Nov  9 14:04:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f252eb

dev-python/python-xlib: Drop old

Package-Manager: portage-2.3.2

 dev-python/python-xlib/python-xlib-0.15_rc1.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild 
b/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild
deleted file mode 100644
index c213186..
--- a/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_P="${P/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A fully functional X client library for Python, written in Python"
-HOMEPAGE="http://python-xlib.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE=""
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-PYTHON_MODNAME="Xlib"
-
-src_test() {
-   cd test
-   testing() {
-   local return_status="0" test
-   for test in *.py; do
-   echo "Running ${test}..."
-   PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" 
"${test}" || return_status="1"
-   done
-   return "${return_status}"
-   }
-   python_execute_function testing
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2016-10-10 Thread Patrice Clement
commit: 309031fc6ffddceee447ce194bddcbe032e67acd
Author: Naohiro Aota  gentoo  org>
AuthorDate: Fri Oct  7 06:24:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 10 07:39:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309031fc

dev-python/python-xlib: version bump to 0.17.

- Project has moved to GitHub: https://github.com/python-xlib/python-xlib
- Support for Python 3 (3.3, 3.4 and 3.5) has been added.

Gentoo-Bug: https://bugs.gentoo.org/591292
Package-Manager: portage-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/2502

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.17.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 1e3981c..cb4d523 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.15rc1.tar.gz 188750 SHA256 
823734489fc8c47113deb606fdc7142759d4c45546014255af8c5b8787b9accb SHA512 
e27f56e0d76fac534e6754b1e64316636b49859eb6c9ceef5952c8b42cf53bc798a705fa54c283c896324d9a23778beec583cb62984a6a43b024643a70f3fe3a
 WHIRLPOOL 
bdca7c97cfbf438cce6297d5d035488986886d95f6f80014c9d9b1966720b98600b13f6dc09b6aed209787833e3174a0bf8444c3ba9c46e9f106051b978d322b
+DIST python-xlib-0.17.tar.bz2 185804 SHA256 
600e820e340528184a873c5c4dccc67d7e4c34d658606fffadb02f32b5edd38a SHA512 
0c3346de00304f8028492ef1eb7a9d0e22e750f9d51714e5a458e734218ef69760a07a5b3436eda70c9a952d52848757e1ead520bdaaefaf1b6575e0cc299b88
 WHIRLPOOL 
81d73930abe5277a0daa7ab2b245172315eff311d30dff532a9c10997d7d7ffd8de9d7f8a0ee2992b18f5ad58734511b30916c9c3f45ba34555f09750710c1e6

diff --git a/dev-python/python-xlib/python-xlib-0.17.ebuild 
b/dev-python/python-xlib/python-xlib-0.17.ebuild
new file mode 100644
index ..2213985
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.17.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   sed -e 's:make:$(MAKE):g' -i doc/Makefile || die
+   cp -r "${FILESDIR}"/defs doc/src/ || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   cd doc || die
+   VARTEXFONTS="${T}"/fonts emake html
+   fi
+}
+
+python_test() {
+   cd test || die
+
+   local t
+   for t in *.py; do
+   "${EPYTHON}" "${t}" || die
+   done
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/

2016-03-15 Thread Agostino Sarubbo
commit: 4c17d8aab9687527a4ff8b770c55fb9c5541520d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 11:25:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 11:25:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17d8aa

dev-python/python-xlib: amd64 stable wrt bug #574628

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild 
b/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild
index de0ef23..8b06ae0 100644
--- a/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.15_rc1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 python_prepare_all() {