summaryrefslogtreecommitdiff
path: root/dev-python/rope
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-02 09:45:46 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-02 09:45:46 +0000
commita0c5e9067531830baf9160de325fe77145f02987 (patch)
tree7eaa500d69f3cea4dfb749d1c6e2eca49b71353f /dev-python/rope
parentfd0a8825115ac9a61ceee1d37c0fdf4fd2e95b5f (diff)
gentoo auto-resync : 02:11:2023 - 09:45:46
Diffstat (limited to 'dev-python/rope')
-rw-r--r--dev-python/rope/Manifest4
-rw-r--r--dev-python/rope/rope-1.10.0.ebuild2
-rw-r--r--dev-python/rope/rope-1.9.0.ebuild39
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 73f42839490c..0faae4375179 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,5 +1,3 @@
DIST rope-1.10.0.tar.gz 299732 BLAKE2B bc8b276eb1e69730536d947ffb167bef3dd2dfa453c1834349e78ceb1dda56aa51cff556687bbebaca4e0cad1055da0db5294e029be59d525bc170564bfe3870 SHA512 3a8c31a89f14a78f9a0931e87e21b0a617891382e879b50a6fa846ad576ad6bf62f81ccd8c00bd237b77807832a760120256655ac4d6a73626c0b0f1b5c61100
-DIST rope-1.9.0.tar.gz 298227 BLAKE2B c136678bdd9d580d0f0ada93e5c61b963bfe5b9867b39f8c9ba35578f4c8b2ebca1031d00bea4bf2f10ebdf300bc4920827a3325a5c26498efb3e6a4af5b016a SHA512 fd8cc75c70814afc427fbccbe8a1389773737ee664a42a43bb2fb7e7ff667fac4680d233c751ee15b03e41b60ba270b3cf48b1a766420468e4a7c974e4c0158c
-EBUILD rope-1.10.0.ebuild 897 BLAKE2B c2849fda89cab1f896394001162169ddb20e4604bc7a664ec5d40932b9e64a6840a4b52d16f6b7909699a61f4e80f49be4ced08b23ddb9025cf7dec7beae5f89 SHA512 bb8c5d122a9a971d81ec5a8201a6a338a595f161669a1f5f4e3f760c208d0cd1afb9bc60a01eb83c6474395237541e3cf730629b28900900214f02b715cb157f
-EBUILD rope-1.9.0.ebuild 895 BLAKE2B cadb2ef59fafc5ad7f0d0167b0f13e05e1455cf4113332df3e4296145ee552c5972d1042ab186477c57e082c9f34cbd9bff36886980d3b295a74a217df795c8e SHA512 7b5a442a81b96b1155ffc14c3f3f9e972c8e6099900746d47a914a328391c9be1308a682edb8ecac9ec2a46a2d0b4130e11a986da7a9c253b44bdbcf183821ba
+EBUILD rope-1.10.0.ebuild 895 BLAKE2B 14a96b3d534e164215d7c4b7e4c7167bbca9d4f71b2445a3db79f847b58e0958293283acfc966e1c24b7f25c8018f91e331c11cdbfc7908b00ed80b49be7f3d0 SHA512 ff3123c654d1692d4924e04c6342121980c65c76eacc307ea04d84a0a3efe1a1e0cb78858cdc596c5909cbcd7add87ef8630b2b6cbad7941a4405d456e90d5b3
MISC metadata.xml 452 BLAKE2B 6bee424d801bad8728f10ec3a1618e3a48776a7b0af2a04efafd07e6ae5ac8e0b88253ebc35e457c791e820f8c3b1dabde73aabbfd3636cac5e169e8aca75aa7 SHA512 4f88e1157e4838f321b6f208ba6b89fbf2b7a72ea6e038cdd6cf3e9e211c2788dda137e3adf76072c1d52026c554750193d9938054670dd995a91db24ea8da76
diff --git a/dev-python/rope/rope-1.10.0.ebuild b/dev-python/rope/rope-1.10.0.ebuild
index c2536d79323e..8b89cd51c75b 100644
--- a/dev-python/rope/rope-1.10.0.ebuild
+++ b/dev-python/rope/rope-1.10.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE="doc"
RDEPEND="
diff --git a/dev-python/rope/rope-1.9.0.ebuild b/dev-python/rope/rope-1.9.0.ebuild
deleted file mode 100644
index ec4d017f2173..000000000000
--- a/dev-python/rope/rope-1.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="
- https://pypi.org/project/rope/
- https://github.com/python-rope/rope/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="
- >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/build[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # our venv style confuses this comparison
- ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
- ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
- ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
-)