From 5939313f229e6fcf374fb7e9ee4f8675b05ab293 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Feb 2024 17:45:32 +0000 Subject: gentoo auto-resync : 02:02:2024 - 17:45:32 --- dev-python/pydocstyle/Manifest | 4 -- .../pydocstyle-6.1.1-disarm-pip-install.patch | 31 -------------- dev-python/pydocstyle/metadata.xml | 21 ---------- dev-python/pydocstyle/pydocstyle-6.3.0.ebuild | 48 ---------------------- 4 files changed, 104 deletions(-) delete mode 100644 dev-python/pydocstyle/Manifest delete mode 100644 dev-python/pydocstyle/files/pydocstyle-6.1.1-disarm-pip-install.patch delete mode 100644 dev-python/pydocstyle/metadata.xml delete mode 100644 dev-python/pydocstyle/pydocstyle-6.3.0.ebuild (limited to 'dev-python/pydocstyle') diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest deleted file mode 100644 index 2ca2cac9e34e..000000000000 --- a/dev-python/pydocstyle/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX pydocstyle-6.1.1-disarm-pip-install.patch 1001 BLAKE2B d82d9b358cdd6b517cf64f5b620e767342ba6230ebda715e039be2b5bdbef639ad5d0e715f033658887bede3ee330da79f2a6ca3e1a597466f3bbffdd617d371 SHA512 434a576cad8fe6a2c8086893982887306ad6b4797c1ed0c3682782a3a9ec1109fc48d94ad469cd11128232d773d5beaef2cfc1c9a68c0386581e4864d43371fa -DIST pydocstyle-6.3.0.gh.tar.gz 78058 BLAKE2B 551da9af8baebcba4f1053e0d9495bff039a98c96ad229219cd37ac8ba9e3002fff8a136c5148144a5f84ed94a1414364d7c827ad010038f63961ce17a260ee3 SHA512 f8473b19ab6ef0b61787875558f9dd6f9f7f1954e1baa0010942af6d4de8dbca30c8c08be6acbf24aadd1c0a601ba9467b747026a6cd22379f0c4b84a38b57c7 -EBUILD pydocstyle-6.3.0.ebuild 1079 BLAKE2B 0ca1232e6a9bbc2013cfc1347048f82102e8de91c08928f2d2ef2a4019880b2c9ba686fa0c3f39b6d2a711e8cb8126d06280dc7602b592a92220a34bc84121fb SHA512 70f882a88360e2ae12111dfaa474f8286a075f188f2bad3e7009d2865082d57c42bcc2d89d18df57482854c8ce5fef833afddbb15866c1e02b176e6aeaee6721 -MISC metadata.xml 665 BLAKE2B ac358d1ac5d68d11710048ccd4050f45cee96788829ee806bc5f4364c0f6b03707dcf15dd0cb9e7e3870cd9feebcead3c44b8f6bbff6738aa593079685c2a3c0 SHA512 7642d1384de3ec4bd55f7afc69ce67ad018eb9294f104234c5f3eb23a2c7a5ab36bda890a440fb5a7af8045d215048caf4b15bb3d965f414b755b51a269337cc 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?= -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 @@ - - - - - python@gentoo.org - Gentoo Python Project - - - monsieurp@gentoo.org - Patrice Clement - - - andrewammerlaan@gentoo.org - Andrew Ammerlaan - - - - PyCQA/pydocstyle - pydocstyle - - 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 -} -- cgit v1.2.3