commit:     48a4848e0d88485124f72ddfb242f00f7e7b186a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 06:10:58 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 08:23:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a4848e

dev-python/xcffib: Bump to 1.3.0

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

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

diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
index 971e3bac9651..cc1802deaf4d 100644
--- a/dev-python/xcffib/Manifest
+++ b/dev-python/xcffib/Manifest
@@ -1 +1,2 @@
 DIST xcffib-1.2.0.tar.gz 88972 BLAKE2B 
a8d9be7c3149f696d06474aab85e9f7605d45e9861151192dbb7b51e48483f75adb721e17531432294d19d8d6498b66ba312702ea011e8470c3ac42ac0cd6e23
 SHA512 
7012833f2877edea92cdc15030543883e2a848264c034a81222626ad48a69fcdac8a88cec2e07e61a80102640baa7fbdf29bbf25e08e59fc896aada08533bb77
+DIST xcffib-1.3.0.tar.gz 89874 BLAKE2B 
5dd8d64b906d92cb987ee4398da668d6034faf4abc24a56c0fca3e5b6d0cd1252ea1459736a9f7fb83ee97d4d6cec5d103eb19aba626a3d646f67e6332e255a5
 SHA512 
a493f86891158ffa0c36168da5e7ebdeadafe5e9f067e2ad6052cf302c89db612f907b5e9950748fcfd74886b808870986529902bae77fede7e27d5d422d6ec6

diff --git a/dev-python/xcffib/xcffib-1.3.0.ebuild 
b/dev-python/xcffib/xcffib-1.3.0.ebuild
new file mode 100644
index 000000000000..0d811a0a3f89
--- /dev/null
+++ b/dev-python/xcffib/xcffib-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A drop in replacement for xpyb, an XCB python binding"
+HOMEPAGE="
+       https://github.com/tych0/xcffib/
+       https://pypi.org/project/xcffib/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+DEPEND="
+       x11-libs/libxcb
+"
+RDEPEND="
+       $(python_gen_cond_dep '
+               >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]
+       ' 'python*')
+       dev-python/six[${PYTHON_USEDEP}]
+       ${DEPEND}
+"
+BDEPEND="
+       test? (
+               x11-base/xorg-server[xvfb]
+               x11-apps/xeyes
+       )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       rm -rf xcffib || die
+       epytest
+}

Reply via email to