From ea5bad4d0ba1eb937df22adb7f6cc57ea77f03d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Dec 2022 14:19:51 +0000 Subject: gentoo auto-resync : 31:12:2022 - 14:19:51 --- dev-python/rope/Manifest | 6 +----- dev-python/rope/rope-1.4.0.ebuild | 40 --------------------------------------- dev-python/rope/rope-1.5.1.ebuild | 40 --------------------------------------- dev-python/rope/rope-1.6.0.ebuild | 2 +- 4 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 dev-python/rope/rope-1.4.0.ebuild delete mode 100644 dev-python/rope/rope-1.5.1.ebuild (limited to 'dev-python/rope') diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest index d11ab602d950..ef63709be24e 100644 --- a/dev-python/rope/Manifest +++ b/dev-python/rope/Manifest @@ -1,7 +1,3 @@ -DIST rope-1.4.0.tar.gz 287417 BLAKE2B d161e571649be2df7e6012336e7bded844f98f67764740814bfccebc926ff4c5f734cdf26701c9b7cec35bf3178be1f1ebe0d86f3b60259a161d3e87125fc7d5 SHA512 586f6f22fdf4743f71bf7f7505ec49aaced28aff48b5eae4f731eb690edec1ff8c736e3f9f21d7732bf5ea60ced5253e8f0d224a51a6a9bfdf7dd50ab56733ea -DIST rope-1.5.1.tar.gz 288965 BLAKE2B bc912932dec03317a3ea24d2e15f751037d308d58a941305b6155e2f85d2ee81fc82f9d4183a1a416ebda6e791ab8c5408835e7eb36a7fb5a8b71116d5edb24c SHA512 5b7c76f0bfd481978d0e6c23d37f17f9db49fe6affc0f670868deed9a23a95c53f31a578bc7b8cd1c59318b38789a6e264f8fa9d3c7e13e5ce3db80dbadf177f DIST rope-1.6.0.tar.gz 289325 BLAKE2B fc7fc37a93f6d011f7e5eab5d2a28e3eab1767839cba4bce2b665c7972d6485eb3693e5977abfd36025415bc898fb4985affb7ac757c8457840a5de3946df77d SHA512 f610eb71c20533907aeea86c3ec5101401cf8136aba4221b2d64db3b0db16d4d7d1ec081c6d4929d6534ed51d4c01761af8d2ffddb6b69b4a9cc4921d240d745 -EBUILD rope-1.4.0.ebuild 934 BLAKE2B ee6f2211ec8c4b4110e69dec2d177e773a3d5ee22603e6d2c4951a0c6f41d5a3d0bb8430f1073c27b89434bc5328dbfc9f8dc6c8b627c0f8178c0e12583657f0 SHA512 41fe33213e1532fbfa1a53e25f6cb66f924c28cdca9d79f211d37313d1ac23edb7f824738d10a4e0f065d8b3a8c4341ccfb6c2778ab395cded138bcef57000b4 -EBUILD rope-1.5.1.ebuild 936 BLAKE2B 5177f20b6d19135672b1d3572635ec8e28df81cf245434c359b281ef14e69999ae5ff3dcaf344c5a62bd10670cc5116ba14df92d683cfdcbd88b87dcbdaebe45 SHA512 a168bbae17201eebea10e05c1f997e7457033c83d8bb9d35889da62c00813ba9c5f39e71106b02276a5b074b53b9591e62da635bbb9739609fd564caa32122cf -EBUILD rope-1.6.0.ebuild 936 BLAKE2B 5177f20b6d19135672b1d3572635ec8e28df81cf245434c359b281ef14e69999ae5ff3dcaf344c5a62bd10670cc5116ba14df92d683cfdcbd88b87dcbdaebe45 SHA512 a168bbae17201eebea10e05c1f997e7457033c83d8bb9d35889da62c00813ba9c5f39e71106b02276a5b074b53b9591e62da635bbb9739609fd564caa32122cf +EBUILD rope-1.6.0.ebuild 934 BLAKE2B ee6f2211ec8c4b4110e69dec2d177e773a3d5ee22603e6d2c4951a0c6f41d5a3d0bb8430f1073c27b89434bc5328dbfc9f8dc6c8b627c0f8178c0e12583657f0 SHA512 41fe33213e1532fbfa1a53e25f6cb66f924c28cdca9d79f211d37313d1ac23edb7f824738d10a4e0f065d8b3a8c4341ccfb6c2778ab395cded138bcef57000b4 MISC metadata.xml 452 BLAKE2B 6bee424d801bad8728f10ec3a1618e3a48776a7b0af2a04efafd07e6ae5ac8e0b88253ebc35e457c791e820f8c3b1dabde73aabbfd3636cac5e169e8aca75aa7 SHA512 4f88e1157e4838f321b6f208ba6b89fbf2b7a72ea6e038cdd6cf3e9e211c2788dda137e3adf76072c1d52026c554750193d9938054670dd995a91db24ea8da76 diff --git a/dev-python/rope/rope-1.4.0.ebuild b/dev-python/rope/rope-1.4.0.ebuild deleted file mode 100644 index 93e895ce28f6..000000000000 --- a/dev-python/rope/rope-1.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python refactoring library" -HOMEPAGE=" - https://pypi.org/project/rope/ - https://github.com/python-rope/rope/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 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 -) diff --git a/dev-python/rope/rope-1.5.1.ebuild b/dev-python/rope/rope-1.5.1.ebuild deleted file mode 100644 index be67d9231d44..000000000000 --- a/dev-python/rope/rope-1.5.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python refactoring library" -HOMEPAGE=" - https://pypi.org/project/rope/ - https://github.com/python-rope/rope/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~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 -) diff --git a/dev-python/rope/rope-1.6.0.ebuild b/dev-python/rope/rope-1.6.0.ebuild index be67d9231d44..93e895ce28f6 100644 --- a/dev-python/rope/rope-1.6.0.ebuild +++ b/dev-python/rope/rope-1.6.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc" RDEPEND=" -- cgit v1.2.3