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

2024-04-27 Thread Michał Górny
commit: e875585792641ef32d0e6a572d50207a9f50d44b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:28:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:28:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8755857

dev-python/xkbcommon: Remove old

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

 dev-python/xkbcommon/Manifest |  1 -
 dev-python/xkbcommon/xkbcommon-0.8.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest
index 91101265c16c..f15b86461fb5 100644
--- a/dev-python/xkbcommon/Manifest
+++ b/dev-python/xkbcommon/Manifest
@@ -1,2 +1 @@
-DIST python-xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 
0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026
 SHA512 
ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5aaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a
 DIST python-xkbcommon-1.0.gh.tar.gz 27258 BLAKE2B 
3106877f8e87f50453a358eec4e6431642b00a6a2bc23d3088ef22379984869ec84cd042a1ac53dd72783f3005dad1efddf3f87410204b88bfde4f9da0044c97
 SHA512 
c7793d6f5517771006ff5a9c01deb9a37717157d7171af49ff459dc96b3b16a1d2d4c0f1272b5a8f683390de1e8e6a6ff92472f18828c7e38e0f2a1ee6f34f07

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
deleted file mode 100644
index 1ca6444edeeb..
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-xkbcommon-${PV}
-DESCRIPTION="Python bindings for libxkbcommon using cffi"
-HOMEPAGE="
-   https://github.com/sde1000/python-xkbcommon/
-   https://pypi.org/project/xkbcommon/
-"
-SRC_URI="
-   
https://github.com/sde1000/python-xkbcommon/archive/refs/tags/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-
-# x11-libs/libxkbcommon dep per README
-RDEPEND="
-   >=x11-libs/libxkbcommon-${PV}
-   $(python_gen_cond_dep '
-   dev-python/cffi[${PYTHON_USEDEP}]
-   ' 'python*')
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-python_test() {
-   rm -rf xkbcommon || die
-
-   epytest
-}



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

2024-04-27 Thread Michał Górny
commit: 00bc4d112d5e33473eaf18220a95f2a5ab63b880
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 11:26:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 11:26:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bc4d11

dev-python/xkbcommon: Stabilize 1.0 amd64, #930775

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

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

diff --git a/dev-python/xkbcommon/xkbcommon-1.0.ebuild 
b/dev-python/xkbcommon/xkbcommon-1.0.ebuild
index be6fb2d9ee7f..5b1afed2756f 100644
--- a/dev-python/xkbcommon/xkbcommon-1.0.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-1.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 # x11-libs/libxkbcommon dep per README
 RDEPEND="



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

2024-04-12 Thread Arthur Zamarin
commit: 102aa811d2b7d4d051a18f624d0ed36c7e65345d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 13 04:59:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 05:35:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102aa811

dev-python/xkbcommon: Bump to 1.0

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

 dev-python/xkbcommon/Manifest |  1 +
 dev-python/xkbcommon/xkbcommon-1.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest
index e2afa5bebb5b..91101265c16c 100644
--- a/dev-python/xkbcommon/Manifest
+++ b/dev-python/xkbcommon/Manifest
@@ -1 +1,2 @@
 DIST python-xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 
0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026
 SHA512 
ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5aaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a
+DIST python-xkbcommon-1.0.gh.tar.gz 27258 BLAKE2B 
3106877f8e87f50453a358eec4e6431642b00a6a2bc23d3088ef22379984869ec84cd042a1ac53dd72783f3005dad1efddf3f87410204b88bfde4f9da0044c97
 SHA512 
c7793d6f5517771006ff5a9c01deb9a37717157d7171af49ff459dc96b3b16a1d2d4c0f1272b5a8f683390de1e8e6a6ff92472f18828c7e38e0f2a1ee6f34f07

diff --git a/dev-python/xkbcommon/xkbcommon-1.0.ebuild 
b/dev-python/xkbcommon/xkbcommon-1.0.ebuild
new file mode 100644
index ..be6fb2d9ee7f
--- /dev/null
+++ b/dev-python/xkbcommon/xkbcommon-1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-xkbcommon-${PV}
+DESCRIPTION="Python bindings for libxkbcommon using cffi"
+HOMEPAGE="
+   https://github.com/sde1000/python-xkbcommon/
+   https://pypi.org/project/xkbcommon/
+"
+SRC_URI="
+   
https://github.com/sde1000/python-xkbcommon/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+# x11-libs/libxkbcommon dep per README
+RDEPEND="
+   >=x11-libs/libxkbcommon-${PV}
+   $(python_gen_cond_dep '
+   dev-python/cffi[${PYTHON_USEDEP}]
+   ' 'python*')
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   rm -rf xkbcommon || die
+
+   epytest
+}



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

2023-10-27 Thread Michał Górny
commit: c892698dc1d95101e8a3e7ad52ea21d2cbfece81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:26:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:26:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c892698d

dev-python/xkbcommon: Enable py3.12

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

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

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 7055c24334cc..1ca6444edeeb 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-06-11 Thread Michał Górny
commit: 03bc76241ceb031baec3c09df142bb73ffd464e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 09:18:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 09:21:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bc7624

dev-python/xkbcommon: Replace virtual/python-cffi dep + QA

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

 dev-python/xkbcommon/Manifest |  2 +-
 dev-python/xkbcommon/xkbcommon-0.8.ebuild | 16 +---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest
index 95f920325d37..e2afa5bebb5b 100644
--- a/dev-python/xkbcommon/Manifest
+++ b/dev-python/xkbcommon/Manifest
@@ -1 +1 @@
-DIST xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 
0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026
 SHA512 
ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5aaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a
+DIST python-xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 
0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026
 SHA512 
ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5aaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 4161cc0dc454..7055c24334cc 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -5,20 +5,21 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 
 inherit distutils-r1
 
+MY_P=python-xkbcommon-${PV}
 DESCRIPTION="Python bindings for libxkbcommon using cffi"
 HOMEPAGE="
-   https://github.com/sde1000/python-xkbcommon
+   https://github.com/sde1000/python-xkbcommon/
https://pypi.org/project/xkbcommon/
 "
 SRC_URI="

https://github.com/sde1000/python-xkbcommon/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${MY_P}.gh.tar.gz
 "
-S="${WORKDIR}"/python-${P}
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
@@ -27,15 +28,16 @@ KEYWORDS="amd64 ~riscv ~x86"
 # x11-libs/libxkbcommon dep per README
 RDEPEND="
>=x11-libs/libxkbcommon-${PV}
-   virtual/python-cffi[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/cffi[${PYTHON_USEDEP}]
+   ' 'python*')
 "
 DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
 
 python_test() {
-   # No die deliberately as sometimes it doesn't exist
-   rm -r xkbcommon
+   rm -rf xkbcommon || die
 
epytest
 }



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

2023-05-04 Thread Michał Górny
commit: abec4e9d1051900a8a17715e8db85763791bbbd9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:59:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:59:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec4e9d

dev-python/xkbcommon: Set DISTUTILS_EXT=1

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

 dev-python/xkbcommon/xkbcommon-0.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 1ec35d00fd55..4161cc0dc454 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -3,8 +3,10 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for libxkbcommon using cffi"



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

2023-05-03 Thread Arthur Zamarin
commit: ed51f00e7cd8a52a5dea07c2b0ea41cc1d8ca661
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed May  3 06:55:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed May  3 06:55:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed51f00e

dev-python/xkbcommon: Stabilize 0.8 amd64, #905604

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

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

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 1ab3d2580fe4..1ec35d00fd55 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 # x11-libs/libxkbcommon dep per README
 RDEPEND="



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

2023-01-14 Thread Joonas Niilola
commit: 162b4a9f6cf247e297f20c1c23f086046055903d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Jan 14 08:50:10 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jan 14 08:50:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162b4a9f

dev-python/xkbcommon: Keyword 0.8 x86, #890573

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 1b9f8644c581..1ab3d2580fe4 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 # x11-libs/libxkbcommon dep per README
 RDEPEND="



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

2023-01-12 Thread Yixun Lan
commit: 154b4c932dbbc66263bc99db8c788304194dc014
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Jan 12 21:17:14 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jan 12 21:17:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154b4c93

dev-python/xkbcommon: Keyword 0.8 riscv, #890573

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
index 55f11ee550b5..1b9f8644c581 100644
--- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 # x11-libs/libxkbcommon dep per README
 RDEPEND="



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

2023-01-11 Thread Sam James
commit: acc989b8c1ea0a2ffa80a60905b7cd4daa7d1ab3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 12 06:11:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 12 07:06:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc989b8

dev-python/xkbcommon: new package, add 0.8

Bug: https://bugs.gentoo.org/846380
Signed-off-by: Sam James  gentoo.org>

 dev-python/xkbcommon/Manifest |  1 +
 dev-python/xkbcommon/metadata.xml | 11 +
 dev-python/xkbcommon/xkbcommon-0.8.ebuild | 39 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest
new file mode 100644
index ..95f920325d37
--- /dev/null
+++ b/dev-python/xkbcommon/Manifest
@@ -0,0 +1 @@
+DIST xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 
0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026
 SHA512 
ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5aaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a

diff --git a/dev-python/xkbcommon/metadata.xml 
b/dev-python/xkbcommon/metadata.xml
new file mode 100644
index ..0dfaf46622c1
--- /dev/null
+++ b/dev-python/xkbcommon/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   sde1000/python-xkbcommon
+   xkbcommon
+   
+

diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild 
b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
new file mode 100644
index ..55f11ee550b5
--- /dev/null
+++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 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} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for libxkbcommon using cffi"
+HOMEPAGE="
+   https://github.com/sde1000/python-xkbcommon
+   https://pypi.org/project/xkbcommon/
+"
+SRC_URI="
+   
https://github.com/sde1000/python-xkbcommon/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}"/python-${P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# x11-libs/libxkbcommon dep per README
+RDEPEND="
+   >=x11-libs/libxkbcommon-${PV}
+   virtual/python-cffi[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # No die deliberately as sometimes it doesn't exist
+   rm -r xkbcommon
+
+   epytest
+}