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 D32D0138359 for ; Wed, 6 May 2020 07:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA90E091F; Wed, 6 May 2020 07:12:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 04F8DE091D for ; Wed, 6 May 2020 07:12:24 +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 DC51D34F653 for ; Wed, 6 May 2020 07:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F18214 for ; Wed, 6 May 2020 07:12:21 +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: <1588749133.626ef51ab61971a42d3d524dc834ca3c0157d4bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySocks/Manifest dev-python/PySocks/PySocks-1.6.8.ebuild X-VCS-Directories: dev-python/PySocks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 626ef51ab61971a42d3d524dc834ca3c0157d4bd X-VCS-Branch: master Date: Wed, 6 May 2020 07:12:21 +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: 1c794627-07e6-49b3-bebd-c514467af2dd X-Archives-Hash: b8c7425ae43e60f1cacb8738f9d47553 commit: 626ef51ab61971a42d3d524dc834ca3c0157d4bd Author: Michał Górny gentoo org> AuthorDate: Wed May 6 06:58:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 07:12:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626ef51a dev-python/PySocks: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/PySocks/Manifest | 1 - dev-python/PySocks/PySocks-1.6.8.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/PySocks/Manifest b/dev-python/PySocks/Manifest index 037a0cac372..eb0ba6dc0a6 100644 --- a/dev-python/PySocks/Manifest +++ b/dev-python/PySocks/Manifest @@ -1,2 +1 @@ -DIST PySocks-1.6.8.tar.gz 283450 BLAKE2B 72b52fcdb9f3dc3bd71ca75cdbaa159c0b35a81fd4ed9476ab043819dad3efac76615bc751fc6014e1358a13a3a735023bae7f502e2863b5e733982c16758db1 SHA512 9b544cf11464142a5f347cd5688b48422249363a425ccf3887117152f2f1969713674c4bba714242432ae85f3d62e03edeb9cb7b73ebd225ed3b47b3da6896d5 DIST PySocks-1.7.1.tar.gz 284429 BLAKE2B 8015e8a0a7ebfbb09ec542393aeb633a769701445c07f24bb9e62b07803d7bb605f22e79ad9ec83e47aa7fe843a1a057073d97e25482e742f42e18b2c7a2f1b3 SHA512 cef4a5ce8c67fb485644696a23bf68a721db47f3211212de2d4431eaf9ebd26077dd5a06f6dfa7fde2dcb9d7c1ed551facd014e999929cb4d7b504972c464016 diff --git a/dev-python/PySocks/PySocks-1.6.8.ebuild b/dev-python/PySocks/PySocks-1.6.8.ebuild deleted file mode 100644 index 521ccd527d3..00000000000 --- a/dev-python/PySocks/PySocks-1.6.8.ebuild +++ /dev/null @@ -1,30 +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,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="SOCKS client module" -HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/PySocks/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -# Required module test-server isn't in the tree yet and once that's added -# psutil will need keywords added as well since it's used too. -RESTRICT=test - -python_test() { - py.test -v || die "Tests fail with ${EPYTHON}" -}