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 D26961581D3 for ; Sat, 18 May 2024 06:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F323E2A82; Sat, 18 May 2024 06:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 24BDAE2A89 for ; Sat, 18 May 2024 06:58: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 ED05033BF28 for ; Sat, 18 May 2024 06:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E501AE5 for ; Sat, 18 May 2024 06:58:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1716015427.0752ca74205d373540a31b2430970686459880f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/picobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/picobox/Manifest dev-python/picobox/picobox-3.0.0.ebuild X-VCS-Directories: dev-python/picobox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0752ca74205d373540a31b2430970686459880f7 X-VCS-Branch: master Date: Sat, 18 May 2024 06:58:05 +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: 2eb50f7f-266a-4555-82fd-d68fee7679d4 X-Archives-Hash: ccc53be51d0bad1b13507b8d340edb3f commit: 0752ca74205d373540a31b2430970686459880f7 Author: Michał Górny gentoo org> AuthorDate: Sat May 18 06:57:07 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 18 06:57:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0752ca74 dev-python/picobox: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/picobox/Manifest | 1 - dev-python/picobox/picobox-3.0.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/picobox/Manifest b/dev-python/picobox/Manifest index 3acbd4ef327c..29f8bd954e46 100644 --- a/dev-python/picobox/Manifest +++ b/dev-python/picobox/Manifest @@ -1,2 +1 @@ -DIST picobox-3.0.0.tar.gz 28599 BLAKE2B e29dd7b0b5b23175a21f8fe6efe83adc6edfb0302c7a27f92f518deeba8f74f8e2d481a8eef6a1363fa0fb02ffc00b462181bab09872f6da5c1c9063c4d274e6 SHA512 ac8cecba10527e7dc096eb66f3b6743b523c305bd9725d5be8ec2822857a65ef8e9cc0ddcb85b8c656c557e7dc6cf0903035753bf8fe8cc2616b463e0a82bb5d DIST picobox-4.0.0.tar.gz 22666 BLAKE2B ea447ea63ce5b9e964e61b2a16f781dbb911dc8c763243a412cff7e63e4e6fec9b1cfe5b9ca3933140c6f0eaee8dd797de5690243e0e2a0dacea04b9466f2a02 SHA512 c9554048b1bcd504647f26c67dd17822ad3069f738bd9e71704a89b68478683e8bf641c3b08a86cdde95d56ba7073b14c41801ba70657cc3fec4b6ec6c312089 diff --git a/dev-python/picobox/picobox-3.0.0.ebuild b/dev-python/picobox/picobox-3.0.0.ebuild deleted file mode 100644 index 9916c31899c9..000000000000 --- a/dev-python/picobox/picobox-3.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Dependency injection framework designed with Python in mind" -HOMEPAGE=" - https://github.com/ikalnytskyi/picobox/ - https://pypi.org/project/picobox/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - dev-python/flask[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest