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 631BB138350 for ; Thu, 26 Mar 2020 11:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2952DE0E7B; Thu, 26 Mar 2020 11:48:15 +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 0D1D7E0E7B for ; Thu, 26 Mar 2020 11:48:15 +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 6711734FAA5 for ; Thu, 26 Mar 2020 11:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCFF1A3 for ; Thu, 26 Mar 2020 11:48:11 +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: <1585223268.ab251bb8623567d81feff86995594c5b1f95bf6d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asn1crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asn1crypto/Manifest dev-python/asn1crypto/asn1crypto-0.22.0.ebuild X-VCS-Directories: dev-python/asn1crypto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab251bb8623567d81feff86995594c5b1f95bf6d X-VCS-Branch: master Date: Thu, 26 Mar 2020 11:48:11 +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: 2d848e21-1822-4496-b5ba-f4b42ce8ce30 X-Archives-Hash: 6680db2331080fc804703fd65cb59635 commit: ab251bb8623567d81feff86995594c5b1f95bf6d Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 11:31:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 11:47:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab251bb8 dev-python/asn1crypto: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/asn1crypto/Manifest | 1 - dev-python/asn1crypto/asn1crypto-0.22.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest index dbe0d997b39..b06a9580e23 100644 --- a/dev-python/asn1crypto/Manifest +++ b/dev-python/asn1crypto/Manifest @@ -1,2 +1 @@ -DIST asn1crypto-0.22.0.tar.gz 84508 BLAKE2B 5f21e13e6af0f5edf6f79454654e677182e2ae06a36d3f86a641e76e5043f8818fd17dbce40a8b0c4070a254fdd169a3eada99434f3b9e4097d4c106a774c30c SHA512 fdc98f71ec3b744e69a75909b5b0a8381fb82d448941a6e1059823af47ca107218e1dbe6ff192e2173f11fc2454be1afcd387d801dc8e716451179857d71f8b8 DIST asn1crypto-0.24.0.gh.tar.gz 641322 BLAKE2B eb30afd0d2579f44ee4f556139357dc7622691bdc2067df913a4412cd3dca8372b85d84e3a3cbef6ba83648bf4ef55d7e8614992e2abb019301c92d24b15a926 SHA512 426cc380903b4dd7aadd7b831e3a11ee3442c961a33b856d4aa8d9060e829f2e0ad905a60c4d6504569718fe2cee01d9be31628c89ef030bc34281e381c898e8 diff --git a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild deleted file mode 100644 index 5d75aa7fb76..00000000000 --- a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API" -HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.org/project/asn1crypto/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"