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 E76F315810D for ; Mon, 22 May 2023 13:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D466E0AFA; Mon, 22 May 2023 13:35:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14D33E0AFA for ; Mon, 22 May 2023 13:35:34 +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 20F94340AB6 for ; Mon, 22 May 2023 13:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1B9DA67 for ; Mon, 22 May 2023 13:35:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1684762502.a94f00e9f8871aa8fefdf7129bb8dab73c47d9b6.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/wraps/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/wraps/wraps-0.1.0-r1.ebuild X-VCS-Directories: dev-python/wraps/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a94f00e9f8871aa8fefdf7129bb8dab73c47d9b6 X-VCS-Branch: master Date: Mon, 22 May 2023 13:35:32 +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: 7672c67b-fb87-4850-a613-947e6a7b7129 X-Archives-Hash: 38a9305bc371f2fb705c495fc3d4141f commit: a94f00e9f8871aa8fefdf7129bb8dab73c47d9b6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 13:35:02 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:35:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a94f00e9 dev-python/wraps: drop 0.1.0-r1 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/wraps/wraps-0.1.0-r1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-python/wraps/wraps-0.1.0-r1.ebuild b/dev-python/wraps/wraps-0.1.0-r1.ebuild deleted file mode 100644 index 4f51a06f2..000000000 --- a/dev-python/wraps/wraps-0.1.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -DESCRIPTION=" Meaningful and safe wrapping types. " -HOMEPAGE="https://github.com/nekitdev/wraps" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="test" -# package does not have test suite (yet) - -RDEPEND=" - >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] - " - -PATCHES=( - "${FILESDIR}/${P}-poetry_groups.patch" -) - -distutils_enable_tests pytest