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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 173D8158030 for ; Mon, 27 Feb 2023 15:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95FAAE07F9; Mon, 27 Feb 2023 15:06:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A2DFE07F9 for ; Mon, 27 Feb 2023 15:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97F2C340E1F for ; Mon, 27 Feb 2023 15:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92B48D3 for ; Mon, 27 Feb 2023 15:06:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677452746.c94ecd63e7ad5f740041f4f71fa6f6169207b329.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/scramp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/scramp/Manifest dev-python/scramp/scramp-1.4.1.ebuild X-VCS-Directories: dev-python/scramp/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c94ecd63e7ad5f740041f4f71fa6f6169207b329 X-VCS-Branch: master Date: Mon, 27 Feb 2023 15:06:53 +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: 2804d588-2c80-4b07-9421-77fb73eeb02f X-Archives-Hash: 73e79d86e19cf5f8df465a4d422e4fd3 commit: c94ecd63e7ad5f740041f4f71fa6f6169207b329 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 26 23:05:46 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 26 23:05:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c94ecd63 dev-python/scramp: drop 1.4.1 Closes: https://bugs.gentoo.org/897570 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/scramp/Manifest | 1 - dev-python/scramp/scramp-1.4.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/scramp/Manifest b/dev-python/scramp/Manifest index e9a859d77..deb396948 100644 --- a/dev-python/scramp/Manifest +++ b/dev-python/scramp/Manifest @@ -1,2 +1 @@ -DIST scramp-1.4.1.tar.gz 30939 BLAKE2B e82edcb4d64ec63a36521742b0526b582860dc31a30410e96108243e51c1dbc3eaf1d7a7a6eec4cca775528a6d80601f1d2e55dbf4ab422d51f0c0bad1195c4d SHA512 47015e0429da1353eb6c89ac89c90ab3e646418af828deb754adc05764cbe2da98a553388a3d3c84320d470b63a66d1882ab96e5a43fd2c2c7e39a82155fb74c DIST scramp-1.4.4.tar.gz 21059 BLAKE2B 3577c4447027193bc7a97fc889d7f27271fcdf4491a747a8f1e2b0c560ea66e8228187f2132b51646d9fc3f3d9f48c0b761b1e16c61997eecedb858437430d0e SHA512 60832835ccc3551ef99ee47fc069d4443b4319fa4acb0b3d08eeef434b9358988d9d660ce4fba2ec651d1ea074b3f416bcbeddfa33ab3c91bf26ab325607b874 diff --git a/dev-python/scramp/scramp-1.4.1.ebuild b/dev-python/scramp/scramp-1.4.1.ebuild deleted file mode 100644 index 120968e4f..000000000 --- a/dev-python/scramp/scramp-1.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A pure-Python implementation of the SCRAM authentication protocol." -HOMEPAGE=" - https://pypi.org/project/scramp/ - https://github.com/tlocke/scramp -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/asn1crypto-1.4.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/passlib[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest