summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-02 17:37:01 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-02 17:38:59 +0100
commit7b9942022cb90d2542913fd4c3dbc1bac51594f8 (patch)
treecbefa9ec5d3783d9c762d631d713a4766a61f09b
parentdev-python/pylama: Remove last-rited pkg (diff)
downloadgentoo-7b9942022cb90d2542913fd4c3dbc1bac51594f8.tar.gz
gentoo-7b9942022cb90d2542913fd4c3dbc1bac51594f8.tar.bz2
gentoo-7b9942022cb90d2542913fd4c3dbc1bac51594f8.zip
dev-python/pydocstyle: Remove last-rited pkg
Closes: https://bugs.gentoo.org/917008 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pydocstyle/Manifest1
-rw-r--r--dev-python/pydocstyle/files/pydocstyle-6.1.1-disarm-pip-install.patch31
-rw-r--r--dev-python/pydocstyle/metadata.xml21
-rw-r--r--dev-python/pydocstyle/pydocstyle-6.3.0.ebuild48
-rw-r--r--profiles/package.mask8
-rw-r--r--profiles/updates/1Q-20201
6 files changed, 0 insertions, 110 deletions
diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest
deleted file mode 100644
index 9a749ff1582f..000000000000
--- a/dev-python/pydocstyle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydocstyle-6.3.0.gh.tar.gz 78058 BLAKE2B 551da9af8baebcba4f1053e0d9495bff039a98c96ad229219cd37ac8ba9e3002fff8a136c5148144a5f84ed94a1414364d7c827ad010038f63961ce17a260ee3 SHA512 f8473b19ab6ef0b61787875558f9dd6f9f7f1954e1baa0010942af6d4de8dbca30c8c08be6acbf24aadd1c0a601ba9467b747026a6cd22379f0c4b84a38b57c7
diff --git a/dev-python/pydocstyle/files/pydocstyle-6.1.1-disarm-pip-install.patch b/dev-python/pydocstyle/files/pydocstyle-6.1.1-disarm-pip-install.patch
deleted file mode 100644
index b0467a136435..000000000000
--- a/dev-python/pydocstyle/files/pydocstyle-6.1.1-disarm-pip-install.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 46947c9dca95caeb7b1f4348994d1aa2b8db93ec Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Tue, 18 May 2021 10:02:16 +0200
-Subject: [PATCH] Disarm install_package fixture
-
----
- src/tests/test_integration.py | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/src/tests/test_integration.py b/src/tests/test_integration.py
-index eb4994f..4242476 100644
---- a/src/tests/test_integration.py
-+++ b/src/tests/test_integration.py
-@@ -128,14 +128,7 @@ def install_package(request):
- This is so we can run the integration tests on the installed console
- script.
- """
-- cwd = os.path.join(os.path.dirname(__file__), '..', '..')
-- subprocess.check_call(
-- [sys.executable, "-m", "pip", "install", "-e", "."], cwd=cwd
-- )
- yield
-- subprocess.check_call(
-- [sys.executable, "-m", "pip", "uninstall", "-y", "pydocstyle"], cwd=cwd
-- )
-
-
- @pytest.yield_fixture(scope="function", params=['ini', 'toml'])
---
-2.31.1
-
diff --git a/dev-python/pydocstyle/metadata.xml b/dev-python/pydocstyle/metadata.xml
deleted file mode 100644
index c6899ee0daad..000000000000
--- a/dev-python/pydocstyle/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Gentoo Python Project</name>
- </maintainer>
- <maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- <name>Patrice Clement</name>
- </maintainer>
- <maintainer type="person">
- <email>andrewammerlaan@gentoo.org</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">PyCQA/pydocstyle</remote-id>
- <remote-id type="pypi">pydocstyle</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pydocstyle/pydocstyle-6.3.0.ebuild b/dev-python/pydocstyle/pydocstyle-6.3.0.ebuild
deleted file mode 100644
index a27b5e10bdbb..000000000000
--- a/dev-python/pydocstyle/pydocstyle-6.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python docstring style checker"
-HOMEPAGE="
- https://github.com/PyCQA/pydocstyle/
- https://pypi.org/project/pydocstyle/
-"
-SRC_URI="
- https://github.com/PyCQA/pydocstyle/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
- >=dev-python/snowballstemmer-2.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.{8..10})
- )
-"
-
-distutils_enable_tests pytest
-# Requires network to lookup github issues
-#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme dev-python/sphinxcontrib-issuetracker
-
-PATCHES=(
- "${FILESDIR}"/pydocstyle-6.1.1-disarm-pip-install.patch
-)
-
-src_prepare() {
- # poetry sucks
- sed -i -e "s:0.0.0-dev:${PV}:" pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 406ade673cdf..15e2cb013110 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -194,14 +194,6 @@ app-admin/newsyslog
# Removal on 2024-01-30. Bug #875152.
media-sound/daudio
-# Michał Górny <mgorny@gentoo.org> (2023-12-31)
-# dev-python/pydocstyle does not work on Python 3.12 and it has been
-# archived in 2023-11. dev-python/pylama is its only reverse
-# dependency, and did not have any activity since 2022-08.
-# It has no reverse dependencies.
-# Removal on 2024-01-30. Bug #917008.
-dev-python/pydocstyle
-
# Andreas Sturmlechner <asturm@gentoo.org> (2023-12-25)
# Masked until KF6 is unmasked.
~media-libs/mpvqt-1.0.0
diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
index a70006f2dad5..c8acb3295398 100644
--- a/profiles/updates/1Q-2020
+++ b/profiles/updates/1Q-2020
@@ -1,7 +1,6 @@
move dev-libs/range-v3 dev-cpp/range-v3
move dev-python/neovim-python-client dev-python/pynvim
move games-action/openastromenace games-action/astromenace
-move dev-python/pep257 dev-python/pydocstyle
move dev-python/pyzor mail-filter/pyzor
move dev-python/python-sqlparse dev-python/sqlparse
move dev-python/git-python dev-python/GitPython