mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/xcffib: Bump to 1.11.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST xcffib-1.10.0.tar.gz 111521 BLAKE2B bceb78b64d4bd22ef350756e630bb8bb640e1bcb0823168d1134d7465b93c895a70e5ebde0c9665d0f0582207e72653865b814790c45914a14bb2f20e37ff461 SHA512 db9754967a2cd6ae6ae7db5e72a40f6c9f412f3834160fd3ff8a21a286b574e2f307dc807603c9015512e3bc757b65947aa6e0088a73a7c504423f394fe41066
|
||||
DIST xcffib-1.11.1.tar.gz 111547 BLAKE2B 4ebe6f16e674a11f9e0039ead6437670d76472211fef3cfa628ff14888d2ae82b27b9003273a46254dd54c73b919f42b99178af231539eea7dcd240bc49246ef SHA512 3e64911dbf6b3b4dc5de4b36e92366aa396bbd5eaf7b22e7ae077e573c5ee3b251fbc44b2f6878616989dcd00c445df61612147649121f6ea76a3384506bf2a5
|
||||
DIST xcffib-1.11.2.tar.gz 111390 BLAKE2B 53282c0e8048558cddd45aefdef0fc435bdb4920b56bbedbf781063748b40d938c508eb796ca20ee339088b38719b334d1f93ed943ed32c105c72d8ec0d65fee SHA512 128bd51975b719952c348465a68eeb1d71e0241e49a28ca8544ac487f454187374c29236a39134a7c6436fbb95398b18ae3f7caf8f0f9159ce37a9737cbd8442
|
||||
DIST xcffib-1.9.0.tar.gz 110472 BLAKE2B 040adb746726a10d6149e8f914a60fad1e4eca2b52711ff261de040bff35c64a748c5781ddd70a756f1c41cfbfc785fff62a86f65e3fa99243eef5e474809e0c SHA512 c0b1c3606c8430e83fb980d4c006b6be1eee91aaf6f40b8159dbdad50b2e596dc85372a83eae85e34a702cbdde98eb7219a260fb520b0ddfb16d897722b64fe0
|
||||
|
||||
44
dev-python/xcffib/xcffib-1.11.2.ebuild
Normal file
44
dev-python/xcffib/xcffib-1.11.2.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2025 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_{11..14} pypy3_11 )
|
||||
|
||||
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 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libxcb
|
||||
"
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
|
||||
' 'python*')
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
x11-base/xorg-server[xvfb]
|
||||
x11-apps/xeyes
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
rm -rf xcffib || die
|
||||
epytest
|
||||
}
|
||||
Reference in New Issue
Block a user