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/portend/
Date: Fri, 27 May 2022 19:50:16
Message-Id: 1653680995.df13c3c7a31f1e78814bac5e6771bf78bcb9ae9b.mgorny@gentoo
1 commit: df13c3c7a31f1e78814bac5e6771bf78bcb9ae9b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:49:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:49:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df13c3c7
7
8 dev-python/portend: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/portend/Manifest | 1 -
13 dev-python/portend/portend-3.0.0.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest
17 index e5e5075ddec8..c553c8574848 100644
18 --- a/dev-python/portend/Manifest
19 +++ b/dev-python/portend/Manifest
20 @@ -1,2 +1 @@
21 -DIST portend-3.0.0.tar.gz 9439 BLAKE2B 50c6455c8d5ad51e1b523d4aa150ffc5a607a35d3c6fed4d2f686f2fa7fd7eefbe00bf0a033b9178b205e5bba5650e3de484c66d824f41b259ea031b985d2ccd SHA512 7228d454e7d22317de3462edb1e2f1b7fcf29e4601c9373709d80260ea5964c0dd4fbc39543e27a7f375b478ca119b285e47fac6ffda41401399cbe7bf485c8c
22 DIST portend-3.1.0.tar.gz 9448 BLAKE2B d9391577ecc6f878ebbceb07266f06902352076fb61164b5e905a3ed0a557ce5dafcd8e3c77a099aab97fa576aee5be024d98f457e3b333aa80dbd534167218b SHA512 017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf
23
24 diff --git a/dev-python/portend/portend-3.0.0.ebuild b/dev-python/portend/portend-3.0.0.ebuild
25 deleted file mode 100644
26 index 4cc0735a2a31..000000000000
27 --- a/dev-python/portend/portend-3.0.0.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="TCP port monitoring utilities"
39 -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend"
40 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
45 -
46 -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
47 -BDEPEND="
48 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
49 - test? (
50 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
51 - )"
52 -
53 -distutils_enable_tests pytest