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: Sat, 31 Dec 2022 12:37:14
Message-Id: 1672489946.0ec81d789d9fef3df3acfcbda1b33f6e02d6ca22.mgorny@gentoo
1 commit: 0ec81d789d9fef3df3acfcbda1b33f6e02d6ca22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 12:32:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 12:32:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec81d78
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 | 2 --
13 dev-python/rope/rope-1.4.0.ebuild | 40 ---------------------------------------
14 dev-python/rope/rope-1.5.1.ebuild | 40 ---------------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
18 index f85951b6cd7f..45edde1fdb44 100644
19 --- a/dev-python/rope/Manifest
20 +++ b/dev-python/rope/Manifest
21 @@ -1,3 +1 @@
22 -DIST rope-1.4.0.tar.gz 287417 BLAKE2B d161e571649be2df7e6012336e7bded844f98f67764740814bfccebc926ff4c5f734cdf26701c9b7cec35bf3178be1f1ebe0d86f3b60259a161d3e87125fc7d5 SHA512 586f6f22fdf4743f71bf7f7505ec49aaced28aff48b5eae4f731eb690edec1ff8c736e3f9f21d7732bf5ea60ced5253e8f0d224a51a6a9bfdf7dd50ab56733ea
23 -DIST rope-1.5.1.tar.gz 288965 BLAKE2B bc912932dec03317a3ea24d2e15f751037d308d58a941305b6155e2f85d2ee81fc82f9d4183a1a416ebda6e791ab8c5408835e7eb36a7fb5a8b71116d5edb24c SHA512 5b7c76f0bfd481978d0e6c23d37f17f9db49fe6affc0f670868deed9a23a95c53f31a578bc7b8cd1c59318b38789a6e264f8fa9d3c7e13e5ce3db80dbadf177f
24 DIST rope-1.6.0.tar.gz 289325 BLAKE2B fc7fc37a93f6d011f7e5eab5d2a28e3eab1767839cba4bce2b665c7972d6485eb3693e5977abfd36025415bc898fb4985affb7ac757c8457840a5de3946df77d SHA512 f610eb71c20533907aeea86c3ec5101401cf8136aba4221b2d64db3b0db16d4d7d1ec081c6d4929d6534ed51d4c01761af8d2ffddb6b69b4a9cc4921d240d745
25
26 diff --git a/dev-python/rope/rope-1.4.0.ebuild b/dev-python/rope/rope-1.4.0.ebuild
27 deleted file mode 100644
28 index 93e895ce28f6..000000000000
29 --- a/dev-python/rope/rope-1.4.0.ebuild
30 +++ /dev/null
31 @@ -1,40 +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 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python refactoring library"
43 -HOMEPAGE="
44 - https://pypi.org/project/rope/
45 - https://github.com/python-rope/rope/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="LGPL-3+"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm64 x86"
52 -IUSE="doc"
53 -
54 -RDEPEND="
55 - >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
56 -"
57 -BDEPEND="
58 - test? (
59 - dev-python/build[${PYTHON_USEDEP}]
60 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
61 - )
62 -"
63 -
64 -distutils_enable_tests pytest
65 -
66 -EPYTEST_DESELECT=(
67 - # our venv style confuses this comparison
68 - ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
69 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
70 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
71 -)
72
73 diff --git a/dev-python/rope/rope-1.5.1.ebuild b/dev-python/rope/rope-1.5.1.ebuild
74 deleted file mode 100644
75 index be67d9231d44..000000000000
76 --- a/dev-python/rope/rope-1.5.1.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2022 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -DISTUTILS_USE_PEP517=setuptools
85 -PYTHON_COMPAT=( python3_{8..11} )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="Python refactoring library"
90 -HOMEPAGE="
91 - https://pypi.org/project/rope/
92 - https://github.com/python-rope/rope/
93 -"
94 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="LGPL-3+"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm64 ~x86"
99 -IUSE="doc"
100 -
101 -RDEPEND="
102 - >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
103 -"
104 -BDEPEND="
105 - test? (
106 - dev-python/build[${PYTHON_USEDEP}]
107 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
108 - )
109 -"
110 -
111 -distutils_enable_tests pytest
112 -
113 -EPYTEST_DESELECT=(
114 - # our venv style confuses this comparison
115 - ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
116 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
117 - ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
118 -)