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 C248F15808C for ; Sat, 26 Mar 2022 22:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513B9E0839; Sat, 26 Mar 2022 22:31:38 +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 1ACAFE0839 for ; Sat, 26 Mar 2022 22:31:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id EEE49343548 for ; Sat, 26 Mar 2022 22:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76EEE349 for ; Sat, 26 Mar 2022 22:31:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1648333878.0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytools/pytools-9999.ebuild X-VCS-Directories: dev-python/pytools/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7 X-VCS-Branch: master Date: Sat, 26 Mar 2022 22:31:35 +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: 49073be5-841c-48c0-9d0c-8d9ce8933457 X-Archives-Hash: 70a38a5361867f19a3388b2b0240b5e3 commit: 0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7 Author: Marek Szuba gentoo org> AuthorDate: Sat Mar 26 21:53:26 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Mar 26 22:31:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd1333c dev-python/pytools: drop 9999 Signed-off-by: Marek Szuba gentoo.org> dev-python/pytools/pytools-9999.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild deleted file mode 100644 index 2bd2c25235ec..000000000000 --- a/dev-python/pytools/pytools-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE='sqlite' - -inherit distutils-r1 git-r3 - -DESCRIPTION="Collection of tools missing from the Python standard library" -HOMEPAGE="https://mathema.tician.de/software/pytools/" -EGIT_REPO_URI="https://github.com/inducer/pytools" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest