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/entrypoint2/
Date: Sun, 27 Feb 2022 18:46:47
Message-Id: 1645987081.1e5d6d109407adc29359b4c2a15c92007af4b907.mgorny@gentoo
1 commit: 1e5d6d109407adc29359b4c2a15c92007af4b907
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:38:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:38:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5d6d10
7
8 dev-python/entrypoint2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/entrypoint2/Manifest | 1 -
13 dev-python/entrypoint2/entrypoint2-0.2.4.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/entrypoint2/Manifest b/dev-python/entrypoint2/Manifest
17 index 6f410593def0..3bdb0bb2a058 100644
18 --- a/dev-python/entrypoint2/Manifest
19 +++ b/dev-python/entrypoint2/Manifest
20 @@ -1,2 +1 @@
21 -DIST entrypoint2-0.2.4.tar.gz 10407 BLAKE2B 16335f8e2bc173413f387e581892b1fe03efdb6bdea2e75d20a95258d55c0cb83dc70691cb4b41b07e49881db4e5c08593bba42adf5c1a69785e32c99d68a7fa SHA512 7bf7dea2afc7df3ebe57f89f472e4456fc22d5c66720930a2b15dbe04f708ff4bb00feec79af430620d8cc6d91d5df1770869d23d2282ecc0024ecc7583b360b
22 DIST entrypoint2-1.0.tar.gz 15424 BLAKE2B 1270a35218cde90922fe8f675917545f4c43e5ec0effd632583cd0bd02200d6a453716787c222722cec633bcb108c1b8c26e284e9659e754d3bc6a77895a6042 SHA512 6580dbf19482af95cbccad61b6f6dc73c068ac78d166e2cea4fae54243921e577316d38e204ad5983f0f52d898d67a10f4c90332d4eeaff1ea713bfc82c70890
23
24 diff --git a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild b/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
25 deleted file mode 100644
26 index 982f81761522..000000000000
27 --- a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
28 +++ /dev/null
29 @@ -1,23 +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_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Easy to use command-line interface for python modules"
40 -HOMEPAGE="https://github.com/ponty/entrypoint2"
41 -SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -
47 -BDEPEND="test? (
48 - dev-python/easyprocess[${PYTHON_USEDEP}]
49 - dev-python/path-py[${PYTHON_USEDEP}]
50 -)"
51 -
52 -distutils_enable_tests pytest