commit: 0d25a0e2b207abd06a84fa5d2e9b69c075fc8757
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:52:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:53:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d25a0e2
dev-python/xcffib: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xcffib/Manifest | 1 -
dev-python/xcffib/xcffib-0.9.0.ebuild | 36 -----------------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/xcffib/Manifest b/dev-python/xcffib/Manifest
index 9e61281bc23..0c540759216 100644
--- a/dev-python/xcffib/Manifest
+++ b/dev-python/xcffib/Manifest
@@ -1,2 +1 @@
DIST xcffib-0.10.1.tar.gz 84689 BLAKE2B
e36ad4f9c6bf5bc63400ae35d0d58ea1def00f299c0f811807cde430e6a6850132e77584359f77fb2f4ce5fdf5f22ec91ed22e1b7ce5d6d318b7a8dc5f3e0939
SHA512
98412fe36962108902dc0599f05ac9be5d7412d7f12fc6566e020c2ce84ae4a536a20ae2dfddd2dc9a536f37cd82539bf19e1993ee65f0b09c44372008cd7edf
-DIST xcffib-0.9.0.tar.gz 83063 BLAKE2B
898fbce1ff503a9ad64a4c34778e0b5ffef531cf2ad04327f1890c87adb5f91287465e39a981a3c5a628c048b8acbb38bac3b0b76a58c3bbe45ab34c9a5eacf5
SHA512
e5891f080fcf1df596c37bb64a70e0de4a41d83b4675dac3b1c128656ab1b09d865e3ab0bfe0e5cc523e89a75dc6127dfc455ab66ca543ba6eeae9ee5bdae168
diff --git a/dev-python/xcffib/xcffib-0.9.0.ebuild
b/dev-python/xcffib/xcffib-0.9.0.ebuild
deleted file mode 100644
index 733fcfb1506..00000000000
--- a/dev-python/xcffib/xcffib-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
-
-inherit distutils-r1 virtualx
-
-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="amd64 ~arm arm64 ~ppc ppc64 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-apps/xeyes
- )"
-
-distutils_enable_tests nose
-
-PATCHES=( "${FILESDIR}"/${PN}-0.4.2-test-imports.patch )
-
-src_test() {
- virtx distutils-r1_src_test
-}