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 B4FFA158089 for ; Wed, 15 Nov 2023 17:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBC82BC035; Wed, 15 Nov 2023 17:10:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B610C2BC02F for ; Wed, 15 Nov 2023 17:10:13 +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 E89FC335DBE for ; Wed, 15 Nov 2023 17:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECF7139C for ; Wed, 15 Nov 2023 17:10:10 +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: <1700068064.13e9ad6e93c30c030262b2e6b70e0f2eb90a18a7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localftpserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-localftpserver/Manifest dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild X-VCS-Directories: dev-python/pytest-localftpserver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13e9ad6e93c30c030262b2e6b70e0f2eb90a18a7 X-VCS-Branch: master Date: Wed, 15 Nov 2023 17:10:10 +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: 7d490e4c-38e7-4cde-827d-a9d1896d0937 X-Archives-Hash: e93ab43ae17a215e0b76e5bd7a9883d5 commit: 13e9ad6e93c30c030262b2e6b70e0f2eb90a18a7 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 15 17:07:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 15 17:07:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e9ad6e dev-python/pytest-localftpserver: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-localftpserver/Manifest | 1 - .../pytest-localftpserver-1.1.4.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/pytest-localftpserver/Manifest b/dev-python/pytest-localftpserver/Manifest index 23b361cf97bb..34c6c7822a26 100644 --- a/dev-python/pytest-localftpserver/Manifest +++ b/dev-python/pytest-localftpserver/Manifest @@ -1,2 +1 @@ -DIST pytest_localftpserver-1.1.4.tar.gz 44573 BLAKE2B 8c5bd0065d36d7c312944ce41747db141c90b7cbad134b6d3ce387cc9ef3f536882b27d1d0c23c67fb9e75546e62d0b1434faaa577c61f07a9915bf146b6a9e2 SHA512 67f7ca9d212f187f2e91d274523390438e07c52dc048b832e65012ef49d2843002806db1fbf2eba560bef671a0ef541bfb44f6b8226fe5d9d40acd08d53c4f48 DIST pytest_localftpserver-1.2.0.tar.gz 48817 BLAKE2B ccccd0b2cdc2596fa12c8f082fd2fa3847541b731367abfccb7a57d3408d74c1637bfc644bb80482d9a1a25072d94b1f663b8ad8c0ad51c2d9dac65156a80638 SHA512 19e300c4ebb1d89ebfa4dce04296b8962014a139f82a409f6d46f748f653cfd1f4192a7fb65987015b2bf7237682507c4d6e42dab816c275ba7f8a302eb9a3e9 diff --git a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild deleted file mode 100644 index 3f266342a0f4..000000000000 --- a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="A PyTest plugin which provides an FTP fixture for your tests" -HOMEPAGE="https://pypi.org/project/pytest-localserver/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND="dev-python/pyftpdlib[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -EPYTEST_IGNORE=( - # These tests require python wget module, but not in Portage - tests/test_pytest_localftpserver.py - tests/test_pytest_localftpserver_TLS.py - tests/test_pytest_localftpserver_with_env_var.py -) - -distutils_enable_tests pytest