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 3612D15806E for ; Mon, 22 May 2023 13:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F126EE0AFD; Mon, 22 May 2023 13:12:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4552E0AFD for ; Mon, 22 May 2023 13:12:52 +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 99D01340C77 for ; Mon, 22 May 2023 13:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E14D7A80 for ; Mon, 22 May 2023 13:12:48 +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: <1684761154.c78dfd8f6b05c816ec91e04371f3cb89cb4d5678.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/extension-helpers/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/extension-helpers/extension-helpers-0.1.ebuild X-VCS-Directories: dev-python/extension-helpers/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c78dfd8f6b05c816ec91e04371f3cb89cb4d5678 X-VCS-Branch: master Date: Mon, 22 May 2023 13:12:48 +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: 2a086153-2ebb-48a7-82cf-82ead20a954c X-Archives-Hash: 3373c82ef4dd41e7ca6f127dbc6526a7 commit: c78dfd8f6b05c816ec91e04371f3cb89cb4d5678 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 13:06:08 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:12:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c78dfd8f dev-python/extension-helpers: drop 0.1 Signed-off-by: Andrew Ammerlaan gentoo.org> .../extension-helpers/extension-helpers-0.1.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-python/extension-helpers/extension-helpers-0.1.ebuild b/dev-python/extension-helpers/extension-helpers-0.1.ebuild deleted file mode 100644 index 976e33986..000000000 --- a/dev-python/extension-helpers/extension-helpers-0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Utilities for building and installing packages in the Astropy ecosystem" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -#TODO: Package all these pytest deps: -# pytest-doctestplus>=0.2.0 -# pytest-remotedata>=0.3.1 -# pytest-openfiles>=0.3.1 -# pytest-astropy-header>=0.1.2 -# pytest-arraydiff>=0.1 -# pytest-filter-subpackage>=0.1 -RESTRICT="test" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx-astropy