Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localftpserver/
Date: Mon, 16 May 2022 13:27:59
Message-Id: 1652707478.cc7156624dcef0161e2235317beeb9f580d64b81.mgorny@gentoo
1 commit: cc7156624dcef0161e2235317beeb9f580d64b81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:24:38 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:24:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc715662
7
8 dev-python/pytest-localftpserver: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-localftpserver/Manifest | 1 -
13 .../pytest-localftpserver-1.1.2.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/pytest-localftpserver/Manifest b/dev-python/pytest-localftpserver/Manifest
17 index 6ca729245df6..bdbd45a48e8c 100644
18 --- a/dev-python/pytest-localftpserver/Manifest
19 +++ b/dev-python/pytest-localftpserver/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest_localftpserver-1.1.2.tar.gz 41275 BLAKE2B ddab430541208ea7e30b7091f0e5ed1ff347c4f289c79e1bf93e7fc56ac3d9076065afefb383e8e394cf702ce906747c7450acc0423df73cba5762cac01efec2 SHA512 44dfb4e680f82d6156212a06e320d437c5aa947b149177bb05a612473f882e0d2e8ff02751d0f79d56596cada82a299c9266b5849220687cea1028df7ca1bb00
22 DIST pytest_localftpserver-1.1.3.tar.gz 44510 BLAKE2B 98085adc5dd31bb6556ea1f31c6342e8453a07c24658baf5fe94e91a001e9b88c5f6ef01a3a8419bd7b1bd3eb053ef52788c80926c5984b523d9f575224ff6ec SHA512 8058f7c6853acf709fdf4e0ce169af4281e2236a615261c0e148965dc1899af78b558ae5231600a106c538c1790ad886bea80ba7ebf278c70b6d553e58c0202b
23
24 diff --git a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild
25 deleted file mode 100644
26 index 4706d32e6255..000000000000
27 --- a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="${PN/-/_}"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="A PyTest plugin which provides an FTP fixture for your tests"
43 -HOMEPAGE="https://pypi.org/project/pytest-localserver/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
49 -
50 -# Tests require python wget module, but not in Portage
51 -RESTRICT="test"
52 -
53 -RDEPEND="dev-python/pyftpdlib[${PYTHON_USEDEP}]"
54 -
55 -DEPEND="${RDEPEND}"
56 -
57 -S="${WORKDIR}/${MY_P}"