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 6E281158041 for ; Sat, 13 Apr 2024 17:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB44AE2A08; Sat, 13 Apr 2024 17:09:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 93B6CE2A08 for ; Sat, 13 Apr 2024 17:09:46 +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 9D74C3433BE for ; Sat, 13 Apr 2024 17:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0875216DC for ; Sat, 13 Apr 2024 17:09:44 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713028156.3a7dd229e0631053301ee437ca298ff46ddb4ed1.julien@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.ebuild dev-python/aspectlib/metadata.xml X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 3a7dd229e0631053301ee437ca298ff46ddb4ed1 X-VCS-Branch: dev Date: Sat, 13 Apr 2024 17:09:44 +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: 2b922b8b-04f6-4b39-bb43-f2ff481b7d1b X-Archives-Hash: c7f713e5ef869a3b2778c6e93ce0619f commit: 3a7dd229e0631053301ee437ca298ff46ddb4ed1 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:24:30 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a7dd229 dev-python/aspectlib: drop 2.0.0 Signed-off-by: Julien Roy jroy.ca> dev-python/aspectlib/Manifest | 1 - dev-python/aspectlib/aspectlib-2.0.0.ebuild | 38 ----------------------------- dev-python/aspectlib/metadata.xml | 2 +- 3 files changed, 1 insertion(+), 40 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 7406c0e719..d54f343617 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1,2 +1 @@ -DIST aspectlib-2.0.0.gh.tar.gz 149206 BLAKE2B 79a9cdd6090181e28bb9f46b5dc71b5a49c6fe356f0d4687886df2b6d83867a8a8bd51e43506da09b78e3ae637a1f1257888656fd2ecb0f583986424f89d3d14 SHA512 455ae7bb7808158abc79814632cd108397bfffc4d6c5e0f8a041ca03ed0f0fc2022d0929ad3a29e9015d8b3e3b02afa071c9b28fc62845eac4f6ef8c3fa2d9b2 DIST aspectlib-2.0.0.tar.gz 156591 BLAKE2B b3800164e25e4414fe502fc62efcce163070d743cd1f4ebc6f95a51123895cf0ce72f1df5088a580a345f48b2dd03cf30340b4a7b27c0cf6ecab614e6e79da38 SHA512 3611d3f887febae8a60df6ad5567437adaa2105e6622a7d9b543c02f593c9dee43002cd91b89f5d005fc70a8b197b5c568eefa3a0fdb6fc05665f4a1c5107316 diff --git a/dev-python/aspectlib/aspectlib-2.0.0.ebuild b/dev-python/aspectlib/aspectlib-2.0.0.ebuild deleted file mode 100644 index 7fc9a29481..0000000000 --- a/dev-python/aspectlib/aspectlib-2.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-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 -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 - -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 index d6cb899e29..2a6d2bf5bb 100644 --- a/dev-python/aspectlib/metadata.xml +++ b/dev-python/aspectlib/metadata.xml @@ -4,7 +4,7 @@ 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 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 25371158041 for ; Sat, 13 Apr 2024 17:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D2F2BC021; Sat, 13 Apr 2024 17:15:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE2AE2BC021 for ; Sat, 13 Apr 2024 17:15:09 +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 DE9943433B5 for ; Sat, 13 Apr 2024 17:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC4E16DD for ; Sat, 13 Apr 2024 17:15:07 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713028156.3a7dd229e0631053301ee437ca298ff46ddb4ed1.julien@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-2.0.0.ebuild dev-python/aspectlib/metadata.xml X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 3a7dd229e0631053301ee437ca298ff46ddb4ed1 X-VCS-Branch: master Date: Sat, 13 Apr 2024 17:15:07 +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: 8aacb7a2-655e-4789-aaec-f9796d7358fb X-Archives-Hash: c47f68c68deb33952e6694da4b52131b Message-ID: <20240413171507.bS5-PLFzOHkypZHPZsxdTVPqTr8G7dOhuDuo6ZSuzE8@z> commit: 3a7dd229e0631053301ee437ca298ff46ddb4ed1 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:24:30 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a7dd229 dev-python/aspectlib: drop 2.0.0 Signed-off-by: Julien Roy jroy.ca> dev-python/aspectlib/Manifest | 1 - dev-python/aspectlib/aspectlib-2.0.0.ebuild | 38 ----------------------------- dev-python/aspectlib/metadata.xml | 2 +- 3 files changed, 1 insertion(+), 40 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 7406c0e719..d54f343617 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1,2 +1 @@ -DIST aspectlib-2.0.0.gh.tar.gz 149206 BLAKE2B 79a9cdd6090181e28bb9f46b5dc71b5a49c6fe356f0d4687886df2b6d83867a8a8bd51e43506da09b78e3ae637a1f1257888656fd2ecb0f583986424f89d3d14 SHA512 455ae7bb7808158abc79814632cd108397bfffc4d6c5e0f8a041ca03ed0f0fc2022d0929ad3a29e9015d8b3e3b02afa071c9b28fc62845eac4f6ef8c3fa2d9b2 DIST aspectlib-2.0.0.tar.gz 156591 BLAKE2B b3800164e25e4414fe502fc62efcce163070d743cd1f4ebc6f95a51123895cf0ce72f1df5088a580a345f48b2dd03cf30340b4a7b27c0cf6ecab614e6e79da38 SHA512 3611d3f887febae8a60df6ad5567437adaa2105e6622a7d9b543c02f593c9dee43002cd91b89f5d005fc70a8b197b5c568eefa3a0fdb6fc05665f4a1c5107316 diff --git a/dev-python/aspectlib/aspectlib-2.0.0.ebuild b/dev-python/aspectlib/aspectlib-2.0.0.ebuild deleted file mode 100644 index 7fc9a29481..0000000000 --- a/dev-python/aspectlib/aspectlib-2.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-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 -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 - -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 index d6cb899e29..2a6d2bf5bb 100644 --- a/dev-python/aspectlib/metadata.xml +++ b/dev-python/aspectlib/metadata.xml @@ -4,7 +4,7 @@ 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