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 466D7158089 for ; Sat, 21 Oct 2023 12:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E9A2BC013; Sat, 21 Oct 2023 12:49:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4FC132BC013 for ; Sat, 21 Oct 2023 12:49: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 558E8335CB4 for ; Sat, 21 Oct 2023 12:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901071149 for ; Sat, 21 Oct 2023 12:49:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1697892330.9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/coreschema/Manifest dev-python/coreschema/coreschema-0.0.4-r1.ebuild dev-python/coreschema/metadata.xml X-VCS-Directories: dev-python/coreschema/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf X-VCS-Branch: master Date: Sat, 21 Oct 2023 12:49:06 +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: a32c7645-72a7-4012-9742-bd88a7afe044 X-Archives-Hash: 61eadc652a4af08d325fa8719dfe17be commit: 9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf Author: Florian Schmaus gentoo org> AuthorDate: Sat Oct 21 12:45:30 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Oct 21 12:45:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9461f995 dev-python/coreschema: treeclean Bug: https://bugs.gentoo.org/914363 Signed-off-by: Florian Schmaus gentoo.org> dev-python/coreschema/Manifest | 1 - dev-python/coreschema/coreschema-0.0.4-r1.ebuild | 28 ------------------------ dev-python/coreschema/metadata.xml | 13 ----------- 3 files changed, 42 deletions(-) diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest deleted file mode 100644 index dde371908d51..000000000000 --- a/dev-python/coreschema/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3 diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild deleted file mode 100644 index 64a0fd95f493..000000000000 --- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -MY_P=python-${P} -DESCRIPTION="Core Schema" -HOMEPAGE="https://github.com/core-api/python-coreschema" -SRC_URI=" - https://github.com/core-api/python-coreschema/archive/${PV}.tar.gz - -> ${MY_P}.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/jinja[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml deleted file mode 100644 index b4d5d231c231..000000000000 --- a/dev-python/coreschema/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - coreschema - core-api/python-coreschema - -