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 EB2131382C5 for ; Sat, 23 Jan 2021 10:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F51CE0BE5; Sat, 23 Jan 2021 10:43:43 +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 83F70E0BE5 for ; Sat, 23 Jan 2021 10:43:43 +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 0AF95341167 for ; Sat, 23 Jan 2021 10:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3FF4A6 for ; Sat, 23 Jan 2021 10:43:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1611398607.45a95ac5e9e770b63c2fbe512d1f3773e6efdcf9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ubelt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ubelt/Manifest dev-python/ubelt/ubelt-0.9.1.ebuild X-VCS-Directories: dev-python/ubelt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 45a95ac5e9e770b63c2fbe512d1f3773e6efdcf9 X-VCS-Branch: master Date: Sat, 23 Jan 2021 10:43:40 +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: 57cd83ec-4ca7-4828-a900-b3064585a4f4 X-Archives-Hash: ed845632ba3765a58dd9336693305823 commit: 45a95ac5e9e770b63c2fbe512d1f3773e6efdcf9 Author: Jakov Smolic sartura hr> AuthorDate: Sat Jan 23 10:43:27 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 23 10:43:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a95ac5 dev-python/ubelt: Remove old Closes: https://github.com/gentoo/gentoo/pull/19168 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-python/ubelt/Manifest | 1 - dev-python/ubelt/ubelt-0.9.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest index 55ceac0bb13..834aa1800c9 100644 --- a/dev-python/ubelt/Manifest +++ b/dev-python/ubelt/Manifest @@ -1,2 +1 @@ -DIST ubelt-0.9.1.tar.gz 174866 BLAKE2B d9825cc266945e76560be0afaeaf28ce2c7ca99a9313f519c9e83fc987599a4d8c2d262af4f13040f522b91e3c73170f8af7fc7dbe9e40128b707d9a571f4b1a SHA512 92edac331602ef292842d48cd03c3ae12aaaec7e5860fd47c83dbe0449dee584e95ce5dd157a0b84b557dc4f4b6a0ee66ccabb669c5923e9b9083daaa2eb92df DIST ubelt-0.9.4.tar.gz 185601 BLAKE2B 09c236b6ecd0d434f8bec104afc89082fbdff9954d64b5063ba29f1ca456a6ab68937fd6e0db4cc672589135b99ea1a6448720dbea00acdbc2a3b441b1357682 SHA512 e562949fe27a19f6708dbc1f9e92a1d5a14857159f03840b525c1b77e660ce64f1ea2e2198c7068f9835343230ddee7fa66672c2e81126f9e4afddf729f19cb7 diff --git a/dev-python/ubelt/ubelt-0.9.1.ebuild b/dev-python/ubelt/ubelt-0.9.1.ebuild deleted file mode 100644 index 0801d0bd427..00000000000 --- a/dev-python/ubelt/ubelt-0.9.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress" -HOMEPAGE="https://github.com/Erotemic/ubelt" -SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - dev-python/ordered-set[${PYTHON_USEDEP}]" - -DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -python_test() { - pytest -vv tests || die "Tests fail with ${EPYTHON}" -}