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/files/, dev-python/entrypoint2/
Date: Sat, 02 Jul 2022 17:48:29
Message-Id: 1656784022.cc3c1d7ab134f9682ae5723bafaeef7dc9981541.mgorny@gentoo
1 commit: cc3c1d7ab134f9682ae5723bafaeef7dc9981541
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:47:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:47:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3c1d7a
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-1.0-r1.ebuild | 29 ----------------------
14 dev-python/entrypoint2/entrypoint2-1.0.ebuild | 25 -------------------
15 .../files/entrypoint2-1.0-python311.patch | 13 ----------
16 4 files changed, 68 deletions(-)
17
18 diff --git a/dev-python/entrypoint2/Manifest b/dev-python/entrypoint2/Manifest
19 index 5e0b8c117185..7aad354e11cd 100644
20 --- a/dev-python/entrypoint2/Manifest
21 +++ b/dev-python/entrypoint2/Manifest
22 @@ -1,2 +1 @@
23 -DIST entrypoint2-1.0.tar.gz 15424 BLAKE2B 1270a35218cde90922fe8f675917545f4c43e5ec0effd632583cd0bd02200d6a453716787c222722cec633bcb108c1b8c26e284e9659e754d3bc6a77895a6042 SHA512 6580dbf19482af95cbccad61b6f6dc73c068ac78d166e2cea4fae54243921e577316d38e204ad5983f0f52d898d67a10f4c90332d4eeaff1ea713bfc82c70890
24 DIST entrypoint2-1.1.gh.tar.gz 15480 BLAKE2B e9a834b863e624971266b78fed75ce2621511f7529f88e4950803c8978a1e27e81585751c25eab82aa1507b6abf8500b11e6ab7ec80052ccd31bec16bf3ed790 SHA512 807b8a53cc5c3e88de971c624dc69b3d526637d84856a0a67fdf2d15c51224cb5c48a7614eaa1942783ce2e954791a86f5ae6eb4dbf1a6e7928161e2cc8f293d
25
26 diff --git a/dev-python/entrypoint2/entrypoint2-1.0-r1.ebuild b/dev-python/entrypoint2/entrypoint2-1.0-r1.ebuild
27 deleted file mode 100644
28 index 758a23521d24..000000000000
29 --- a/dev-python/entrypoint2/entrypoint2-1.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Easy to use command-line interface for python modules"
42 -HOMEPAGE="https://github.com/ponty/entrypoint2"
43 -SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm64 ~x86"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/easyprocess[${PYTHON_USEDEP}]
52 - dev-python/path-py[${PYTHON_USEDEP}]
53 - )
54 -"
55 -
56 -PATCHES=(
57 - "${FILESDIR}/${P}-python311.patch"
58 -)
59 -
60 -distutils_enable_tests pytest
61
62 diff --git a/dev-python/entrypoint2/entrypoint2-1.0.ebuild b/dev-python/entrypoint2/entrypoint2-1.0.ebuild
63 deleted file mode 100644
64 index 3547ae9dde3c..000000000000
65 --- a/dev-python/entrypoint2/entrypoint2-1.0.ebuild
66 +++ /dev/null
67 @@ -1,25 +0,0 @@
68 -# Copyright 1999-2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -DISTUTILS_USE_PEP517=setuptools
74 -PYTHON_COMPAT=( python3_{8..10} )
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Easy to use command-line interface for python modules"
78 -HOMEPAGE="https://github.com/ponty/entrypoint2"
79 -SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD-2"
82 -SLOT="0"
83 -KEYWORDS="amd64 ~arm64 x86"
84 -
85 -BDEPEND="
86 - test? (
87 - dev-python/easyprocess[${PYTHON_USEDEP}]
88 - dev-python/path-py[${PYTHON_USEDEP}]
89 - )
90 -"
91 -
92 -distutils_enable_tests pytest
93
94 diff --git a/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch b/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch
95 deleted file mode 100644
96 index 95de1d3b689a..000000000000
97 --- a/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch
98 +++ /dev/null
99 @@ -1,13 +0,0 @@
100 -diff --git a/entrypoint2/__init__.py b/entrypoint2/__init__.py
101 -index 63ab78b..a99a298 100644
102 ---- a/entrypoint2/__init__.py
103 -+++ b/entrypoint2/__init__.py
104 -@@ -345,7 +345,7 @@ def _correct_args(func, kwargs):
105 - Convert a dictionary of arguments including __argv into a list
106 - for passing to the function.
107 - """
108 -- args = inspect.getargspec(func)[0]
109 -+ args = inspect.getfullargspec(func)[0]
110 - return [kwargs[arg] for arg in args] + kwargs["__args"]
111 -
112 -