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 88BE713835A for ; Wed, 2 Sep 2020 07:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2778E095D; Wed, 2 Sep 2020 07:52:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E0D8E095D for ; Wed, 2 Sep 2020 07:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5A427340E57 for ; Wed, 2 Sep 2020 07:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5AE433F for ; Wed, 2 Sep 2020 07:52:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1599033123.1339b10d5534d7a85d92898dde2977fa1ed8eeb6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-abc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-abc/Manifest dev-python/backports-abc/backports-abc-0.5.ebuild dev-python/backports-abc/metadata.xml X-VCS-Directories: dev-python/backports-abc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1339b10d5534d7a85d92898dde2977fa1ed8eeb6 X-VCS-Branch: master Date: Wed, 2 Sep 2020 07:52:07 +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: 9548d84b-f396-41d9-b1ec-0ab8251ecabf X-Archives-Hash: 79c73561b5e5c0877576333383c1a2d6 commit: 1339b10d5534d7a85d92898dde2977fa1ed8eeb6 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Sep 2 07:50:39 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Sep 2 07:52:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1339b10d dev-python/backports-abc: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> dev-python/backports-abc/Manifest | 1 - dev-python/backports-abc/backports-abc-0.5.ebuild | 25 ----------------------- dev-python/backports-abc/metadata.xml | 13 ------------ 3 files changed, 39 deletions(-) diff --git a/dev-python/backports-abc/Manifest b/dev-python/backports-abc/Manifest deleted file mode 100644 index 5ec35b184ba..00000000000 --- a/dev-python/backports-abc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST backports_abc-0.5.tar.gz 9807 BLAKE2B 1ff59c61ed95f535d89afa1a6f6c4356bfc76de88e59618f950a536e9d44ce4093cd91ea61a4574c0d2e40c638f90961db8c6e1659996821f4b8532bfdf60972 SHA512 5c2bc01bce8d3ed482bf5d8361a20f9afa3edc1c50280f0a01ffb890690b92296fcbfa68f79677fc3ebba851617f339cb6367ccdd0fadf1127a4e3c030784b7d diff --git a/dev-python/backports-abc/backports-abc-0.5.ebuild b/dev-python/backports-abc/backports-abc-0.5.ebuild deleted file mode 100644 index 5595d053e65..00000000000 --- a/dev-python/backports-abc/backports-abc-0.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=${PN/-/_} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Backport of Python 3.5's 'collections.abc' module" -HOMEPAGE="https://github.com/cython/backports_abc https://pypi.org/project/backports_abc/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -S=${WORKDIR}/${MY_P} - -python_test() { - PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" tests.py || die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/backports-abc/metadata.xml b/dev-python/backports-abc/metadata.xml deleted file mode 100644 index 06d5bc5e40f..00000000000 --- a/dev-python/backports-abc/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - cython/backports_abc - backports_abc - https://github.com/cython/backports_abc/issues - -