From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04BF4138359 for ; Fri, 18 Sep 2020 15:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C086FE086E; Fri, 18 Sep 2020 15:53:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7731E086C for ; Fri, 18 Sep 2020 15:53:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55C6D34107E for ; Fri, 18 Sep 2020 15:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 115BB2E1 for ; Fri, 18 Sep 2020 15:53:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600444398.0d25a0e2b207abd06a84fa5d2e9b69c075fc8757.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/Manifest dev-python/xcffib/xcffib-0.9.0.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d25a0e2b207abd06a84fa5d2e9b69c075fc8757 X-VCS-Branch: master Date: Fri, 18 Sep 2020 15:53:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b97e8b-93fc-4b92-ada2-30c1a9e41f8f X-Archives-Hash: 60493005dc20bdedc619acf61fa94637 commit: 0d25a0e2b207abd06a84fa5d2e9b69c075fc8757 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 15:52:02 2020 +0000 Commit: Michał Górny gentoo 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 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 -}