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 EFF151382C5 for ; Wed, 16 Dec 2020 19:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE11E0959; Wed, 16 Dec 2020 19:33:59 +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 DB3C2E0959 for ; Wed, 16 Dec 2020 19:33:58 +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 753AA340E07 for ; Wed, 16 Dec 2020 19:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAAFDCA for ; Wed, 16 Dec 2020 19:33:55 +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: <1608146893.814b1f4fc07b36f0d0b1113a268a715b01754d44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ecdsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ecdsa/Manifest dev-python/ecdsa/ecdsa-0.16.0-r1.ebuild X-VCS-Directories: dev-python/ecdsa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 814b1f4fc07b36f0d0b1113a268a715b01754d44 X-VCS-Branch: master Date: Wed, 16 Dec 2020 19:33:55 +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: 0eafc828-1478-434b-b3b8-643e54109023 X-Archives-Hash: 3cbd8fcf46166ba491e803c0edf23678 commit: 814b1f4fc07b36f0d0b1113a268a715b01754d44 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 16 19:28:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 16 19:28:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814b1f4f dev-python/ecdsa: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ecdsa/Manifest | 1 - dev-python/ecdsa/ecdsa-0.16.0-r1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/ecdsa/Manifest b/dev-python/ecdsa/Manifest index a336cefe217..046eef54f9d 100644 --- a/dev-python/ecdsa/Manifest +++ b/dev-python/ecdsa/Manifest @@ -1,2 +1 @@ -DIST ecdsa-0.16.0.tar.gz 125851 BLAKE2B d7fce3fdb0b6e37edb62482bdfc1df6b02f9fba677a6370dd3cb19f04be9cac62900d8347b318bf1d1e39b2af5672d0dde620dedf7b2ed6aefad3392df5279fa SHA512 94ccefe19899a5e56393bb0e6624e9af66bdc60ad370d65900a24a0465c430a3a001ed9c25970e48834cb25ca730bc9279af98d17ecd3ad66189c64c8f864b42 DIST ecdsa-0.16.1.tar.gz 126935 BLAKE2B 84e04c0afe076c009a88f7ef1a0193329e3d4945e34c752b869cbf449667c424341fae7da2e7c908b773c6f4ab495d29dd40aa3a9be35b0c03d315ac330dc3e0 SHA512 935416ff25a71b1e6fe442b11e8d2c1463b1652d539274e094112a4847c2c749ff58eb9f5ed108ed5613b7363d3f2b1c07ba3d01af8cfed4e1b4bec407d3f5a6 diff --git a/dev-python/ecdsa/ecdsa-0.16.0-r1.ebuild b/dev-python/ecdsa/ecdsa-0.16.0-r1.ebuild deleted file mode 100644 index 4be8a067653..00000000000 --- a/dev-python/ecdsa/ecdsa-0.16.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="ECDSA cryptographic signature library in pure Python" -HOMEPAGE="https://github.com/warner/python-ecdsa" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/gmpy[${PYTHON_USEDEP}] - ' 'python*') - dev-python/six[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pluggy[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest