From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B894158528 for ; Fri, 26 Jan 2024 10:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D396DE29D1; Fri, 26 Jan 2024 10:06:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B558EE29D1 for ; Fri, 26 Jan 2024 10:06:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB1D0343428 for ; Fri, 26 Jan 2024 10:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1A931474 for ; Fri, 26 Jan 2024 10:06:45 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1706263313.f9e5166a6db70903525461944f4c80881ac841d2.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/decopatch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/decopatch/Manifest dev-python/decopatch/decopatch-1.4.9.ebuild X-VCS-Directories: dev-python/decopatch/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: f9e5166a6db70903525461944f4c80881ac841d2 X-VCS-Branch: dev Date: Fri, 26 Jan 2024 10:06:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16d43e5b-bc6d-4855-92d5-f9842f2eb041 X-Archives-Hash: 31213f50162434a92d2235cc5bb3f8c7 commit: f9e5166a6db70903525461944f4c80881ac841d2 Author: Takuya Wakazono gmail com> AuthorDate: Fri Jan 26 10:01:11 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Fri Jan 26 10:01:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9e5166a dev-python/decopatch: drop 1.4.9 Signed-off-by: Takuya Wakazono gmail.com> dev-python/decopatch/Manifest | 1 - dev-python/decopatch/decopatch-1.4.9.ebuild | 36 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/decopatch/Manifest b/dev-python/decopatch/Manifest index db88ebb453..c5b1e1dc13 100644 --- a/dev-python/decopatch/Manifest +++ b/dev-python/decopatch/Manifest @@ -1,2 +1 @@ DIST decopatch-1.4.10.tar.gz 69538 BLAKE2B 812305abb0648c42fe786f6153820ff68e3bf3cb23bf0b3eecb139085b88071f914aa556f17a90bd45b39cdf42a563fb3c30178095bbdd16331d36ec2ff29e58 SHA512 7554c5bdef6aeb06968334c8aef3f67b56bd3ff8be5e05cb6289f3088848d946d46ecc1d9f73bab9db80b6981aa4f9039c359eb8a0fe9f4acee62addf4f0ed96 -DIST decopatch-1.4.9.tar.gz 68419 BLAKE2B bb49ffd093aead65373f6c56955d2dfcdf73f5654acb12ddfbfc0b5c94f9db8e10c70493489cc06a569bef312f04c3e5cb94bbc9e64ba2f75866777fa7721aff SHA512 2f131bbc485ab177c86abb782cdd0b66b7370a7fb97b62e27da5fb62f3c115ae540eae22a346d8ecb0946216661c111f952d8e22e60b40de21371cd38b93264a diff --git a/dev-python/decopatch/decopatch-1.4.9.ebuild b/dev-python/decopatch/decopatch-1.4.9.ebuild deleted file mode 100644 index cc40a744cc..0000000000 --- a/dev-python/decopatch/decopatch-1.4.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" - -inherit distutils-r1 docs pypi - -DESCRIPTION="Create decorators easily in python" -HOMEPAGE="https://pypi.org/project/decopatch/ https://github.com/smarie/python-decopatch" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/makefun[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( dev-python/pytest-cases[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - sed "/pytest-runner/d" -i setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - docs_compile -}