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/rope/
Date: Wed, 30 Nov 2022 03:09:27
Message-Id: 1669777757.95b45338ee3cf729a0d9d3ba7aa76c9a16b6fb7a.mgorny@gentoo
1 commit: 95b45338ee3cf729a0d9d3ba7aa76c9a16b6fb7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 03:07:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 03:09:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b45338
7
8 dev-python/rope: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rope/Manifest | 3 ---
13 dev-python/rope/rope-1.1.1.ebuild | 29 ----------------------------
14 dev-python/rope/rope-1.3.0.ebuild | 40 ---------------------------------------
15 dev-python/rope/rope-1.5.0.ebuild | 40 ---------------------------------------
16 4 files changed, 112 deletions(-)
17
18 diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
19 index 1d7a2eb306db..1e5b748c9f7f 100644
20 --- a/dev-python/rope/Manifest
21 +++ b/dev-python/rope/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST rope-1.1.1.tar.gz 274610 BLAKE2B 52354453305ee58db70f86392f7ec27179e1e4a9ec677fb8875bb9ca24663e6dae26e1bac4a1ad62143fe3a419a7a1e1fd0b7d2f03ef556143d2b060b23300af SHA512 aaf664a63ef00e3c844d6999338fe6a3384ddecfe95ef9b7eb213e5c37c9f78f7d2ea59aa7e612487bac5eaaaf7fc8ba499c0d43c740f99a7b3be64c9d7f6e07
24 -DIST rope-1.3.0.tar.gz 286846 BLAKE2B f8b122a276812638eee76cc235e91e013696f6047c450729edde1b4a5bfdd1d6aa7d1e9ac46048e8205a1f544ee82f740e0f7b20f10769a9a28065a8b9caee6b SHA512 45036cfb3abbe6b00306268f62804d787a633ef8981b23553d57ea18087bfbec33be6346bb59393bb6c3b48020a2da87f759668a57ec8e809ba3666aff0dfd2c
25 DIST rope-1.4.0.tar.gz 287417 BLAKE2B d161e571649be2df7e6012336e7bded844f98f67764740814bfccebc926ff4c5f734cdf26701c9b7cec35bf3178be1f1ebe0d86f3b60259a161d3e87125fc7d5 SHA512 586f6f22fdf4743f71bf7f7505ec49aaced28aff48b5eae4f731eb690edec1ff8c736e3f9f21d7732bf5ea60ced5253e8f0d224a51a6a9bfdf7dd50ab56733ea
26 -DIST rope-1.5.0.tar.gz 287817 BLAKE2B fcaf2b9bb1e9e7fd7ad1b433188d9a4d78dbca5af910bce745ecfd8bb32d485d3fe3c85acc4e251e9295422f7a2c0a8d57088f36d5c9d56c72a35dc7eb60d340 SHA512 0fa16d78f2c39bbba5f1559adb83602019d7efb819d4c5b7964f7230af58d21bff1352cb1bdb2e73c5f2e506c8a9aea46d5ccbb412f929d4a0bc21bd28c9f5d6
27 DIST rope-1.5.1.tar.gz 288965 BLAKE2B bc912932dec03317a3ea24d2e15f751037d308d58a941305b6155e2f85d2ee81fc82f9d4183a1a416ebda6e791ab8c5408835e7eb36a7fb5a8b71116d5edb24c SHA512 5b7c76f0bfd481978d0e6c23d37f17f9db49fe6affc0f670868deed9a23a95c53f31a578bc7b8cd1c59318b38789a6e264f8fa9d3c7e13e5ce3db80dbadf177f
28
29 diff --git a/dev-python/rope/rope-1.1.1.ebuild b/dev-python/rope/rope-1.1.1.ebuild
30 deleted file mode 100644
31 index bb7f86c3ec75..000000000000
32 --- a/dev-python/rope/rope-1.1.1.ebuild
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Python refactoring library"
46 -HOMEPAGE="
47 - https://pypi.org/project/rope/
48 - https://github.com/python-rope/rope/
49 -"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="LGPL-3+"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
55 -IUSE="doc"
56 -
57 -BDEPEND="
58 - test? (
59 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -distutils_enable_tests pytest
64
65 diff --git a/dev-python/rope/rope-1.3.0.ebuild b/dev-python/rope/rope-1.3.0.ebuild
66 deleted file mode 100644
67 index ddb5399606fe..000000000000
68 --- a/dev-python/rope/rope-1.3.0.ebuild
69 +++ /dev/null
70 @@ -1,40 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=setuptools
77 -PYTHON_COMPAT=( python3_{8..11} )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Python refactoring library"
82 -HOMEPAGE="
83 - https://pypi.org/project/rope/
84 - https://github.com/python-rope/rope/
85 -"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="LGPL-3+"
89 -SLOT="0"
90 -KEYWORDS="amd64 ~arm64 ~x86"
91 -IUSE="doc"
92 -
93 -RDEPEND="
94 - dev-python/pytoolconfig[${PYTHON_USEDEP}]
95 -"
96 -BDEPEND="
97 - test? (
98 - dev-python/build[${PYTHON_USEDEP}]
99 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
100 - )
101 -"
102 -
103 -distutils_enable_tests pytest
104 -
105 -EPYTEST_DESELECT=(
106 - # our venv style confuses this comparison
107 - ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
108 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
109 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
110 -)
111
112 diff --git a/dev-python/rope/rope-1.5.0.ebuild b/dev-python/rope/rope-1.5.0.ebuild
113 deleted file mode 100644
114 index be67d9231d44..000000000000
115 --- a/dev-python/rope/rope-1.5.0.ebuild
116 +++ /dev/null
117 @@ -1,40 +0,0 @@
118 -# Copyright 1999-2022 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=8
122 -
123 -DISTUTILS_USE_PEP517=setuptools
124 -PYTHON_COMPAT=( python3_{8..11} )
125 -
126 -inherit distutils-r1
127 -
128 -DESCRIPTION="Python refactoring library"
129 -HOMEPAGE="
130 - https://pypi.org/project/rope/
131 - https://github.com/python-rope/rope/
132 -"
133 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
134 -
135 -LICENSE="LGPL-3+"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~arm64 ~x86"
138 -IUSE="doc"
139 -
140 -RDEPEND="
141 - >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
142 -"
143 -BDEPEND="
144 - test? (
145 - dev-python/build[${PYTHON_USEDEP}]
146 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
147 - )
148 -"
149 -
150 -distutils_enable_tests pytest
151 -
152 -EPYTEST_DESELECT=(
153 - # our venv style confuses this comparison
154 - ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
155 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
156 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
157 -)