commit: 031f539a0c44839d5c3c9228e0a0914a4e2f8235 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu Nov 28 08:25:25 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu Nov 28 08:25:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=031f539a
dev-python/pytest-click: treeclean, moved to ::gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55d6d481b4d9f1e06da95a1448f084d5ff068cc Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/pytest-click/Manifest | 1 - dev-python/pytest-click/metadata.xml | 13 ----------- dev-python/pytest-click/pytest-click-1.1.0.ebuild | 27 ----------------------- 3 files changed, 41 deletions(-) diff --git a/dev-python/pytest-click/Manifest b/dev-python/pytest-click/Manifest deleted file mode 100644 index b447dd25b..000000000 --- a/dev-python/pytest-click/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest_click-1.1.0.tar.gz 5054 BLAKE2B ad14c214ff767293d75a02930cc9852b97145c5554b6c4aa112e523a6d3e95fa967931c0a3b0beee3e2a69cd8df0d1c2c1bf33f351c3585cb446e1cd6efa5cad SHA512 49ab5fd3499cc519172f364505f1884596c0b45ebc1b64245cfc235f70d2c4765d133d69615300429b4010f28ab725941f53219f4f0ae6520b452a22503886a1 diff --git a/dev-python/pytest-click/metadata.xml b/dev-python/pytest-click/metadata.xml deleted file mode 100644 index 4196cc854..000000000 --- a/dev-python/pytest-click/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">pytest-click</remote-id> - <remote-id type="github">Stranger6667/pytest-click</remote-id> - <maintainer> - <email>[email protected]</email> - <name>Dmitry Dygalo</name> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytest-click/pytest-click-1.1.0.ebuild b/dev-python/pytest-click/pytest-click-1.1.0.ebuild deleted file mode 100644 index 3b2332fbc..000000000 --- a/dev-python/pytest-click/pytest-click-1.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -inherit distutils-r1 pypi - -DESCRIPTION="Pytest plugin for Click" -HOMEPAGE=" - https://pypi.org/project/pytest-click/ - https://github.com/Stranger6667/pytest-click -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] -" - -DOCS=( CHANGELOG.md README.rst ) - -distutils_enable_tests pytest
