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 C586315808C for ; Tue, 15 Mar 2022 14:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 158D7E0871; Tue, 15 Mar 2022 14:26:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF75DE0871 for ; Tue, 15 Mar 2022 14:26:31 +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 F287D34349B for ; Tue, 15 Mar 2022 14:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5065E334 for ; Tue, 15 Mar 2022 14:26:27 +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: <1647354224.03d70ca6749daf82e892eba89a4248ba7acbee42.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ssl-fetch/ssl-fetch-0.4.ebuild X-VCS-Directories: dev-python/ssl-fetch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03d70ca6749daf82e892eba89a4248ba7acbee42 X-VCS-Branch: master Date: Tue, 15 Mar 2022 14:26:27 +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: 575c2f48-60a1-43d7-89f4-3920e3909057 X-Archives-Hash: bbc6e609df3fa48abaa7fa717251fdef commit: 03d70ca6749daf82e892eba89a4248ba7acbee42 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 15 14:23:44 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 15 14:23:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d70ca6 dev-python/ssl-fetch: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild deleted file mode 100644 index 034e3141fb95..000000000000 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 - -DESCRIPTION="Small convenience library for fetching files securely" -HOMEPAGE="https://github.com/dol-sen/ssl-fetch" -SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND=">=dev-python/requests-1.2.1[${PYTHON_USEDEP}]" - -pkg_postinst() { - elog "This is beta software." - elog "The APIs it installs should be considered unstable" - elog "and are subject to change in these early versions." - elog - elog "Please file any enhancement requests, or bugs" - elog "at https://github.com/dol-sen/ssl-fetch/issues" - einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network" -}