From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C5E371582EF for ; Mon, 17 Feb 2025 14:02:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B25DE343137 for ; Mon, 17 Feb 2025 14:02:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8DF68110477; Mon, 17 Feb 2025 14:02:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 80BFC110474 for ; Mon, 17 Feb 2025 14:02:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A0FD343125 for ; Mon, 17 Feb 2025 14:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F72273E for ; Mon, 17 Feb 2025 14:02:13 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1739800429.41070486d708ba6d7c1e553bbb43d8f5e35fb6f0.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/Manifest dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild dev-python/aspectlib/metadata.xml X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 41070486d708ba6d7c1e553bbb43d8f5e35fb6f0 X-VCS-Branch: dev Date: Mon, 17 Feb 2025 14:02:13 +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: ac9a0e05-2294-4f64-b590-74d815b8948a X-Archives-Hash: 9c267aba510779f18fd6c27a76ebb755 commit: 41070486d708ba6d7c1e553bbb43d8f5e35fb6f0 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 17 13:53:49 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 17 13:53:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41070486 dev-python/aspectlib: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aspectlib/Manifest | 1 - dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild | 39 -------------------------- dev-python/aspectlib/metadata.xml | 14 --------- 3 files changed, 54 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest deleted file mode 100644 index d54f34361..000000000 --- a/dev-python/aspectlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aspectlib-2.0.0.tar.gz 156591 BLAKE2B b3800164e25e4414fe502fc62efcce163070d743cd1f4ebc6f95a51123895cf0ce72f1df5088a580a345f48b2dd03cf30340b4a7b27c0cf6ecab614e6e79da38 SHA512 3611d3f887febae8a60df6ad5567437adaa2105e6622a7d9b543c02f593c9dee43002cd91b89f5d005fc70a8b197b5c568eefa3a0fdb6fc05665f4a1c5107316 diff --git a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild b/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild deleted file mode 100644 index 914ce7b0e..000000000 --- a/dev-python/aspectlib/aspectlib-2.0.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Aspect-oriented programming, monkey-patch and decorators library" -HOMEPAGE=" - https://github.com/ionelmc/python-aspectlib - https://pypi.org/project/aspectlib/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND="dev-python/fields[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -# Docs depend on dev-python/sphinx-py3doc-enhanced-theme -# Which was treecleaned from ::gentoo -# distutils_enable_sphinx docs \ -# dev-python/sphinx-py3doc-enhanced-theme - -EEPYTEST_DESELECT=( - # fails because error message text is slightly different - tests/test_aspectlib_test.py::test_story_empty_play_proxy_class - tests/test_aspectlib_test.py::test_story_half_play_proxy_class -) diff --git a/dev-python/aspectlib/metadata.xml b/dev-python/aspectlib/metadata.xml deleted file mode 100644 index 2a6d2bf5b..000000000 --- a/dev-python/aspectlib/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework. - - - ionelmc/python-aspectlib - aspectlib - https://python-aspectlib.readthedocs.io/ - https://python-aspectlib.readthedocs.io/en/latest/changelog.html - -