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 2295F15802F for ; Sat, 25 Feb 2023 07:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F625E0917; Sat, 25 Feb 2023 07:17:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D42CE0917 for ; Sat, 25 Feb 2023 07:17:24 +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 A0907340FB4 for ; Sat, 25 Feb 2023 07:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2393B8C8 for ; Sat, 25 Feb 2023 07:17:21 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677280879.819d4f26f69b3b2eef45ff3138f85607b99e1e29.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/Manifest dev-python/aspectlib/aspectlib-1.5.2.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 819d4f26f69b3b2eef45ff3138f85607b99e1e29 X-VCS-Branch: master Date: Sat, 25 Feb 2023 07:17:21 +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: 01ec1d08-d662-4ffd-8147-597db20b0851 X-Archives-Hash: 4c88957cc9ecf5c14ce5aa67fd08540c commit: 819d4f26f69b3b2eef45ff3138f85607b99e1e29 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Feb 24 23:21:19 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 24 23:21:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=819d4f26 dev-python/aspectlib: drop 1.5.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aspectlib/Manifest | 1 - dev-python/aspectlib/aspectlib-1.5.2.ebuild | 41 ----------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 664b7cc5f..72263fdfd 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1,2 +1 @@ -DIST aspectlib-1.5.2.gh.tar.gz 155976 BLAKE2B a5f98c78e098226002a9cfb95cd69d2da057fe5a56cab5ae13c80666e1220c8a0fb9ae1b3f652e85d54ab9829429f9aad37162eac9cc74a4ffaab9ab1f609c1c SHA512 33642f828989d07c6af78bdf9adc9f2abbc419df89b878cfe7bd9c8df226a59401176b56b1f2b3ba48661ea5a145520de0bc7a0980226b742b0a79f31ab7dd7f DIST aspectlib-2.0.0.gh.tar.gz 149206 BLAKE2B 79a9cdd6090181e28bb9f46b5dc71b5a49c6fe356f0d4687886df2b6d83867a8a8bd51e43506da09b78e3ae637a1f1257888656fd2ecb0f583986424f89d3d14 SHA512 455ae7bb7808158abc79814632cd108397bfffc4d6c5e0f8a041ca03ed0f0fc2022d0929ad3a29e9015d8b3e3b02afa071c9b28fc62845eac4f6ef8c3fa2d9b2 diff --git a/dev-python/aspectlib/aspectlib-1.5.2.ebuild b/dev-python/aspectlib/aspectlib-1.5.2.ebuild deleted file mode 100644 index f49a595dd..000000000 --- a/dev-python/aspectlib/aspectlib-1.5.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="An aspect-oriented programming, monkey-patch and decorators library" -HOMEPAGE=" - https://github.com/ionelmc/python-aspectlib - https://pypi.org/project/python-aspectlib/ -" -SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -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}] -)" - -S="${WORKDIR}/python-${P}" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme - -python_test() { - local epytest_args=( - # fails because error message text is slightly different - --deselect tests/test_aspectlib_test.py::test_story_empty_play_proxy_class - --deselect tests/test_aspectlib_test.py::test_story_half_play_proxy_class - # Test fails with tornado>=6 - # https://github.com/ionelmc/python-aspectlib/issues/15 - --deselect tests/test_integrations_py3.py::test_decorate_tornado_coroutine - ) - epytest "${epytest_args[@]}" -}