commit:     b1d5cf19402523b534a29124a08d5a647407435d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 08:16:03 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 08:16:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d5cf19

dev-python/pylint: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pylint/Manifest            |  5 ---
 dev-python/pylint/pylint-2.8.2.ebuild | 67 -----------------------------------
 dev-python/pylint/pylint-2.9.0.ebuild | 61 -------------------------------
 dev-python/pylint/pylint-2.9.1.ebuild | 57 -----------------------------
 dev-python/pylint/pylint-2.9.4.ebuild | 57 -----------------------------
 dev-python/pylint/pylint-2.9.5.ebuild | 57 -----------------------------
 6 files changed, 304 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 3ab1c52bfe6..1907c6eaca4 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,7 +1,2 @@
-DIST pylint-2.8.2.gh.tar.gz 734667 BLAKE2B 
1525273298f39163de4db7946a749768cb9bcf7e11f89791944ccb5fb8d0918eedfc80d5e559d33934d468dd5781d4cb4921b9407daf2842613a8e3ba7d134e0
 SHA512 
7023603668f540ecc0b35f3289377855c4c0df01e04a9af255f5c8031f568f6b76508bb3a7f0aba8e76a86b63eae423908c30f47258d6dee46bb23320c952701
-DIST pylint-2.9.0.gh.tar.gz 768301 BLAKE2B 
a86ccb83d3155acee0165dc7b0095f5b7741c62e7b1f127349eef643cd1d0513ed2f5aaa89d78728806f03b08645ed1579aafb073d649e928d4c415e50dc8a49
 SHA512 
b524a3d3241702c1fc34ca9ee38815d02e7f4572d8ff3c132141ac7d9c7ff59f88995b92ccfcf18fd57e04be8f24571ef0ab99e6b4ce615f0f6957022d1d1467
-DIST pylint-2.9.1.gh.tar.gz 769124 BLAKE2B 
feabb520c22722df73471e87e05f22f0fb937113c9d02e39bf4e2554479c58a5044afe565c107e9478d868284b8875fec65b976633dddb4bc9d7748b35640218
 SHA512 
7aea388c6e62fd53e6775a4732da87269f3df22f995241621eb9b8d72c8573b6a4fa9545b1553db91f09eee013bd695e075d69c35436b05623576f13f1317cb6
 DIST pylint-2.9.3.gh.tar.gz 770364 BLAKE2B 
3892286ffbd79b417c6decba44bce97f45192299ac8e2ec0e24770b2dd6cf1c28bac790626a478d47a6124ec0470ea9fc0d4230c5a1e807532852844445bb95a
 SHA512 
45c037b970b66254b54a4810a5609dc098b5493d409826333e6a75f9ff0fc02921162711d88c45fd2f437e6521f639c33b25b714830a977c501612ee497501bb
-DIST pylint-2.9.4.gh.tar.gz 777252 BLAKE2B 
84bc535b3c471be5d01a02ee67494d993cc257f0938e1bb0e35b1d64415d256c4f0dabd45cdc3319716c67e5e71ea935b63633f56b97013bd8616296343709d5
 SHA512 
9b5db20cf2d858e662c309b11cf28bf247b7c5f90de4f747733a0288ff4acced02e0e6b83145e7d940772eb9debf297b9ee6976e0f3ffbd73aaacaa3f4cb51e6
-DIST pylint-2.9.5.gh.tar.gz 778090 BLAKE2B 
cbcf5427665f56cc37afd08fb537fcc3f17697ca7cdbd7da97bad4093f344c9b961a156f5d141e070fa84c7e07293175a70585a8c996c9cffb7cef80717752af
 SHA512 
84695bae88704391752f4b0944e39f5b44933fee8d88a8839729845b93bbe59876da08ab98645217c4ff2a98fd793a92063123b25a595fb332ce0a3943bcf7e7
 DIST pylint-2.9.6.gh.tar.gz 779390 BLAKE2B 
b1d8794e1e7ccdde87919eb943f83287c0a7b85b67f3722cbbe68887f2c61ab30b354548e25b70c661234647e35f79beb6aaad5f6be6bfde8c2475cf03676922
 SHA512 
a23ff089853398df2e4232767ca87c21e4ab4fc6805de80db796c78c56e0da1ade9b0586f5c14a98524bf607e0d240c354cf63287eec7dfdce263188eb19ddce

diff --git a/dev-python/pylint/pylint-2.8.2.ebuild 
b/dev-python/pylint/pylint-2.8.2.ebuild
deleted file mode 100644
index 9397b75c727..00000000000
--- a/dev-python/pylint/pylint-2.8.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-       https://pypi.org/project/pylint/
-       https://github.com/pycqa/pylint/";
-SRC_URI="
-       https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="examples"
-
-RDEPEND="
-       <dev-python/astroid-2.7[${PYTHON_USEDEP}]
-       >=dev-python/astroid-2.5.6[${PYTHON_USEDEP}]
-       >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-       <dev-python/isort-6[${PYTHON_USEDEP}]
-       >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-       <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-       >=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       local skipped_tests=(
-               # No need to run the benchmarks
-               tests/benchmark/test_baseline_benchmarks.py
-               # Fails when graphviz is installed (?!)
-               tests/test_import_graph.py::test_missing_graphviz
-               # TODO
-               
'tests/lint/unittest_expand_modules.py::test_expand_modules[files_or_modules1-expected1]'
-       )
-       # Specify the test directory explicitly to avoid import file mismatches
-       epytest tests ${skipped_tests[@]/#/--deselect }
-}
-
-python_install_all() {
-       if use examples ; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               docinto examples
-               dodoc -r examples/.
-       fi
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/pylint/pylint-2.9.0.ebuild 
b/dev-python/pylint/pylint-2.9.0.ebuild
deleted file mode 100644
index b874f106783..00000000000
--- a/dev-python/pylint/pylint-2.9.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-       https://pypi.org/project/pylint/
-       https://github.com/pycqa/pylint/";
-SRC_URI="
-       https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="
-       <dev-python/astroid-2.7[${PYTHON_USEDEP}]
-       >=dev-python/astroid-2.6.1[${PYTHON_USEDEP}]
-       >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-       <dev-python/isort-6[${PYTHON_USEDEP}]
-       >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-       <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-       >=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-       local skipped_tests=(
-               # No need to run the benchmarks
-               tests/benchmark/test_baseline_benchmarks.py
-               # Fails when graphviz is installed (?!)
-#              tests/test_import_graph.py::test_missing_graphviz
-               # TODO
-#              
'tests/lint/unittest_expand_modules.py::test_expand_modules[files_or_modules1-expected1]'
-       )
-       # Specify the test directory explicitly to avoid import file mismatches
-       epytest tests ${skipped_tests[@]/#/--deselect }
-}
-
-python_install_all() {
-       if use examples ; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               docinto examples
-               dodoc -r examples/.
-       fi
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/pylint/pylint-2.9.1.ebuild 
b/dev-python/pylint/pylint-2.9.1.ebuild
deleted file mode 100644
index 72070de692f..00000000000
--- a/dev-python/pylint/pylint-2.9.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-       https://pypi.org/project/pylint/
-       https://github.com/pycqa/pylint/";
-SRC_URI="
-       https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="
-       <dev-python/astroid-2.7[${PYTHON_USEDEP}]
-       >=dev-python/astroid-2.6.2[${PYTHON_USEDEP}]
-       >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-       <dev-python/isort-6[${PYTHON_USEDEP}]
-       >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-       <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-       >=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-       local skipped_tests=(
-               # No need to run the benchmarks
-               tests/benchmark/test_baseline_benchmarks.py
-       )
-       # Specify the test directory explicitly to avoid import file mismatches
-       epytest tests ${skipped_tests[@]/#/--deselect }
-}
-
-python_install_all() {
-       if use examples ; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               docinto examples
-               dodoc -r examples/.
-       fi
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/pylint/pylint-2.9.4.ebuild 
b/dev-python/pylint/pylint-2.9.4.ebuild
deleted file mode 100644
index 5c1fdf9d9f0..00000000000
--- a/dev-python/pylint/pylint-2.9.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-       https://pypi.org/project/pylint/
-       https://github.com/pycqa/pylint/";
-SRC_URI="
-       https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="
-       <dev-python/astroid-2.7[${PYTHON_USEDEP}]
-       >=dev-python/astroid-2.6.4[${PYTHON_USEDEP}]
-       >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-       <dev-python/isort-6[${PYTHON_USEDEP}]
-       >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-       <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-       >=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-       local skipped_tests=(
-               # No need to run the benchmarks
-               tests/benchmark/test_baseline_benchmarks.py
-       )
-       # Specify the test directory explicitly to avoid import file mismatches
-       epytest tests ${skipped_tests[@]/#/--deselect }
-}
-
-python_install_all() {
-       if use examples ; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               docinto examples
-               dodoc -r examples/.
-       fi
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/pylint/pylint-2.9.5.ebuild 
b/dev-python/pylint/pylint-2.9.5.ebuild
deleted file mode 100644
index 75d26e73965..00000000000
--- a/dev-python/pylint/pylint-2.9.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="https://www.logilab.org/project/pylint
-       https://pypi.org/project/pylint/
-       https://github.com/pycqa/pylint/";
-SRC_URI="
-       https://github.com/pycqa/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="
-       <dev-python/astroid-2.7[${PYTHON_USEDEP}]
-       >=dev-python/astroid-2.6.5[${PYTHON_USEDEP}]
-       >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-       <dev-python/isort-6[${PYTHON_USEDEP}]
-       >=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-       <dev-python/mccabe-0.7[${PYTHON_USEDEP}]
-       >=dev-python/toml-0.7.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.4.4-sphinx-theme.patch"
-)
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-       local skipped_tests=(
-               # No need to run the benchmarks
-               tests/benchmark/test_baseline_benchmarks.py
-       )
-       # Specify the test directory explicitly to avoid import file mismatches
-       epytest tests ${skipped_tests[@]/#/--deselect }
-}
-
-python_install_all() {
-       if use examples ; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               docinto examples
-               dodoc -r examples/.
-       fi
-
-       distutils-r1_python_install_all
-}

Reply via email to