diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-04 09:30:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-04 09:30:12 +0100 |
commit | 069043f454c488559ff34377be085d9cd6c9670d (patch) | |
tree | f853e962637c78874927c6985c8538e9185c5c1e /dev-python/xcffib | |
parent | media-sound/cava: add 0.8.3 (diff) | |
download | gentoo-069043f454c488559ff34377be085d9cd6c9670d.tar.gz gentoo-069043f454c488559ff34377be085d9cd6c9670d.tar.bz2 gentoo-069043f454c488559ff34377be085d9cd6c9670d.zip |
dev-python/xcffib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r-- | dev-python/xcffib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/xcffib/xcffib-0.11.1-r1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest index ad47711adbfa..a7a7d4189d5b 100644 --- a/dev-python/xcffib/Manifest +++ b/dev-python/xcffib/Manifest @@ -1,2 +1 @@ -DIST xcffib-0.11.1.tar.gz 84713 BLAKE2B 6ab1ad6e582d71214cd719fdfa898e561e29d5750f5befe5c71173cfe34f2dff7dbd52fe93e618aab695646850f7ef5420114e2b1e725150c643904cdaba560a SHA512 09f4e19b88258446af26628c3a8e694c1f938fe3b5456e797b06174602fa0e9ef6e4eab76daccfd169d98fb7e869c910e6216d1f71fa2853e62b82c62c667669 DIST xcffib-0.12.1.tar.gz 85272 BLAKE2B 6db2f19caf13d406297198c3829456cb45b5195e2d068b1f5ad01c25d4ed75e3187854da24156c3c5396a559b11c2d6949711b793c5bf5c83e18e9aa54307983 SHA512 6530fb53fa18a3905d7c9e8dd5d05ea084de4a5f392e32953a9786998dd194b2db55b54fa44dbc3e6b68e68ae00431de7432d6884f777734409d660dae325d6e diff --git a/dev-python/xcffib/xcffib-0.11.1-r1.ebuild b/dev-python/xcffib/xcffib-0.11.1-r1.ebuild deleted file mode 100644 index 1cbeb6eeca07..000000000000 --- a/dev-python/xcffib/xcffib-0.11.1-r1.ebuild +++ /dev/null @@ -1,31 +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 - -DESCRIPTION="A drop in replacement for xpyb, an XCB python binding" -HOMEPAGE="https://github.com/tych0/xcffib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 |