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 9810013835B for ; Tue, 15 Dec 2020 11:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7879E08F1; Tue, 15 Dec 2020 11:05:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C15CAE08F1 for ; Tue, 15 Dec 2020 11:05:48 +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 E989F340DA0 for ; Tue, 15 Dec 2020 11:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2543CA for ; Tue, 15 Dec 2020 11:05:44 +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: <1608030339.a2da10797ebd31862a3cca73184442d635ccda6d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sshtunnel/Manifest dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild X-VCS-Directories: dev-python/sshtunnel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2da10797ebd31862a3cca73184442d635ccda6d X-VCS-Branch: master Date: Tue, 15 Dec 2020 11:05:44 +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: 776b70d0-f368-45fc-a2ac-a21e30f01ae3 X-Archives-Hash: 7542402e3687561a320538d825d2b3b9 commit: a2da10797ebd31862a3cca73184442d635ccda6d Author: Michał Górny gentoo org> AuthorDate: Tue Dec 15 08:38:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 15 11:05:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2da1079 dev-python/sshtunnel: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sshtunnel/Manifest | 1 - dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/sshtunnel/Manifest b/dev-python/sshtunnel/Manifest index 135312938de..9e0f8779078 100644 --- a/dev-python/sshtunnel/Manifest +++ b/dev-python/sshtunnel/Manifest @@ -1,3 +1,2 @@ -DIST sshtunnel-0.1.4.tar.gz 48330 BLAKE2B 5fdc5dd602274a16025f250fcc3a36453a17c921f51367cac0cb0ef36be6251f687b53b1df6072d1e32456a5c0fa5ec6d2fd8e5d4874977a641a6c9ba81ac57c SHA512 c228fe79cf5172c950777a40b27ababd42a31b7aad8a8472d55a2b3babf5aa4c5308799bb271f33f0e943c309eb9adedee321045a03324cb5e30a385178751ca DIST sshtunnel-0.1.5.tar.gz 49345 BLAKE2B dde497296ebf84cd34a485ac82de3ca138671b4b8ad2d2307a5e40dc0bb9c6a6daa8c8f3888db942133a9a0fb5321c240c5f2db7c93baf824c9cefaf361ef7c9 SHA512 ae804865a83bae8443cff1a73b168ffb8aac0c5c4fa6c7a5e142f4f95b4eef34bc7674588fa8797fa35b2685016828bcb137f4102e84ea15089671cf64503d17 DIST sshtunnel-0.3.1.tar.gz 51392 BLAKE2B 9cf5c0e1f12489e482abf73e74d1a59bdc619b5248265add15744357ef49bf502e013b9d4494efff27e45817e0728f2cee3629f5cf21ba9849f564e84ac9c4a9 SHA512 5c24243cae959cf38f2cdcad4351950ca3abd1c6d289829b6603cd8e93b8d61480c4c7b3607bb38615854825c0bf08890c2362f79104c8bae7f9bf8e0931aa85 diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild deleted file mode 100644 index dafebc1d811..00000000000 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild +++ /dev/null @@ -1,24 +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} ) -inherit distutils-r1 - -DESCRIPTION="Pure python SSH tunnels" -HOMEPAGE="https://pypi.python.org/pypi/sshtunnel" -SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz" - -KEYWORDS="amd64 ~arm x86" -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -# https://bugs.gentoo.org/683774 -RESTRICT="test"