commit:     971fda70b36f4b094a5d94a20427c1ff81617fa3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 15:32:17 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 15:32:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971fda70

dev-python/xcffib: Remove old

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

 dev-python/xcffib/Manifest            |  4 ---
 dev-python/xcffib/xcffib-1.5.0.ebuild | 50 -----------------------------------
 dev-python/xcffib/xcffib-1.6.0.ebuild | 42 -----------------------------
 dev-python/xcffib/xcffib-1.6.2.ebuild | 42 -----------------------------
 dev-python/xcffib/xcffib-1.7.0.ebuild | 43 ------------------------------
 5 files changed, 181 deletions(-)

diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
index 9814c8d0840b..64119036636f 100644
--- a/dev-python/xcffib/Manifest
+++ b/dev-python/xcffib/Manifest
@@ -1,5 +1 @@
-DIST xcffib-1.5.0.tar.gz 89544 BLAKE2B 
cb3820a53eb7694078e5dbb175951b6dbdc445c06f397898e52319fd8a7633f2d8115f0d096a14b2b3de0c7b07918343d077705814574ff41de2bf06a12812c0
 SHA512 
aaa426b57d0d8dc45cb6a2036c862af6308fb5781667b8dba3f5ff399fe5e15912860d0bb696ac09f1efd4ffbbdaf7f555ef76039bd660f36f5c6179535b654f
-DIST xcffib-1.6.0.tar.gz 101378 BLAKE2B 
75b4e64f125d0948fc438202b81d0808acd988d363216382f42611e7f821f4df2cecd9464edfc0e89cacd4237d82fc0d0276a357f5625dc03811b1f9c0951a0d
 SHA512 
53fbde4a61f061a460d8a33c70ce4189c7ea5ff30777cee0017f42fcee9d7e2954d48906d764feabbb0506be96a40350579043e9cea04f9886ff1e8f35ed3f9c
-DIST xcffib-1.6.2.tar.gz 101368 BLAKE2B 
a4768fd7d5da875c04a45beccd8ad8bcdc2459dd9a5b3b19fe40813376262a025c04af80d75927c26c2fb26e1a5fefb29e0ff406aae206ac0edab546535e40cf
 SHA512 
f3d3c751c2307025b2f3b3cb523a31fe4f0560af428e2705d06fc1ce7980d36a5568ad1e73c9acde065347210d754c0f30718cff28fb823f09c65025c0ecfc4a
-DIST xcffib-1.7.0.tar.gz 102415 BLAKE2B 
8ce76e52cda54f1985659667601f9abd001e8f0373a399cbf327037a24142b22722ebf55efe0f292d906f06216149e1d3122fde3162f59f923783f319fd73420
 SHA512 
bb21e50690cb50ab32108552cc0ea9f7758a23541789b365b38a8c2c1d839cc8f468e6ba581f69b6235fd96782036ef5afcee4b555a4a721333e527db6c2b20c
 DIST xcffib-1.7.1.tar.gz 101487 BLAKE2B 
e489e96305cc8b277ebc02389514c23522c54444dc05434d0ac669b3337446947f5d5b9db1bfbbc1e1d7f9d81de06a50d63c0e4c3a2fddc6b8e1a8fad3ad704b
 SHA512 
59ef3adf29fd8e6c5636855aa56777cab84d92c18d8e93500df9e315f0ae53f5693561f571ee98dbea6d9eae9ce5708018e2d6c27dccb14e9eb0ca85668fd515

diff --git a/dev-python/xcffib/xcffib-1.5.0.ebuild 
b/dev-python/xcffib/xcffib-1.5.0.ebuild
deleted file mode 100644
index 55fd13d3df4b..000000000000
--- a/dev-python/xcffib/xcffib-1.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} 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 ~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*')
-       ${DEPEND}
-"
-BDEPEND="
-       test? (
-               x11-base/xorg-server[xvfb]
-               x11-apps/xeyes
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # remove invalid cffi dependency
-       # https://github.com/tych0/xcffib/pull/167
-       sed -i -e '/dependencies/d' setup.py || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       rm -rf xcffib || die
-       epytest
-}

diff --git a/dev-python/xcffib/xcffib-1.6.0.ebuild 
b/dev-python/xcffib/xcffib-1.6.0.ebuild
deleted file mode 100644
index c4ee6e535384..000000000000
--- a/dev-python/xcffib/xcffib-1.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-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:=[${PYTHON_USEDEP}]
-       ' 'python*')
-       ${DEPEND}
-"
-BDEPEND="
-       test? (
-               x11-base/xorg-server[xvfb]
-               x11-apps/xeyes
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       rm -rf xcffib || die
-       epytest
-}

diff --git a/dev-python/xcffib/xcffib-1.6.2.ebuild 
b/dev-python/xcffib/xcffib-1.6.2.ebuild
deleted file mode 100644
index b0bd2db2aa9b..000000000000
--- a/dev-python/xcffib/xcffib-1.6.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-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:=[${PYTHON_USEDEP}]
-       ' 'python*')
-       ${DEPEND}
-"
-BDEPEND="
-       test? (
-               x11-base/xorg-server[xvfb]
-               x11-apps/xeyes
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       rm -rf xcffib || die
-       epytest
-}

diff --git a/dev-python/xcffib/xcffib-1.7.0.ebuild 
b/dev-python/xcffib/xcffib-1.7.0.ebuild
deleted file mode 100644
index 943dced69962..000000000000
--- a/dev-python/xcffib/xcffib-1.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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_{10..13} pypy3 )
-
-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:=[${PYTHON_USEDEP}]
-       ' 'python*')
-       ${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